Giter Site home page Giter Site logo

comfortreader's Introduction

Comfort Reader

This app streams text directly to your eyes.

Get it on Google Play Get it on F-Droid

DEMO

Comfort Reader demo

DESCRIPTION

Comfort Reader makes reading easier for you. It streams any text directly to your eyes. Smart text processing and colored letter animation helps you to recognize and understand text faster and better. Reading a book will seem just like watching a film - at the speed that works best for you.

Main features:

  • supported file formats: txt, pdf, and epub
  • displays just the current phrase you are about to read
  • makes sure that associated words won't get randomly chopped (as in conventional Speed Reading Apps with Rapid Serial Visual Presentation)
  • creates a fluent stream of text at your desired speed
  • colored letter animation stimulates better concentration and comprehension
  • trains your reading, reduces regression, and expands your vision span
  • fully customisable text appearance and reading configuration

CHANGELOG

version 1.9.6

  • switch additional lines on or off (peripheral vision)
  • support for OpenDyslexic typeface
  • settings (import text): paste text and edit
  • save up to 10 recent reads (along with respective wpm settings)

version 1.9.5

  • added ability to load epub files
  • localization french and spanish
  • respectfully request feedback feature (using the amplify library https://github.com/stkent/amplify)
  • long press accelerates rewind/forward now up to 80x
  • press volume down button to adjust speed: +1 while reading, -1 when stopped

version 1.9.4

  • bugfixes (mostly string index out of bound exceptions)
  • long-press functionality (fast-forward, rewind, center area: quick note)
  • better responsiveness during note-composition

version 1.9 alpha

  • revised UI and usability
  • bugfixes

LICENSE

Copyright 2014-2020 Michael Schlauch

Comfort Reader is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Comfort Reader is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Comfort Reader. If not, see http://www.gnu.org/licenses/.>.

comfortreader's People

Contributors

harryheights avatar jaller94 avatar mschlauch avatar naofum avatar tacothedank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

comfortreader's Issues

Problem with some ' and " characters

Hello,
while reading an epub, I noticed that some characters are not displayed normally when they are highlighted :
' are displayed '
" are displayed "
They are correctly displayed when they are one the former or next line

Skipping through pages crashes the app

I am using the app on Xiaomi Redmi Note 9 Pro (Android 11, MIUI 12.5.8).

When I am in reading mode and want to skip the currently displayed text, I can tap the right side. If I tap it repeatedly, the app crashes and sends me to my home screen.

the app crash when you click on select button

Expected behavior

When clicked on it supposed open the folder and i click select it not supposed too crash.

Actual behavior

when click on the folder and you click the select button it crashed.

How to reproduce

  • Launch the application click on setting.
  • Click on current pdf or text click on select
  • It will crash
  • Browser/App version: 1.9.4
  • Operating system: android version 7.0

Recording Of The Bug

https://youtu.be/69aVS5FCpQk

Intent not validated in BroadcastReceiverWebLink

Hi, while doing some analysis on your app, we discovered that an explicit intent sent to BroadcastReceiverWebLink could bypass the requirement set in the intent-filter (the data is not validated). It's highly recommend to validate the data in case the broadcast receiver is directly targeted using explicit intents.

More over, data passed from another (potentially malicious) app is used as URL (Malicious app can use your app as a proxy to leak sensitive information).

Best

FAQs document creation

Hello. I'm Harry.
I could help write the FAQs if you still need it.
Helping developers create written texts is my way of supporting and contributing to open source projects. If you give the go ahead, I'll create the text file immediately and make a pull request.
You can check out my profile for my contributions to other projects too. If you also need a privacy policy document created, I could do that also.

Reading speed isn't applied immediately

IF I choose a new reading speed in the settings then go and play the text then it seems that the text plays at the previous speed. If I restart the app or switch away from it then the speed is reset to the speed I chose. Observed on LG G4 running Android 6 official APK.

External SDcard or storage

Would it be possible to allow users to change the "Current pdf, txt or epub file" location to include the /storage directory to access external SDcards or USB storage? Whilst a lot of newer phones have a lot of spare storage space now it would still be good to be able to open files that are not only in the internal storage folders.

Added tr (Turkish) translation

I have translated your application into tr (Turkish). Here is the xml:

<!-- File "values.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="fontlistarray">
        <item>Sans Serif</item>
        <item>Serif</item>
        <item>Monospaced</item>
    </string-array>
    <string-array name="fontlistvalues">
        <item>sans</item>
        <item>serif</item>
        <item>mono</item>
    </string-array>
    <string-array name="listArray">
        <item>Başlıklar</item>
        <item>Başlıklar ve Ayrıntılar</item>
        <item>Tüm Veri</item>
    </string-array>
    <string-array name="listValues">
        <item>1</item>
        <item>2</item>
        <item>3</item>
    </string-array>
    <string-array name="orientationarray">
        <item>Öntanımlı</item>
        <item>Her zaman yatay</item>
        <item>Her zaman dikey</item>
    </string-array>
    <string-array name="orientationvalues">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>
    <string-array name="pref_example_list_titles">
        <item>Her zaman</item>
        <item>Mümkün olduğunda</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_example_list_values">
        <item>1</item>
        <item>0</item>
        <item>-1</item>
    </string-array>
    <string-array name="pref_sync_frequency_titles">
        <item>15 dakika</item>
        <item>30 dakika</item>
        <item>1 saat</item>
        <item>3 saat</item>
        <item>6 saat</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_sync_frequency_values">
        <item>15</item>
        <item>30</item>
        <item>60</item>
        <item>180</item>
        <item>360</item>
        <item>-1</item>
    </string-array>
    <string-array name="wpm_list_titles">
        <item>200 yavaş</item>
        <item>350 normal</item>
        <item>550 çok hızlı</item>
        <item>1100 astro hızlı</item>
    </string-array>
    <string-array name="wpm_list_values">
        <item>200</item>
        <item>350</item>
        <item>1100</item>
    </string-array>
    <attr format="reference" name="actionBarDivider"/>
    <attr format="reference" name="actionBarItemBackground"/>
    <attr format="dimension" name="actionBarSize"/>
    <attr format="reference" name="actionBarSplitStyle"/>
    <attr format="reference" name="actionBarStyle"/>
    <attr format="reference" name="actionBarTabBarStyle"/>
    <attr format="reference" name="actionBarTabStyle"/>
    <attr format="reference" name="actionBarTabTextStyle"/>
    <attr format="reference" name="actionBarWidgetTheme"/>
    <attr format="reference" name="actionButtonStyle"/>
    <attr format="reference" name="actionMenuTextAppearance"/>
    <attr format="color|reference" name="actionMenuTextColor"/>
    <attr format="reference" name="actionModeBackground"/>
    <attr format="reference" name="actionModeCloseButtonStyle"/>
    <attr format="reference" name="actionModeCloseDrawable"/>
    <attr format="reference" name="actionModeCopyDrawable"/>
    <attr format="reference" name="actionModeCutDrawable"/>
    <attr format="reference" name="actionModeFindDrawable"/>
    <attr format="reference" name="actionModePasteDrawable"/>
    <attr format="reference" name="actionModePopupWindowStyle"/>
    <attr format="reference" name="actionModeSelectAllDrawable"/>
    <attr format="reference" name="actionModeShareDrawable"/>
    <attr format="reference" name="actionModeSplitBackground"/>
    <attr format="reference" name="actionModeStyle"/>
    <attr format="reference" name="actionModeWebSearchDrawable"/>
    <attr format="reference" name="actionOverflowButtonStyle"/>
    <attr format="reference" name="activityChooserViewStyle"/>
    <attr format="reference" name="buttonBarButtonStyle"/>
    <attr format="reference" name="buttonBarStyle"/>
    <attr format="reference" name="dividerHorizontal"/>
    <attr format="reference" name="dividerVertical"/>
    <attr format="reference" name="dropDownListViewStyle"/>
    <attr format="dimension" name="height"/>
    <attr format="reference" name="homeAsUpIndicator"/>
    <attr format="boolean" name="isLightTheme"/>
    <attr format="reference" name="listPopupWindowStyle"/>
    <attr format="dimension" name="listPreferredItemHeight"/>
    <attr format="dimension" name="listPreferredItemHeightLarge"/>
    <attr format="dimension" name="listPreferredItemHeightSmall"/>
    <attr format="dimension" name="listPreferredItemPaddingLeft"/>
    <attr format="dimension" name="listPreferredItemPaddingRight"/>
    <attr format="reference" name="searchDropdownBackground"/>
    <attr format="dimension" name="searchResultListItemHeight"/>
    <attr format="reference" name="searchViewAutoCompleteTextView"/>
    <attr format="reference" name="searchViewCloseIcon"/>
    <attr format="reference" name="searchViewEditQuery"/>
    <attr format="reference" name="searchViewEditQueryBackground"/>
    <attr format="reference" name="searchViewGoIcon"/>
    <attr format="reference" name="searchViewSearchIcon"/>
    <attr format="reference" name="searchViewTextField"/>
    <attr format="reference" name="searchViewTextFieldRight"/>
    <attr format="reference" name="searchViewVoiceIcon"/>
    <attr format="reference" name="selectableItemBackground"/>
    <attr format="reference" name="spinnerDropDownItemStyle"/>
    <attr format="reference" name="spinnerStyle"/>
    <attr format="reference" name="textAppearanceLargePopupMenu"/>
    <attr format="reference" name="textAppearanceListItem"/>
    <attr format="reference" name="textAppearanceListItemSmall"/>
    <attr format="reference" name="textAppearanceSearchResultSubtitle"/>
    <attr format="reference" name="textAppearanceSearchResultTitle"/>
    <attr format="reference" name="textAppearanceSmallPopupMenu"/>
    <attr format="reference|color" name="textColorSearchUrl"/>
    <attr format="string" name="title"/>
    <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool>
    <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool>
    <bool name="abc_config_actionMenuItemAllCaps">true</bool>
    <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool>
    <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool>
    <bool name="abc_split_action_bar_is_narrow">true</bool>
    <color name="abc_search_url_text_normal">#7fa87f</color>
    <color name="abc_search_url_text_pressed">@android:color/black</color>
    <color name="abc_search_url_text_selected">@android:color/black</color>
    <color name="black">#000000</color>
    <color name="black_overlay">#CC000000</color>
    <color name="colorAccent">#3F51B5</color>
    <color name="colorHeader">@color/colorPrimary</color>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <color name="gray">#EEEEEE</color>
    <color name="green">#ffbf00</color>
    <color name="textColorPrimary">#FFFFFF</color>
    <color name="textColorSecondary">#FFFFFF</color>
    <color name="white">#FFFFFF</color>
    <declare-styleable name="ActionBar"><attr name="navigationMode">

            
            <enum name="normal" value="0"/>
            
            <enum name="listMode" value="1"/>
            
            <enum name="tabMode" value="2"/>
        </attr><attr name="displayOptions">
            <flag name="useLogo" value="0x1"/>
            <flag name="showHome" value="0x2"/>
            <flag name="homeAsUp" value="0x4"/>
            <flag name="showTitle" value="0x8"/>
            <flag name="showCustom" value="0x10"/>
            <flag name="disableHome" value="0x20"/>
        </attr><attr name="title"/><attr format="string" name="subtitle"/><attr format="reference" name="titleTextStyle"/><attr format="reference" name="subtitleTextStyle"/><attr format="reference" name="icon"/><attr format="reference" name="logo"/><attr format="reference" name="divider"/><attr format="reference" name="background"/><attr format="reference|color" name="backgroundStacked"/><attr format="reference|color" name="backgroundSplit"/><attr format="reference" name="customNavigationLayout"/><attr name="height"/><attr format="reference" name="homeLayout"/><attr format="reference" name="progressBarStyle"/><attr format="reference" name="indeterminateProgressStyle"/><attr format="dimension" name="progressBarPadding"/><attr format="dimension" name="itemPadding"/></declare-styleable>
    <declare-styleable name="ActionBarLayout"><attr name="android:layout_gravity"/></declare-styleable>
    <declare-styleable name="ActionBarWindow"><attr format="boolean" name="windowActionBar"/><attr format="boolean" name="windowActionBarOverlay"/><attr format="boolean" name="windowSplitActionBar"/><attr format="dimension|fraction" name="windowFixedWidthMajor"/><attr format="dimension|fraction" name="windowFixedHeightMinor"/><attr format="dimension|fraction" name="windowFixedWidthMinor"/><attr format="dimension|fraction" name="windowFixedHeightMajor"/></declare-styleable>
    <declare-styleable name="ActionMenuItemView"><attr name="android:minWidth"/></declare-styleable>
    <declare-styleable name="ActionMenuView"/>
    <declare-styleable name="ActionMode"><attr name="titleTextStyle"/><attr name="subtitleTextStyle"/><attr name="background"/><attr name="backgroundSplit"/><attr name="height"/></declare-styleable>
    <declare-styleable name="ActivityChooserView"><attr format="string" name="initialActivityCount"/><attr format="reference" name="expandActivityOverflowButtonDrawable"/></declare-styleable>
    <declare-styleable name="ButtonBarContainerTheme"><attr format="reference" name="metaButtonBarStyle"/><attr format="reference" name="metaButtonBarButtonStyle"/></declare-styleable>
    <declare-styleable name="CompatTextView"><attr format="reference|boolean" name="textAllCaps"/></declare-styleable>
    <declare-styleable name="FilePickerPreference"><attr format="enum" name="selection_mode">
            <enum name="single_mode" value="0"/>
            <enum name="multi_mode" value="1"/>
        </attr><attr format="enum" name="selection_type">
            <enum name="file_select" value="0"/>
            <enum name="dir_select" value="1"/>
            <enum name="file_dir_select" value="2"/>
        </attr><attr format="string" name="root_dir"/><attr format="string" name="error_dir"/><attr format="string" name="extensions"/><attr format="string" name="title_text"/></declare-styleable>
    <declare-styleable name="LinearLayoutICS"><attr name="divider"/><attr name="showDividers">
            <flag name="none" value="0"/>
            <flag name="beginning" value="1"/>
            <flag name="middle" value="2"/>
            <flag name="end" value="4"/>
        </attr><attr format="dimension" name="dividerPadding"/></declare-styleable>
    <declare-styleable name="MenuGroup"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:checkableBehavior"/><attr name="android:visible"/><attr name="android:enabled"/></declare-styleable>
    <declare-styleable name="MenuItem"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:title"/><attr name="android:titleCondensed"/><attr name="android:icon"/><attr name="android:alphabeticShortcut"/><attr name="android:numericShortcut"/><attr name="android:checkable"/><attr name="android:checked"/><attr name="android:visible"/><attr name="android:enabled"/><attr name="android:onClick"/><attr name="showAsAction">

            
            <flag name="never" value="0"/>
            
            <flag name="ifRoom" value="1"/>
            
            <flag name="always" value="2"/>
            
            <flag name="withText" value="4"/>
            
            <flag name="collapseActionView" value="8"/>
        </attr><attr format="reference" name="actionLayout"/><attr format="string" name="actionViewClass"/><attr format="string" name="actionProviderClass"/></declare-styleable>
    <declare-styleable name="MenuView"><attr name="android:itemTextAppearance"/><attr name="android:horizontalDivider"/><attr name="android:verticalDivider"/><attr name="android:headerBackground"/><attr name="android:itemBackground"/><attr name="android:windowAnimationStyle"/><attr name="android:itemIconDisabledAlpha"/><attr name="android:preserveIconSpacing"/></declare-styleable>
    <declare-styleable name="SearchView"><attr format="boolean" name="iconifiedByDefault"/><attr name="android:maxWidth"/><attr format="string" name="queryHint"/><attr name="android:imeOptions"/><attr name="android:inputType"/></declare-styleable>
    <declare-styleable name="Spinner"><attr format="reference" name="prompt"/><attr format="enum" name="spinnerMode">

            
            <enum name="dialog" value="0"/>
            
            <enum name="dropdown" value="1"/>
        </attr><attr name="android:dropDownSelector"/><attr name="android:popupBackground"/><attr name="android:dropDownVerticalOffset"/><attr name="android:dropDownHorizontalOffset"/><attr name="android:dropDownWidth"/><attr format="reference" name="popupPromptView"/><attr name="android:gravity"/><attr format="boolean" name="disableChildrenWhenDisabled"/></declare-styleable>
    <declare-styleable name="Theme"><attr format="reference" name="actionDropDownStyle"/><attr format="dimension" name="dropdownListPreferredItemHeight"/><attr format="reference" name="popupMenuStyle"/><attr format="dimension" name="panelMenuListWidth"/><attr format="reference" name="panelMenuListTheme"/><attr format="reference" name="listChoiceBackgroundIndicator"/></declare-styleable>
    <declare-styleable name="View"><attr format="dimension" name="paddingStart"/><attr format="dimension" name="paddingEnd"/><attr name="android:focusable"/></declare-styleable>
    <dimen name="OptionsTextSize">24sp</dimen>
    <dimen name="ReadingTextSize">35sp</dimen>
    <dimen name="abc_action_bar_default_height">48dip</dimen>
    <dimen name="abc_action_bar_icon_vertical_padding">8dip</dimen>
    <dimen name="abc_action_bar_progress_bar_size">40dp</dimen>
    <dimen name="abc_action_bar_stacked_max_height">48dp</dimen>
    <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
    <dimen name="abc_action_bar_subtitle_bottom_margin">5dip</dimen>
    <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen>
    <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen>
    <dimen name="abc_action_bar_title_text_size">18dp</dimen>
    <dimen name="abc_action_button_min_width">56dip</dimen>
    <dimen name="abc_config_prefDialogWidth">320dp</dimen>
    <dimen name="abc_dropdownitem_icon_width">32dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
    <dimen name="abc_panel_menu_list_width">296dp</dimen>
    <dimen name="abc_search_view_preferred_width">320dip</dimen>
    <dimen name="abc_search_view_text_min_width">160dip</dimen>
    <dimen name="activity_horizontal_margin">16dp</dimen>
    <dimen name="activity_margin">4dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>
    <dimen name="margintop">65dp</dimen>
    <dimen name="padding_of_boxes">5dp</dimen>
    <dimen name="paybuttonshight">50dp</dimen>
    <dimen name="smallDisplay">13sp</dimen>
    <dimen name="toolbar_image_margin">16dp</dimen>
    <item name="action_bar_activity_content" type="id"/>
    <item name="action_menu_divider" type="id"/>
    <item name="action_menu_presenter" type="id"/>
    <item name="home" type="id"/>
    <item name="progress_circular" type="id"/>
    <item name="progress_horizontal" type="id"/>
    <integer name="abc_max_action_buttons">2</integer>
    <string name="abc_action_bar_home_description">"Ana ekrana git"</string>
    <string name="abc_action_bar_up_description">"Yukarı git"</string>
    <string name="abc_action_menu_overflow_description">"Diğer seçenekler"</string>
    <string name="abc_action_mode_done">"Tamamlandı"</string>
    <string name="abc_activity_chooser_view_see_all">"Tümünü göster"</string>
    <string name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string>
    <string name="abc_searchview_description_clear">"Sorguyu temizle"</string>
    <string name="abc_searchview_description_query">"Arama sorgusu"</string>
    <string name="abc_searchview_description_search">"Ara"</string>
    <string name="abc_searchview_description_submit">"Sorguyu gönder"</string>
    <string name="abc_searchview_description_voice">"Sesli arama"</string>
    <string name="abc_shareactionprovider_share_with">"Şununla paylaş"</string>
    <string name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string>
    <string name="action_settings">Ayarlar</string>
    <string name="app_name">Comfort Reader</string>
    <string name="app_text_after_shareweblink">Comfort Reader ile oku (deneysel)</string>
    <string name="cancel_button_label">İptal</string>
    <string name="choose_button_label">Seç</string>
    <string name="default_dir">/sdcard</string>
    <string name="dialog_color_picker">Renk Seçici</string>
    <string name="dummy_button">Boş Buton</string>
    <string name="dummy_content">BOŞ\n
 İÇERİK</string>
    <string name="fullscreen_copied_title">Kopyalanan metin</string>
    <string name="fullscreen_text_while_loading">...Metin yükleniyor... \n
 Lütfen bekleyin.</string>
    <string name="georgia">font adı</string>
    <string name="hello_world">Merhaba dünya!</string>
    <string name="label_parent_directory">Ana Klasör</string>
    <string name="next_button">">>"</string>
    <string name="notes_message_done_saving_note">Şuraya yazma tamamlandı:</string>
    <string name="notes_readnotebutton">Notları gör</string>
    <string name="notes_savebutton">Bu notu ekle</string>
    <string name="notes_title_current_notebook">Notların:</string>
    <string name="play_button">●/></string>
    <string name="pref_default_display_name">John Smith</string>
    <string name="pref_description_social_recommendations">Mesaj geçmişin temelli iletişim kurulacak kişi tavsiyeleri</string>
    <string name="pref_header_data_sync">Veri ve eşzamanlama</string>
    <string name="pref_header_general">Genel</string>
    <string name="pref_header_notifications">Bildirimler</string>
    <string name="pref_ringtone_silent">Sessiz</string>
    <string name="pref_title_add_friends_to_messages">Mesajlara arkadaş ekle</string>
    <string name="pref_title_display_name">Görüntülenen ad</string>
    <string name="pref_title_new_message_notifications">Yeni mesaj bildirimleri</string>
    <string name="pref_title_ringtone">Zil sesi</string>
    <string name="pref_title_social_recommendations">Sosyal tavsiyeleri etkinleştir</string>
    <string name="pref_title_sync_frequency">Eşzamanlama sıklığı</string>
    <string name="pref_title_system_sync_settings">Sistem eşzamanlama ayarları</string>
    <string name="pref_title_vibrate">Titre</string>
    <string name="press_color_to_apply">Uygulamak için Renge basın</string>
    <string name="previous_button">"&lt;&lt;"</string>
    <string name="settings_backgroundcolor_summary"/>
    <string name="settings_backgroundcolor_title">Arkaplan rengi</string>
    <string name="settings_deviceorientation_default">Öntanımlı sistem davranışı</string>
    <string name="settings_deviceorientation_landscape">Sabitlenmiş Yatay mod</string>
    <string name="settings_deviceorientation_portrait">Sabitlenmiş Dikey mod</string>
    <string name="settings_deviceorientation_summary">cihaz döndürüldüğünde davranış</string>
    <string name="settings_deviceorientation_title">Cihaz yönü</string>
    <string name="settings_filepicker_loadingtext">Pdf yüklemesi zaman alıyor. Bilgisayarında pdf\'ten txt de hazırlayabilirsin.</string>
    <string name="settings_filepicker_title">Şu anki pdf ya da txt</string>
    <string name="settings_focuscolor_summary">akan harfler</string>
    <string name="settings_focuscolor_title">Renge odaklan</string>
    <string name="settings_fontname_summary"/>
    <string name="settings_fontname_title">Yazı biçimi</string>
    <string name="settings_fontsize_title">Yazı boyutu</string>
    <string name="settings_fromcopypaste_summary">Kopyalanan metni yapıştırmak için açın</string>
    <string name="settings_help_title">Yardım al</string>
    <string name="settings_loadcopyandpaste_outputmessage_off">Şimdi okuyorsun</string>
    <string name="settings_loadcopyandpaste_outputmessage_on">Şimdi kopyaladığını olabilirsin. Metnine geri gitmek için kapat.</string>
    <string name="settings_loadcopyandpaste_title">Geçici metin okunuyor</string>
    <string name="settings_maxwords_summary">Satır en fazla</string>
    <string name="settings_maxwords_summary2">karakter olmalı</string>
    <string name="settings_maxwords_title">En fazla satır uzunluğu</string>
    <string name="settings_minwords_summary">Satır en az</string>
    <string name="settings_minwords_summary2">karakter olmalı</string>
    <string name="settings_minwords_title">En az satır uzunluğu</string>
    <string name="settings_positionslider_title">Konum</string>
    <string name="settings_recent_texts">Şu anki metni yükle</string>
    <string name="settings_recent_texts_summary">Birşeyler okumaya devam et</string>
    <string name="settings_textcolor_summary">normal renk</string>
    <string name="settings_textcolor_title">Metin rengi</string>
    <string name="settings_title_appearanceoptions">Görünüm</string>
    <string name="settings_title_readingoptions">Okuma</string>
    <string name="settings_title_supportoptions">Destek</string>
    <string name="settings_title_textoptions">Metin</string>
    <string name="settings_wpm_title">Okuma hızı</string>
    <string name="settings_wpn_summary">Kelime/dakika:</string>
    <string name="support_standarttext">Hiçbir metin yüklemedi. Sol üstteki menü butonuna basın ve bir txt ya da pdf dosyası yükleyin.</string>
    <string name="title_activity_another_fullscreen">DiğerTamEkranEtkinlik</string>
    <string name="title_activity_custommenu">ÖzelmenüEtkinliği</string>
    <string name="title_activity_note">Dipnot Düzenleyici</string>
    <string name="title_activity_settings">Ayarlar</string>
    <string name="wordsperminuteSetting">kelime/dakika</string>
    <style name="AppBaseTheme" parent="Theme.AppCompat">
        <!--
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        -->
    </style>
    <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    </style>
    <style name="ButtonBar">
        <item name="android:paddingLeft">2dp</item>
        <item name="android:paddingTop">5dp</item>
        <item name="android:paddingRight">2dp</item>
        <item name="android:paddingBottom">0dp</item>
        <item name="android:background">@android:drawable/bottom_bar</item>
    </style>
    <style name="ButtonBarButton"/>
    <style name="ComfortReaderTheme" parent="android:Theme.NoTitleBar">
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowFullscreen">true</item>
     <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowBackground">@null</item>
   
    </style>
    <style name="FullscreenTheme" parent="android:Theme.NoTitleBar">
        
        
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowBackground">@null</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.CompactMenu.Dialog" parent="android:TextAppearance.Medium">
        <item name="android:textColor">@android:color/primary_text_light</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult" parent="">
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">14sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult" parent="TextAppearance.AppCompat.Base.SearchResult">
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"/>
    <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"/>
    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"/>
    <style name="TextAppearance.AppCompat.SearchResult.Title" parent="TextAppearance.AppCompat.Base.SearchResult.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Small">
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">?attr/actionMenuTextColor</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Medium">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Medium.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Medium"/>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.Base.DropDownItem" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"/>
    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item" parent="android:TextAppearance.Medium">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>
    <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"/>
    <style name="Theme.AppCompat" parent="Theme.Base.AppCompat">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Base.CompactMenu" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
        <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
    </style>
    <style name="Theme.AppCompat.Base.CompactMenu.Dialog" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.AppCompat.Base.CompactMenu.Dialog</item>
        <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item>
    </style>
    <style name="Theme.AppCompat.CompactMenu" parent="Theme.AppCompat.Base.CompactMenu"/>
    <style name="Theme.AppCompat.CompactMenu.Dialog" parent="Theme.AppCompat.Base.CompactMenu.Dialog"/>
    <style name="Theme.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge"/>
    <style name="Theme.AppCompat.Light" parent="Theme.Base.AppCompat.Light">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light.DarkActionBar">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge"/>
    <style name="Theme.Base" parent="android:Theme"/>
    <style name="Theme.Base.AppCompat" parent="Theme.Base">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Dropdown Spinner Attributes -->

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Dialog">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="Theme.Base.AppCompat.Dialog.FixedSize"/>
    <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat"/>
    <style name="Theme.Base.AppCompat.Light" parent="Theme.Base.Light">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Bar Styles -->

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_light</item>
    </style>
    <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light">

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light"/>
    <style name="Theme.Base.Light" parent="android:Theme.Light"/>
    <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar"/>
    <style name="Widget.AppCompat.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar.Solid"/>
    <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton.CloseMode"/>
    <style name="Widget.AppCompat.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton.Overflow"/>
    <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode"/>
    <style name="Widget.AppCompat.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"/>
    <style name="Widget.AppCompat.AutoCompleteTextView" parent="Widget.AppCompat.Base.AutoCompleteTextView"/>
    <style name="Widget.AppCompat.Base.ActionBar" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabText" parent="">
        <item name="android:textAppearance">@null</item>
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:ellipsize">marquee</item>
        <item name="android:maxLines">2</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabView" parent="">
        <item name="android:background">@drawable/abc_tab_indicator_ab_holo</item>
        <item name="android:gravity">center_horizontal</item>
        <item name="android:paddingLeft">16dip</item>
        <item name="android:paddingRight">16dip</item>
        <item name="android:minWidth">80dip</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionButton" parent="">
        <item name="android:background">?attr/actionBarItemBackground</item>
        <item name="android:paddingLeft">12dip</item>
        <item name="android:paddingRight">12dip</item>
        <item name="android:minWidth">@dimen/abc_action_button_min_width</item>
        <item name="android:minHeight">?attr/actionBarSize</item>
        <item name="android:gravity">center</item>
        <item name="android:maxLines">2</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionMode" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActivityChooserView" parent="">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent="">
        <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item>
        <item name="android:paddingLeft">8dp</item>
        <item name="android:paddingRight">8dp</item>
        <item name="android:gravity">center_vertical</item>
    </style>
    <style name="Widget.AppCompat.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>
    <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu">
        <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
        <item name="android:divider">?attr/dividerHorizontal</item>
    </style>
    <style name="Widget.AppCompat.Base.PopupMenu" parent="@style/Widget.AppCompat.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.ProgressBar">
        <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item>
    </style>
    <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"/>
    <style name="Widget.AppCompat.Base.Spinner" parent="">
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
        <item name="android:gravity">left|center_vertical</item>
        <item name="android:clickable">true</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar"/>
    <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar.Solid"/>
    <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.Light.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode"/>
    <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton.Overflow"/>
    <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"/>
    <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.Light.Base.ActivityChooserView"/>
    <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Base.ActionBar.Solid">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText">
        <item name="android:textColor">?android:attr/textColorPrimaryInverseDisableOnly</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="Widget.AppCompat.Base.ActionMode">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView">
        <item name="android:background">@drawable/abc_ab_share_pack_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="@style/Widget.AppCompat.Light.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Light.Base.Spinner" parent="Widget.AppCompat.Base.Spinner">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.Light.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.Light.Base.ListView.DropDown"/>
    <style name="Widget.AppCompat.Light.PopupMenu" parent="Widget.AppCompat.Light.Base.PopupMenu"/>
    <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Light.Base.Spinner"/>
    <style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.ListView.DropDown" parent="Widget.AppCompat.Base.ListView.DropDown"/>
    <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"/>
    <style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"/>
    <style name="Widget.AppCompat.ProgressBar" parent="Widget.AppCompat.Base.ProgressBar"/>
    <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Widget.AppCompat.Base.ProgressBar.Horizontal"/>
    <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Base.Spinner"/>
</resources>

<!-- File "values2.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <attr name="actionBarDivider" format="reference" />
    <attr name="actionBarItemBackground" format="reference" />
    <attr name="actionBarSize" format="dimension" />
    <attr name="actionBarSplitStyle" format="reference" />
    <attr name="actionBarStyle" format="reference" />
    <attr name="actionBarTabBarStyle" format="reference" />
    <attr name="actionBarTabStyle" format="reference" />
    <attr name="actionBarTabTextStyle" format="reference" />
    <attr name="actionBarWidgetTheme" format="reference" />
    <attr name="actionButtonStyle" format="reference" />
    <attr name="actionMenuTextAppearance" format="reference" />
    <attr name="actionMenuTextColor" format="color|reference" />
    <attr name="actionModeBackground" format="reference" />
    <attr name="actionModeCloseButtonStyle" format="reference" />
    <attr name="actionModeCloseDrawable" format="reference" />
    <attr name="actionModeCopyDrawable" format="reference" />
    <attr name="actionModeCutDrawable" format="reference" />
    <attr name="actionModeFindDrawable" format="reference" />
    <attr name="actionModePasteDrawable" format="reference" />
    <attr name="actionModePopupWindowStyle" format="reference" />
    <attr name="actionModeSelectAllDrawable" format="reference" />
    <attr name="actionModeShareDrawable" format="reference" />
    <attr name="actionModeSplitBackground" format="reference" />
    <attr name="actionModeStyle" format="reference" />
    <attr name="actionModeWebSearchDrawable" format="reference" />
    <attr name="actionOverflowButtonStyle" format="reference" />
    <attr name="activityChooserViewStyle" format="reference" />
    <attr name="buttonBarButtonStyle" format="reference" />
    <attr name="buttonBarStyle" format="reference" />
    <attr name="dividerHorizontal" format="reference" />
    <attr name="dividerVertical" format="reference" />
    <attr name="dropDownListViewStyle" format="reference" />
    <attr name="height" format="dimension" />
    <attr name="homeAsUpIndicator" format="reference" />
    <attr name="isLightTheme" format="boolean" />
    <attr name="listPopupWindowStyle" format="reference" />
    <attr name="listPreferredItemHeight" format="dimension" />
    <attr name="listPreferredItemHeightLarge" format="dimension" />
    <attr name="listPreferredItemHeightSmall" format="dimension" />
    <attr name="listPreferredItemPaddingLeft" format="dimension" />
    <attr name="listPreferredItemPaddingRight" format="dimension" />
    <attr name="searchDropdownBackground" format="reference" />
    <attr name="searchResultListItemHeight" format="dimension" />
    <attr name="searchViewAutoCompleteTextView" format="reference" />
    <attr name="searchViewCloseIcon" format="reference" />
    <attr name="searchViewEditQuery" format="reference" />
    <attr name="searchViewEditQueryBackground" format="reference" />
    <attr name="searchViewGoIcon" format="reference" />
    <attr name="searchViewSearchIcon" format="reference" />
    <attr name="searchViewTextField" format="reference" />
    <attr name="searchViewTextFieldRight" format="reference" />
    <attr name="searchViewVoiceIcon" format="reference" />
    <attr name="selectableItemBackground" format="reference" />
    <attr name="spinnerDropDownItemStyle" format="reference" />
    <attr name="spinnerStyle" format="reference" />
    <attr name="textAppearanceLargePopupMenu" format="reference" />
    <attr name="textAppearanceListItem" format="reference" />
    <attr name="textAppearanceListItemSmall" format="reference" />
    <attr name="textAppearanceSearchResultSubtitle" format="reference" />
    <attr name="textAppearanceSearchResultTitle" format="reference" />
    <attr name="textAppearanceSmallPopupMenu" format="reference" />
    <attr name="textColorSearchUrl" format="reference|color" />
    <attr name="title" format="string" />

    <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool>
    <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool>
    <bool name="abc_config_actionMenuItemAllCaps">true</bool>
    <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool>
    <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool>
    <bool name="abc_split_action_bar_is_narrow">true</bool>

    <color name="abc_search_url_text_normal">#7fa87f</color>
    <color name="abc_search_url_text_pressed">@android:color/black</color>
    <color name="abc_search_url_text_selected">@android:color/black</color>

    <declare-styleable name="ActionBar">

        <!-- The type of navigation to use. -->
        <attr name="navigationMode">

            <!-- Normal static title text -->
            <enum name="normal" value="0" />
            <!-- The action bar will use a selection list for navigation. -->
            <enum name="listMode" value="1" />
            <!-- The action bar will use a series of horizontal tabs for navigation. -->
            <enum name="tabMode" value="2" />
        </attr>
        <!-- Options affecting how the action bar is displayed. -->
        <attr name="displayOptions">
            <flag name="useLogo" value="0x1" />
            <flag name="showHome" value="0x2" />
            <flag name="homeAsUp" value="0x4" />
            <flag name="showTitle" value="0x8" />
            <flag name="showCustom" value="0x10" />
            <flag name="disableHome" value="0x20" />
        </attr>
        <!-- Specifies title text used for navigationMode="normal" -->
        <attr name="title" />
        <!-- Specifies subtitle text used for navigationMode="normal" -->
        <attr name="subtitle" format="string" />
        <!-- Specifies a style to use for title text. -->
        <attr name="titleTextStyle" format="reference" />
        <!-- Specifies a style to use for subtitle text. -->
        <attr name="subtitleTextStyle" format="reference" />
        <!-- Specifies the drawable used for the application icon. -->
        <attr name="icon" format="reference" />
        <!-- Specifies the drawable used for the application logo. -->
        <attr name="logo" format="reference" />
        <!-- Specifies the drawable used for item dividers. -->
        <attr name="divider" format="reference" />
        <!-- Specifies a background drawable for the action bar. -->
        <attr name="background" format="reference" />
        <!-- Specifies a background drawable for a second stacked row of the action bar. -->
        <attr name="backgroundStacked" format="reference|color" />
        <!-- Specifies a background drawable for the bottom component of a split action bar. -->
        <attr name="backgroundSplit" format="reference|color" />
        <!-- Specifies a layout for custom navigation. Overrides navigationMode. -->
        <attr name="customNavigationLayout" format="reference" />
        <!-- Specifies a fixed height. -->
        <attr name="height" />
        <!-- Specifies a layout to use for the "home" section of the action bar. -->
        <attr name="homeLayout" format="reference" />
        <!-- Specifies a style resource to use for an embedded progress bar. -->
        <attr name="progressBarStyle" format="reference" />
        <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
        <attr name="indeterminateProgressStyle" format="reference" />
        <!-- Specifies the horizontal padding on either end for an embedded progress bar. -->
        <attr name="progressBarPadding" format="dimension" />
        <!--
             Specifies padding that should be applied to the left and right sides of
             system-provided items in the bar.
        -->
        <attr name="itemPadding" format="dimension" />
    </declare-styleable>
    <declare-styleable name="ActionBarLayout">
        <attr name="android:layout_gravity" />
    </declare-styleable>
    <declare-styleable name="ActionBarWindow">
        <attr name="windowActionBar" format="boolean" />
        <attr name="windowActionBarOverlay" format="boolean" />
        <attr name="windowSplitActionBar" format="boolean" />

        <!--
             A fixed width for the window along the major axis of the screen,
             that is, when in landscape. Can be either an absolute dimension
             or a fraction of the screen size in that dimension.
        -->
        <attr name="windowFixedWidthMajor" format="dimension|fraction" />
        <!--
             A fixed height for the window along the minor axis of the screen,
             that is, when in landscape. Can be either an absolute dimension
             or a fraction of the screen size in that dimension.
        -->
        <attr name="windowFixedHeightMinor" format="dimension|fraction" />

        <!--
             A fixed width for the window along the minor axis of the screen,
             that is, when in portrait. Can be either an absolute dimension
             or a fraction of the screen size in that dimension.
        -->
        <attr name="windowFixedWidthMinor" format="dimension|fraction" />
        <!--
             A fixed height for the window along the major axis of the screen,
             that is, when in portrait. Can be either an absolute dimension
             or a fraction of the screen size in that dimension.
        -->
        <attr name="windowFixedHeightMajor" format="dimension|fraction" />
    </declare-styleable>
    <declare-styleable name="ActionMenuItemView">
        <attr name="android:minWidth" />
    </declare-styleable>
    <declare-styleable name="ActionMenuView">
        <!-- Size of padding on either end of a divider. -->
    </declare-styleable>
    <declare-styleable name="ActionMode">

        <!-- Specifies a style to use for title text. -->
        <attr name="titleTextStyle" />
        <!-- Specifies a style to use for subtitle text. -->
        <attr name="subtitleTextStyle" />
        <!-- Specifies a background for the action mode bar. -->
        <attr name="background" />
        <!-- Specifies a background for the split action mode bar. -->
        <attr name="backgroundSplit" />
        <!-- Specifies a fixed height for the action mode bar. -->
        <attr name="height" />
    </declare-styleable>
    <declare-styleable name="ActivityChooserView">

        <!-- The maximal number of items initially shown in the activity list. -->
        <attr name="initialActivityCount" format="string" />
        <!--
             The drawable to show in the button for expanding the activities overflow popup.
             <strong>Note:</strong> Clients would like to set this drawable
             as a clue about the action the chosen activity will perform. For
             example, if share activity is to be chosen the drawable should
             give a clue that sharing is to be performed.
        -->
        <attr name="expandActivityOverflowButtonDrawable" format="reference" />
    </declare-styleable>
    <declare-styleable name="CompatTextView">

        <!-- Present the text in ALL CAPS. This may use a small-caps form when available. -->
        <attr name="textAllCaps" format="reference|boolean" />
    </declare-styleable>
    <declare-styleable name="LinearLayoutICS">

        <!-- Drawable to use as a vertical divider between buttons. -->
        <attr name="divider" />
        <!-- Setting for which dividers to show. -->
        <attr name="showDividers">
            <flag name="none" value="0" />
            <flag name="beginning" value="1" />
            <flag name="middle" value="2" />
            <flag name="end" value="4" />
        </attr>
        <!-- Size of padding on either end of a divider. -->
        <attr name="dividerPadding" format="dimension" />
    </declare-styleable>
    <declare-styleable name="MenuGroup">

        <!-- The ID of the group. -->
        <attr name="android:id" />

        <!--
             The category applied to all items within this group.
             (This will be or'ed with the orderInCategory attribute.)
        -->
        <attr name="android:menuCategory" />

        <!--
             The order within the category applied to all items within this group.
             (This will be or'ed with the category attribute.)
        -->
        <attr name="android:orderInCategory" />

        <!-- Whether the items are capable of displaying a check mark. -->
        <attr name="android:checkableBehavior" />

        <!-- Whether the items are shown/visible. -->
        <attr name="android:visible" />

        <!-- Whether the items are enabled. -->
        <attr name="android:enabled" />
    </declare-styleable>
    <declare-styleable name="MenuItem">

        <!-- The ID of the item. -->
        <attr name="android:id" />

        <!--
             The category applied to the item.
             (This will be or'ed with the orderInCategory attribute.)
        -->
        <attr name="android:menuCategory" />

        <!--
             The order within the category applied to the item.
             (This will be or'ed with the category attribute.)
        -->
        <attr name="android:orderInCategory" />

        <!-- The title associated with the item. -->
        <attr name="android:title" />

        <!--
             The condensed title associated with the item.  This is used in situations where the
             normal title may be too long to be displayed.
        -->
        <attr name="android:titleCondensed" />

        <!--
             The icon associated with this item.  This icon will not always be shown, so
             the title should be sufficient in describing this item.
        -->
        <attr name="android:icon" />

        <!--
             The alphabetic shortcut key.  This is the shortcut when using a keyboard
             with alphabetic keys.
        -->
        <attr name="android:alphabeticShortcut" />

        <!--
             The numeric shortcut key.  This is the shortcut when using a numeric (e.g., 12-key)
             keyboard.
        -->
        <attr name="android:numericShortcut" />

        <!-- Whether the item is capable of displaying a check mark. -->
        <attr name="android:checkable" />

        <!--
             Whether the item is checked.  Note that you must first have enabled checking with
             the checkable attribute or else the check mark will not appear.
        -->
        <attr name="android:checked" />

        <!-- Whether the item is shown/visible. -->
        <attr name="android:visible" />

        <!-- Whether the item is enabled. -->
        <attr name="android:enabled" />

        <!--
             Name of a method on the Context used to inflate the menu that will be
             called when the item is clicked.
        -->
        <attr name="android:onClick" />

        <!-- How this item should display in the Action Bar, if present. -->
        <attr name="showAsAction">

            <!--
                 Never show this item in an action bar, show it in the overflow menu instead.
                 Mutually exclusive with "ifRoom" and "always".
            -->
            <flag name="never" value="0" />
            <!--
                 Show this item in an action bar if there is room for it as determined
                 by the system. Favor this option over "always" where possible.
                 Mutually exclusive with "never" and "always".
            -->
            <flag name="ifRoom" value="1" />
            <!--
                 Always show this item in an actionbar, even if it would override
                 the system's limits of how much stuff to put there. This may make
                 your action bar look bad on some screens. In most cases you should
                 use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
            -->
            <flag name="always" value="2" />
            <!--
                 When this item is shown as an action in the action bar, show a text
                 label with it even if it has an icon representation.
            -->
            <flag name="withText" value="4" />
            <!--
                 This item's action view collapses to a normal menu
                 item. When expanded, the action view takes over a
                 larger segment of its container.
            -->
            <flag name="collapseActionView" value="8" />
        </attr>

        <!--
             An optional layout to be used as an action view.
             See {@link android.view.MenuItem#setActionView(android.view.View)}
             for more info.
        -->
        <attr name="actionLayout" format="reference" />

        <!--
             The name of an optional View class to instantiate and use as an
             action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
             for more info.
        -->
        <attr name="actionViewClass" format="string" />

        <!--
             The name of an optional ActionProvider class to instantiate an action view
             and perform operations such as default action for that menu item.
             See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
             for more info.
        -->
        <attr name="actionProviderClass" format="string" />
    </declare-styleable>
    <declare-styleable name="MenuView">

        <!-- Default appearance of menu item text. -->
        <attr name="android:itemTextAppearance" />
        <!-- Default horizontal divider between rows of menu items. -->
        <attr name="android:horizontalDivider" />
        <!-- Default vertical divider between menu items. -->
        <attr name="android:verticalDivider" />
        <!-- Default background for the menu header. -->
        <attr name="android:headerBackground" />
        <!-- Default background for each menu item. -->
        <attr name="android:itemBackground" />
        <!-- Default animations for the menu. -->
        <attr name="android:windowAnimationStyle" />
        <!-- Default disabled icon alpha for each menu item that shows an icon. -->
        <attr name="android:itemIconDisabledAlpha" />
        <!-- Whether space should be reserved in layout when an icon is missing. -->
        <attr name="android:preserveIconSpacing" />
    </declare-styleable>
    <declare-styleable name="SearchView">

        <!--
             The default state of the SearchView. If true, it will be iconified when not in
             use and expanded when clicked.
        -->
        <attr name="iconifiedByDefault" format="boolean" />
        <!-- An optional maximum width of the SearchView. -->
        <attr name="android:maxWidth" />
        <!-- An optional query hint string to be displayed in the empty query field. -->
        <attr name="queryHint" format="string" />
        <!-- The IME options to set on the query text field. -->
        <attr name="android:imeOptions" />
        <!-- The input type to set on the query text field. -->
        <attr name="android:inputType" />
    </declare-styleable>
    <declare-styleable name="Spinner">

        <!-- The prompt to display when the spinner's dialog is shown. -->
        <attr name="prompt" format="reference" />
        <!-- Display mode for spinner options. -->
        <attr name="spinnerMode" format="enum">

            <!-- Spinner options will be presented to the user as a dialog window. -->
            <enum name="dialog" value="0" />
            <!--
                 Spinner options will be presented to the user as an inline dropdown
                 anchored to the spinner widget itself.
            -->
            <enum name="dropdown" value="1" />
        </attr>
        <!-- List selector to use for spinnerMode="dropdown" display. -->
        <attr name="android:dropDownSelector" />
        <!-- Background drawable to use for the dropdown in spinnerMode="dropdown". -->
        <attr name="android:popupBackground" />
        <!--
             Vertical offset from the spinner widget for positioning the dropdown in
             spinnerMode="dropdown".
        -->
        <attr name="android:dropDownVerticalOffset" />
        <!--
             Horizontal offset from the spinner widget for positioning the dropdown
             in spinnerMode="dropdown".
        -->
        <attr name="android:dropDownHorizontalOffset" />
        <!-- Width of the dropdown in spinnerMode="dropdown". -->
        <attr name="android:dropDownWidth" />
        <!--
             Reference to a layout to use for displaying a prompt in the dropdown for
             spinnerMode="dropdown". This layout must contain a TextView with the id
             {@code @android:id/text1} to be populated with the prompt text.
        -->
        <attr name="popupPromptView" format="reference" />
        <!-- Gravity setting for positioning the currently selected item. -->
        <attr name="android:gravity" />
        <!--
             Whether this spinner should mark child views as enabled/disabled when
             the spinner itself is enabled/disabled.
        -->
        <attr name="disableChildrenWhenDisabled" format="boolean" />
    </declare-styleable>
    <declare-styleable name="Theme">

        <!-- Default ActionBar dropdown style. -->
        <attr name="actionDropDownStyle" format="reference" />
        <!-- The preferred item height for dropdown lists. -->
        <attr name="dropdownListPreferredItemHeight" format="dimension" />
        <!-- Default PopupMenu style. -->
        <attr name="popupMenuStyle" format="reference" />

        <!-- ============ -->
        <!-- Panel styles -->
        <!-- ============ -->
        <eat-comment />

        <!-- Default Panel Menu width. -->
        <attr name="panelMenuListWidth" format="dimension" />

        <!-- Default Panel Menu style. -->
        <attr name="panelMenuListTheme" format="reference" />

        <!-- Drawable used as a background for selected list items. -->
        <attr name="listChoiceBackgroundIndicator" format="reference" />
    </declare-styleable>
    <declare-styleable name="View">

        <!-- Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. -->
        <attr name="paddingStart" format="dimension" />
        <!-- Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. -->
        <attr name="paddingEnd" format="dimension" />

        <!--
             Boolean that controls whether a view can take focus.  By default the user can not
             move focus to a view; by setting this attribute to true the view is
             allowed to take focus.  This value does not impact the behavior of
             directly calling {@link android.view.View#requestFocus}, which will
             always request focus regardless of this view.  It only impacts where
             focus navigation will try to move focus.
        -->
        <attr name="android:focusable" />
    </declare-styleable>

    <dimen name="abc_action_bar_default_height">48dip</dimen>
    <dimen name="abc_action_bar_icon_vertical_padding">8dip</dimen>
    <dimen name="abc_action_bar_progress_bar_size">40dp</dimen>
    <dimen name="abc_action_bar_stacked_max_height">48dp</dimen>
    <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
    <dimen name="abc_action_bar_subtitle_bottom_margin">5dip</dimen>
    <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen>
    <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen>
    <dimen name="abc_action_bar_title_text_size">18dp</dimen>
    <dimen name="abc_action_button_min_width">56dip</dimen>
    <dimen name="abc_config_prefDialogWidth">320dp</dimen>
    <dimen name="abc_dropdownitem_icon_width">32dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
    <dimen name="abc_panel_menu_list_width">296dp</dimen>
    <dimen name="abc_search_view_preferred_width">320dip</dimen>
    <dimen name="abc_search_view_text_min_width">160dip</dimen>

    <item name="action_bar_activity_content" type="id"/>
    <item name="action_menu_divider" type="id"/>
    <item name="action_menu_presenter" type="id"/>
    <item name="home" type="id"/>
    <item name="progress_circular" type="id"/>
    <item name="progress_horizontal" type="id"/>

    <integer name="abc_max_action_buttons">2</integer>

    <string name="abc_action_bar_home_description">"Ana ekrana git"</string>
    <string name="abc_action_bar_up_description">"Yukarı git"</string>
    <string name="abc_action_menu_overflow_description">"Diğer seçenekler"</string>
    <string name="abc_action_mode_done">"Tamamlandı"</string>
    <string name="abc_activity_chooser_view_see_all">"Tümünü göster"</string>
    <string name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string>
    <string name="abc_searchview_description_clear">"Sorguyu temizle"</string>
    <string name="abc_searchview_description_query">"Arama sorgusu"</string>
    <string name="abc_searchview_description_search">"Ara"</string>
    <string name="abc_searchview_description_submit">"Sorguyu gönder"</string>
    <string name="abc_searchview_description_voice">"Sesli arama"</string>
    <string name="abc_shareactionprovider_share_with">"Şununla paylaş"</string>
    <string name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string>

    <style name="TextAppearance.AppCompat.Base.CompactMenu.Dialog" parent="android:TextAppearance.Medium">
        <item name="android:textColor">@android:color/primary_text_light</item>
    </style>

    <style name="TextAppearance.AppCompat.Base.SearchResult" parent="">
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>

    <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>

    <style name="TextAppearance.AppCompat.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>

    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">18sp</item>
    </style>

    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">14sp</item>
    </style>

    <style name="TextAppearance.AppCompat.Light.Base.SearchResult" parent="TextAppearance.AppCompat.Base.SearchResult">
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>

    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>

    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>

    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"></style>

    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"></style>

    <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"></style>

    <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"></style>

    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"></style>

    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"></style>

    <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"></style>

    <style name="TextAppearance.AppCompat.SearchResult.Title" parent="TextAppearance.AppCompat.Base.SearchResult.Title"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"></style>

    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"></style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Small">
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">?attr/actionMenuTextColor</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Medium">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Medium.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Medium"></style>

    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"></style>

    <style name="TextAppearance.AppCompat.Widget.Base.DropDownItem" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>

    <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"></style>

    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"></style>

    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"></style>

    <style name="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item" parent="android:TextAppearance.Medium">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>

    <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"></style>

    <style name="Theme.AppCompat" parent="Theme.Base.AppCompat">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>

    <style name="Theme.AppCompat.Base.CompactMenu" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
        <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
    </style>

    <style name="Theme.AppCompat.Base.CompactMenu.Dialog" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.AppCompat.Base.CompactMenu.Dialog</item>
        <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item>
    </style>

    <style name="Theme.AppCompat.CompactMenu" parent="Theme.AppCompat.Base.CompactMenu"></style>

    <style name="Theme.AppCompat.CompactMenu.Dialog" parent="Theme.AppCompat.Base.CompactMenu.Dialog"></style>

    <style name="Theme.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge"></style>

    <style name="Theme.AppCompat.Light" parent="Theme.Base.AppCompat.Light">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>

    <style name="Theme.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light.DarkActionBar">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>

    <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge"></style>

    <style name="Theme.Base" parent="android:Theme"></style>

    <style name="Theme.Base.AppCompat" parent="Theme.Base">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Dropdown Spinner Attributes -->

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>

    <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Dialog">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>

    <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="Theme.Base.AppCompat.Dialog.FixedSize" />

    <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat"></style>

    <style name="Theme.Base.AppCompat.Light" parent="Theme.Base.Light">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Bar Styles -->

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_light</item>
    </style>

    <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light">

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>

    <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light"></style>

    <style name="Theme.Base.Light" parent="android:Theme.Light"></style>

    <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar"></style>

    <style name="Widget.AppCompat.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar.Solid"></style>

    <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"></style>

    <style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"></style>

    <style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"></style>

    <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton"></style>

    <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton.CloseMode"></style>

    <style name="Widget.AppCompat.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton.Overflow"></style>

    <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode"></style>

    <style name="Widget.AppCompat.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"></style>

    <style name="Widget.AppCompat.AutoCompleteTextView" parent="Widget.AppCompat.Base.AutoCompleteTextView"></style>

    <style name="Widget.AppCompat.Base.ActionBar" parent="">
    </style>

    <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar">
    </style>

    <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="">
    </style>

    <style name="Widget.AppCompat.Base.ActionBar.TabText" parent="">
        <item name="android:textAppearance">@null</item>
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:ellipsize">marquee</item>
        <item name="android:maxLines">2</item>
    </style>

    <style name="Widget.AppCompat.Base.ActionBar.TabView" parent="">
        <item name="android:background">@drawable/abc_tab_indicator_ab_holo</item>
        <item name="android:gravity">center_horizontal</item>
        <item name="android:paddingLeft">16dip</item>
        <item name="android:paddingRight">16dip</item>
        <item name="android:minWidth">80dip</item>
    </style>

    <style name="Widget.AppCompat.Base.ActionButton" parent="">
        <item name="android:background">?attr/actionBarItemBackground</item>
        <item name="android:paddingLeft">12dip</item>
        <item name="android:paddingRight">12dip</item>
        <item name="android:minWidth">@dimen/abc_action_button_min_width</item>
        <item name="android:minHeight">?attr/actionBarSize</item>
        <item name="android:gravity">center</item>
        <item name="android:maxLines">2</item>
    </style>

    <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton"></style>

    <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_dark</item>
    </style>

    <style name="Widget.AppCompat.Base.ActionMode" parent="">
    </style>

    <style name="Widget.AppCompat.Base.ActivityChooserView" parent="">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
    </style>

    <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
    </style>

    <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent="">
        <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item>
        <item name="android:paddingLeft">8dp</item>
        <item name="android:paddingRight">8dp</item>
        <item name="android:gravity">center_vertical</item>
    </style>

    <style name="Widget.AppCompat.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>

    <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_dark</item>
    </style>

    <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu">
        <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
        <item name="android:divider">?attr/dividerHorizontal</item>
    </style>

    <style name="Widget.AppCompat.Base.PopupMenu" parent="@style/Widget.AppCompat.Base.ListPopupWindow"></style>

    <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.ProgressBar">
        <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item>
    </style>

    <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"></style>

    <style name="Widget.AppCompat.Base.Spinner" parent="">
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
        <item name="android:gravity">left|center_vertical</item>
        <item name="android:clickable">true</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_dark</item>
    </style>

    <style name="Widget.AppCompat.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"></style>

    <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar"></style>

    <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar.Solid"></style>

    <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse"></style>

    <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"></style>

    <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" />

    <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"></style>

    <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse"></style>

    <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"></style>

    <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse"></style>

    <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.Light.Base.ActionButton"></style>

    <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode"></style>

    <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton.Overflow"></style>

    <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"></style>

    <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.Light.Base.ActivityChooserView"></style>

    <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"></style>

    <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
    </style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar">
    </style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Base.ActionBar.Solid">
    </style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"></style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"></style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"></style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText">
        <item name="android:textColor">?android:attr/textColorPrimaryInverseDisableOnly</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"></style>

    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"></style>

    <style name="Widget.AppCompat.Light.Base.ActionButton" parent="Widget.AppCompat.Base.ActionButton"></style>

    <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton"></style>

    <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_light</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="Widget.AppCompat.Base.ActionMode">
    </style>

    <style name="Widget.AppCompat.Light.Base.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView">
        <item name="android:background">@drawable/abc_ab_share_pack_holo_light</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"></style>

    <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_light</item>
    </style>

    <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="@style/Widget.AppCompat.Light.Base.ListPopupWindow"></style>

    <style name="Widget.AppCompat.Light.Base.Spinner" parent="Widget.AppCompat.Base.Spinner">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_light</item>
    </style>

    <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"></style>

    <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.Light.Base.ListPopupWindow"></style>

    <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.Light.Base.ListView.DropDown"></style>

    <style name="Widget.AppCompat.Light.PopupMenu" parent="Widget.AppCompat.Light.Base.PopupMenu"></style>

    <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Light.Base.Spinner"></style>

    <style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"></style>

    <style name="Widget.AppCompat.ListView.DropDown" parent="Widget.AppCompat.Base.ListView.DropDown"></style>

    <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"></style>

    <style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"></style>

    <style name="Widget.AppCompat.ProgressBar" parent="Widget.AppCompat.Base.ProgressBar"></style>

    <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Widget.AppCompat.Base.ProgressBar.Horizontal"></style>

    <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Base.Spinner"></style>

</resources>

<!-- File "values3.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="colorAccent">#3F51B5</color>
    <color name="colorHeader">@color/colorPrimary</color>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <color name="textColorPrimary">#FFFFFF</color>
    <color name="textColorSecondary">#FFFFFF</color>
    <declare-styleable name="FilePickerPreference"><attr format="enum" name="selection_mode">
            <enum name="single_mode" value="0"/>
            <enum name="multi_mode" value="1"/>
        </attr><attr format="enum" name="selection_type">
            <enum name="file_select" value="0"/>
            <enum name="dir_select" value="1"/>
            <enum name="file_dir_select" value="2"/>
        </attr><attr format="string" name="root_dir"/><attr format="string" name="error_dir"/><attr format="string" name="extensions"/><attr format="string" name="title_text"/></declare-styleable>
    <dimen name="activity_margin">4dp</dimen>
    <dimen name="toolbar_image_margin">16dp</dimen>
    <string name="app_name">Comfort Reader</string>
    <string name="cancel_button_label">İptal</string>
    <string name="choose_button_label">Seç</string>
    <string name="default_dir">/sdcard</string>
    <string name="label_parent_directory">Ana Klasör</string>
</resources>

<!-- File "values4.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="dialog_color_picker">Renk Seçici</string>
    <string name="press_color_to_apply">Uygulamak için Renge basın</string>
</resources>

<!-- File "values5.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="fontlistarray">
        <item>Sans Serif</item>
        <item>Serif</item>
        <item>Monospaced</item>
    </string-array>
    <string-array name="fontlistvalues">
        <item>sans</item>
        <item>serif</item>
        <item>mono</item>
    </string-array>
    <string-array name="listArray">
        <item>Başlıklar</item>
        <item>Başlıklar ve Ayrıntılar</item>
        <item>Tüm Veri</item>
    </string-array>
    <string-array name="listValues">
        <item>1</item>
        <item>2</item>
        <item>3</item>
    </string-array>
    <string-array name="orientationarray">
        <item>Öntanımlı</item>
        <item>Her zaman yatay</item>
        <item>Her zaman dikey</item>
    </string-array>
    <string-array name="orientationvalues">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>
    <string-array name="pref_example_list_titles">
        <item>Her zaman</item>
        <item>Mümkün olduğunda</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_example_list_values">
        <item>1</item>
        <item>0</item>
        <item>-1</item>
    </string-array>
    <string-array name="pref_sync_frequency_titles">
        <item>15 dakika</item>
        <item>30 dakika</item>
        <item>1 saat</item>
        <item>3 saat</item>
        <item>6 saat</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_sync_frequency_values">
        <item>15</item>
        <item>30</item>
        <item>60</item>
        <item>180</item>
        <item>360</item>
        <item>-1</item>
    </string-array>
    <string-array name="wpm_list_titles">
        <item>200 yavaş</item>
        <item>350 normal</item>
        <item>550 çok hızlı</item>
        <item>1100 astro hızlı</item>
    </string-array>
    <string-array name="wpm_list_values">
        <item>200</item>
        <item>350</item>
        <item>1100</item>
    </string-array>
    <attr format="reference" name="actionBarDivider"/>
    <attr format="reference" name="actionBarItemBackground"/>
    <attr format="dimension" name="actionBarSize"/>
    <attr format="reference" name="actionBarSplitStyle"/>
    <attr format="reference" name="actionBarStyle"/>
    <attr format="reference" name="actionBarTabBarStyle"/>
    <attr format="reference" name="actionBarTabStyle"/>
    <attr format="reference" name="actionBarTabTextStyle"/>
    <attr format="reference" name="actionBarWidgetTheme"/>
    <attr format="reference" name="actionButtonStyle"/>
    <attr format="reference" name="actionMenuTextAppearance"/>
    <attr format="color|reference" name="actionMenuTextColor"/>
    <attr format="reference" name="actionModeBackground"/>
    <attr format="reference" name="actionModeCloseButtonStyle"/>
    <attr format="reference" name="actionModeCloseDrawable"/>
    <attr format="reference" name="actionModeCopyDrawable"/>
    <attr format="reference" name="actionModeCutDrawable"/>
    <attr format="reference" name="actionModeFindDrawable"/>
    <attr format="reference" name="actionModePasteDrawable"/>
    <attr format="reference" name="actionModePopupWindowStyle"/>
    <attr format="reference" name="actionModeSelectAllDrawable"/>
    <attr format="reference" name="actionModeShareDrawable"/>
    <attr format="reference" name="actionModeSplitBackground"/>
    <attr format="reference" name="actionModeStyle"/>
    <attr format="reference" name="actionModeWebSearchDrawable"/>
    <attr format="reference" name="actionOverflowButtonStyle"/>
    <attr format="reference" name="activityChooserViewStyle"/>
    <attr format="reference" name="buttonBarButtonStyle"/>
    <attr format="reference" name="buttonBarStyle"/>
    <attr format="reference" name="dividerHorizontal"/>
    <attr format="reference" name="dividerVertical"/>
    <attr format="reference" name="dropDownListViewStyle"/>
    <attr format="dimension" name="height"/>
    <attr format="reference" name="homeAsUpIndicator"/>
    <attr format="boolean" name="isLightTheme"/>
    <attr format="reference" name="listPopupWindowStyle"/>
    <attr format="dimension" name="listPreferredItemHeight"/>
    <attr format="dimension" name="listPreferredItemHeightLarge"/>
    <attr format="dimension" name="listPreferredItemHeightSmall"/>
    <attr format="dimension" name="listPreferredItemPaddingLeft"/>
    <attr format="dimension" name="listPreferredItemPaddingRight"/>
    <attr format="reference" name="searchDropdownBackground"/>
    <attr format="dimension" name="searchResultListItemHeight"/>
    <attr format="reference" name="searchViewAutoCompleteTextView"/>
    <attr format="reference" name="searchViewCloseIcon"/>
    <attr format="reference" name="searchViewEditQuery"/>
    <attr format="reference" name="searchViewEditQueryBackground"/>
    <attr format="reference" name="searchViewGoIcon"/>
    <attr format="reference" name="searchViewSearchIcon"/>
    <attr format="reference" name="searchViewTextField"/>
    <attr format="reference" name="searchViewTextFieldRight"/>
    <attr format="reference" name="searchViewVoiceIcon"/>
    <attr format="reference" name="selectableItemBackground"/>
    <attr format="reference" name="spinnerDropDownItemStyle"/>
    <attr format="reference" name="spinnerStyle"/>
    <attr format="reference" name="textAppearanceLargePopupMenu"/>
    <attr format="reference" name="textAppearanceListItem"/>
    <attr format="reference" name="textAppearanceListItemSmall"/>
    <attr format="reference" name="textAppearanceSearchResultSubtitle"/>
    <attr format="reference" name="textAppearanceSearchResultTitle"/>
    <attr format="reference" name="textAppearanceSmallPopupMenu"/>
    <attr format="reference|color" name="textColorSearchUrl"/>
    <attr format="string" name="title"/>
    <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool>
    <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool>
    <bool name="abc_config_actionMenuItemAllCaps">true</bool>
    <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool>
    <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool>
    <bool name="abc_split_action_bar_is_narrow">true</bool>
    <color name="abc_search_url_text_normal">#7fa87f</color>
    <color name="abc_search_url_text_pressed">@android:color/black</color>
    <color name="abc_search_url_text_selected">@android:color/black</color>
    <color name="black">#000000</color>
    <color name="black_overlay">#CC000000</color>
    <color name="colorAccent">#3F51B5</color>
    <color name="colorHeader">@color/colorPrimary</color>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <color name="gray">#EEEEEE</color>
    <color name="green">#ffbf00</color>
    <color name="textColorPrimary">#FFFFFF</color>
    <color name="textColorSecondary">#FFFFFF</color>
    <color name="white">#FFFFFF</color>
    <declare-styleable name="ActionBar"><attr name="navigationMode">

            
            <enum name="normal" value="0"/>
            
            <enum name="listMode" value="1"/>
            
            <enum name="tabMode" value="2"/>
        </attr><attr name="displayOptions">
            <flag name="useLogo" value="0x1"/>
            <flag name="showHome" value="0x2"/>
            <flag name="homeAsUp" value="0x4"/>
            <flag name="showTitle" value="0x8"/>
            <flag name="showCustom" value="0x10"/>
            <flag name="disableHome" value="0x20"/>
        </attr><attr name="title"/><attr format="string" name="subtitle"/><attr format="reference" name="titleTextStyle"/><attr format="reference" name="subtitleTextStyle"/><attr format="reference" name="icon"/><attr format="reference" name="logo"/><attr format="reference" name="divider"/><attr format="reference" name="background"/><attr format="reference|color" name="backgroundStacked"/><attr format="reference|color" name="backgroundSplit"/><attr format="reference" name="customNavigationLayout"/><attr name="height"/><attr format="reference" name="homeLayout"/><attr format="reference" name="progressBarStyle"/><attr format="reference" name="indeterminateProgressStyle"/><attr format="dimension" name="progressBarPadding"/><attr format="dimension" name="itemPadding"/></declare-styleable>
    <declare-styleable name="ActionBarLayout"><attr name="android:layout_gravity"/></declare-styleable>
    <declare-styleable name="ActionBarWindow"><attr format="boolean" name="windowActionBar"/><attr format="boolean" name="windowActionBarOverlay"/><attr format="boolean" name="windowSplitActionBar"/><attr format="dimension|fraction" name="windowFixedWidthMajor"/><attr format="dimension|fraction" name="windowFixedHeightMinor"/><attr format="dimension|fraction" name="windowFixedWidthMinor"/><attr format="dimension|fraction" name="windowFixedHeightMajor"/></declare-styleable>
    <declare-styleable name="ActionMenuItemView"><attr name="android:minWidth"/></declare-styleable>
    <declare-styleable name="ActionMenuView"/>
    <declare-styleable name="ActionMode"><attr name="titleTextStyle"/><attr name="subtitleTextStyle"/><attr name="background"/><attr name="backgroundSplit"/><attr name="height"/></declare-styleable>
    <declare-styleable name="ActivityChooserView"><attr format="string" name="initialActivityCount"/><attr format="reference" name="expandActivityOverflowButtonDrawable"/></declare-styleable>
    <declare-styleable name="ButtonBarContainerTheme"><attr format="reference" name="metaButtonBarStyle"/><attr format="reference" name="metaButtonBarButtonStyle"/></declare-styleable>
    <declare-styleable name="CompatTextView"><attr format="reference|boolean" name="textAllCaps"/></declare-styleable>
    <declare-styleable name="FilePickerPreference"><attr format="enum" name="selection_mode">
            <enum name="single_mode" value="0"/>
            <enum name="multi_mode" value="1"/>
        </attr><attr format="enum" name="selection_type">
            <enum name="file_select" value="0"/>
            <enum name="dir_select" value="1"/>
            <enum name="file_dir_select" value="2"/>
        </attr><attr format="string" name="root_dir"/><attr format="string" name="error_dir"/><attr format="string" name="extensions"/><attr format="string" name="title_text"/></declare-styleable>
    <declare-styleable name="LinearLayoutICS"><attr name="divider"/><attr name="showDividers">
            <flag name="none" value="0"/>
            <flag name="beginning" value="1"/>
            <flag name="middle" value="2"/>
            <flag name="end" value="4"/>
        </attr><attr format="dimension" name="dividerPadding"/></declare-styleable>
    <declare-styleable name="MenuGroup"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:checkableBehavior"/><attr name="android:visible"/><attr name="android:enabled"/></declare-styleable>
    <declare-styleable name="MenuItem"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:title"/><attr name="android:titleCondensed"/><attr name="android:icon"/><attr name="android:alphabeticShortcut"/><attr name="android:numericShortcut"/><attr name="android:checkable"/><attr name="android:checked"/><attr name="android:visible"/><attr name="android:enabled"/><attr name="android:onClick"/><attr name="showAsAction">

            
            <flag name="never" value="0"/>
            
            <flag name="ifRoom" value="1"/>
            
            <flag name="always" value="2"/>
            
            <flag name="withText" value="4"/>
            
            <flag name="collapseActionView" value="8"/>
        </attr><attr format="reference" name="actionLayout"/><attr format="string" name="actionViewClass"/><attr format="string" name="actionProviderClass"/></declare-styleable>
    <declare-styleable name="MenuView"><attr name="android:itemTextAppearance"/><attr name="android:horizontalDivider"/><attr name="android:verticalDivider"/><attr name="android:headerBackground"/><attr name="android:itemBackground"/><attr name="android:windowAnimationStyle"/><attr name="android:itemIconDisabledAlpha"/><attr name="android:preserveIconSpacing"/></declare-styleable>
    <declare-styleable name="SearchView"><attr format="boolean" name="iconifiedByDefault"/><attr name="android:maxWidth"/><attr format="string" name="queryHint"/><attr name="android:imeOptions"/><attr name="android:inputType"/></declare-styleable>
    <declare-styleable name="Spinner"><attr format="reference" name="prompt"/><attr format="enum" name="spinnerMode">

            
            <enum name="dialog" value="0"/>
            
            <enum name="dropdown" value="1"/>
        </attr><attr name="android:dropDownSelector"/><attr name="android:popupBackground"/><attr name="android:dropDownVerticalOffset"/><attr name="android:dropDownHorizontalOffset"/><attr name="android:dropDownWidth"/><attr format="reference" name="popupPromptView"/><attr name="android:gravity"/><attr format="boolean" name="disableChildrenWhenDisabled"/></declare-styleable>
    <declare-styleable name="Theme"><attr format="reference" name="actionDropDownStyle"/><attr format="dimension" name="dropdownListPreferredItemHeight"/><attr format="reference" name="popupMenuStyle"/><attr format="dimension" name="panelMenuListWidth"/><attr format="reference" name="panelMenuListTheme"/><attr format="reference" name="listChoiceBackgroundIndicator"/></declare-styleable>
    <declare-styleable name="View"><attr format="dimension" name="paddingStart"/><attr format="dimension" name="paddingEnd"/><attr name="android:focusable"/></declare-styleable>
    <dimen name="OptionsTextSize">24sp</dimen>
    <dimen name="ReadingTextSize">35sp</dimen>
    <dimen name="abc_action_bar_default_height">48dip</dimen>
    <dimen name="abc_action_bar_icon_vertical_padding">8dip</dimen>
    <dimen name="abc_action_bar_progress_bar_size">40dp</dimen>
    <dimen name="abc_action_bar_stacked_max_height">48dp</dimen>
    <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
    <dimen name="abc_action_bar_subtitle_bottom_margin">5dip</dimen>
    <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen>
    <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen>
    <dimen name="abc_action_bar_title_text_size">18dp</dimen>
    <dimen name="abc_action_button_min_width">56dip</dimen>
    <dimen name="abc_config_prefDialogWidth">320dp</dimen>
    <dimen name="abc_dropdownitem_icon_width">32dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen>
    <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen>
    <dimen name="abc_panel_menu_list_width">296dp</dimen>
    <dimen name="abc_search_view_preferred_width">320dip</dimen>
    <dimen name="abc_search_view_text_min_width">160dip</dimen>
    <dimen name="activity_horizontal_margin">16dp</dimen>
    <dimen name="activity_margin">4dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>
    <dimen name="margintop">65dp</dimen>
    <dimen name="padding_of_boxes">5dp</dimen>
    <dimen name="paybuttonshight">50dp</dimen>
    <dimen name="smallDisplay">13sp</dimen>
    <dimen name="toolbar_image_margin">16dp</dimen>
    <item name="action_bar_activity_content" type="id"/>
    <item name="action_menu_divider" type="id"/>
    <item name="action_menu_presenter" type="id"/>
    <item name="home" type="id"/>
    <item name="progress_circular" type="id"/>
    <item name="progress_horizontal" type="id"/>
    <integer name="abc_max_action_buttons">2</integer>
    <string name="abc_action_bar_home_description">"Ana ekrana git"</string>
    <string name="abc_action_bar_up_description">"Yukarı git"</string>
    <string name="abc_action_menu_overflow_description">"Diğer seçenekler"</string>
    <string name="abc_action_mode_done">"Tamamlandı"</string>
    <string name="abc_activity_chooser_view_see_all">"Tümünü göster"</string>
    <string name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string>
    <string name="abc_searchview_description_clear">"Sorguyu temizle"</string>
    <string name="abc_searchview_description_query">"Arama sorgusu"</string>
    <string name="abc_searchview_description_search">"Ara"</string>
    <string name="abc_searchview_description_submit">"Sorguyu gönder"</string>
    <string name="abc_searchview_description_voice">"Sesli arama"</string>
    <string name="abc_shareactionprovider_share_with">"Şununla paylaş"</string>
    <string name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string>
    <string name="action_settings">Ayarlar</string>
    <string name="app_name">Comfort Reader</string>
    <string name="app_text_after_shareweblink">Comfort Reader ile oku (deneysel)</string>
    <string name="cancel_button_label">İptal</string>
    <string name="choose_button_label">Seç</string>
    <string name="default_dir">/sdcard</string>
    <string name="dialog_color_picker">Renk Seçici</string>
    <string name="dummy_button">Boş Buton</string>
    <string name="dummy_content">BOŞ\n
 İÇERİK</string>
    <string name="fullscreen_copied_title">Kopyalanan metin</string>
    <string name="fullscreen_text_while_loading">...Metin yükleniyor... \n
 Lütfen bekleyin.</string>
    <string name="georgia">font adı</string>
    <string name="hello_world">Merhaba dünya!</string>
    <string name="label_parent_directory">Ana Klasör</string>
    <string name="next_button">">>"</string>
    <string name="notes_message_done_saving_note">Şuraya yazma tamamlandı:</string>
    <string name="notes_readnotebutton">Notları gör</string>
    <string name="notes_savebutton">Bu notu ekle</string>
    <string name="notes_title_current_notebook">Notların:</string>
    <string name="play_button">●/></string>
    <string name="pref_default_display_name">John Smith</string>
    <string name="pref_description_social_recommendations">Mesaj geçmişin temelli iletişim kurulacak kişi tavsiyeleri</string>
    <string name="pref_header_data_sync">Veri ve eşzamanlama</string>
    <string name="pref_header_general">Genel</string>
    <string name="pref_header_notifications">Bildirimler</string>
    <string name="pref_ringtone_silent">Sessiz</string>
    <string name="pref_title_add_friends_to_messages">Mesajlara arkadaş ekle</string>
    <string name="pref_title_display_name">Görüntülenen ad</string>
    <string name="pref_title_new_message_notifications">Yeni mesaj bildirimleri</string>
    <string name="pref_title_ringtone">Zil sesi</string>
    <string name="pref_title_social_recommendations">Sosyal tavsiyeleri etkinleştir</string>
    <string name="pref_title_sync_frequency">Eşzamanlama sıklığı</string>
    <string name="pref_title_system_sync_settings">Sistem eşzamanlama ayarları</string>
    <string name="pref_title_vibrate">Titre</string>
    <string name="press_color_to_apply">Uygulamak için Renge basın</string>
    <string name="previous_button">"&lt;&lt;"</string>
    <string name="settings_backgroundcolor_summary"/>
    <string name="settings_backgroundcolor_title">Arkaplan rengi</string>
    <string name="settings_deviceorientation_default">Öntanımlı sistem davranışı</string>
    <string name="settings_deviceorientation_landscape">Sabitlenmiş Yatay mod</string>
    <string name="settings_deviceorientation_portrait">Sabitlenmiş Dikey mod</string>
    <string name="settings_deviceorientation_summary">cihaz döndürüldüğünde davranış</string>
    <string name="settings_deviceorientation_title">Cihaz yönü</string>
    <string name="settings_filepicker_loadingtext">Pdf yüklemesi zaman alıyor. Bilgisayarında pdf\'ten txt de hazırlayabilirsin.</string>
    <string name="settings_filepicker_title">Şu anki pdf ya da txt</string>
    <string name="settings_focuscolor_summary">akan harfler</string>
    <string name="settings_focuscolor_title">Renge odaklan</string>
    <string name="settings_fontname_summary"/>
    <string name="settings_fontname_title">Yazı biçimi</string>
    <string name="settings_fontsize_title">Yazı boyutu</string>
    <string name="settings_fromcopypaste_summary">Kopyalanan metni yapıştırmak için açın</string>
    <string name="settings_help_title">Yardım al</string>
    <string name="settings_loadcopyandpaste_outputmessage_off">Şimdi okuyorsun</string>
    <string name="settings_loadcopyandpaste_outputmessage_on">Şimdi kopyaladığını olabilirsin. Metnine geri gitmek için kapat.</string>
    <string name="settings_loadcopyandpaste_title">Geçici metin okunuyor</string>
    <string name="settings_maxwords_summary">Satır en fazla</string>
    <string name="settings_maxwords_summary2">karakter olmalı</string>
    <string name="settings_maxwords_title">En fazla satır uzunluğu</string>
    <string name="settings_minwords_summary">Satır en az</string>
    <string name="settings_minwords_summary2">karakter olmalı</string>
    <string name="settings_minwords_title">En az satır uzunluğu</string>
    <string name="settings_positionslider_title">Konum</string>
    <string name="settings_recent_texts">Şu anki metni yükle</string>
    <string name="settings_recent_texts_summary">Birşeyler okumaya devam et</string>
    <string name="settings_textcolor_summary">normal renk</string>
    <string name="settings_textcolor_title">Metin rengi</string>
    <string name="settings_title_appearanceoptions">Görünüm</string>
    <string name="settings_title_readingoptions">Okuma</string>
    <string name="settings_title_supportoptions">Destek</string>
    <string name="settings_title_textoptions">Metin</string>
    <string name="settings_wpm_title">Okuma hızı</string>
    <string name="settings_wpn_summary">Kelime/dakika:</string>
    <string name="support_standarttext">Hiçbir metin yüklemedi. Sol üstteki menü butonuna basın ve bir txt ya da pdf dosyası yükleyin.</string>
    <string name="title_activity_another_fullscreen">DiğerTamEkranEtkinlik</string>
    <string name="title_activity_custommenu">ÖzelmenüEtkinliği</string>
    <string name="title_activity_note">Dipnot Düzenleyici</string>
    <string name="title_activity_settings">Ayarlar</string>
    <string name="wordsperminuteSetting">kelime/dakika</string>
    <style name="AppBaseTheme" parent="Theme.AppCompat">
        <!--
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        -->
    </style>
    <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    </style>
    <style name="ButtonBar">
        <item name="android:paddingLeft">2dp</item>
        <item name="android:paddingTop">5dp</item>
        <item name="android:paddingRight">2dp</item>
        <item name="android:paddingBottom">0dp</item>
        <item name="android:background">@android:drawable/bottom_bar</item>
    </style>
    <style name="ButtonBarButton"/>
    <style name="ComfortReaderTheme" parent="android:Theme.NoTitleBar">
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowFullscreen">true</item>
     <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowBackground">@null</item>
   
    </style>
    <style name="FullscreenTheme" parent="android:Theme.NoTitleBar">
        
        
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowBackground">@null</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.CompactMenu.Dialog" parent="android:TextAppearance.Medium">
        <item name="android:textColor">@android:color/primary_text_light</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult" parent="">
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Widget">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">14sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult" parent="TextAppearance.AppCompat.Base.SearchResult">
        <item name="android:textColor">?android:textColorPrimary</item>
        <item name="android:textColorHint">?android:textColorHint</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title">
        <item name="android:textSize">18sp</item>
    </style>
    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"/>
    <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"/>
    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"/>
    <style name="TextAppearance.AppCompat.SearchResult.Title" parent="TextAppearance.AppCompat.Base.SearchResult.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"/>
    <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Small">
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">?attr/actionMenuTextColor</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Medium">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Medium.Inverse">
        <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse">
        <item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Medium"/>
    <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"/>
    <style name="TextAppearance.AppCompat.Widget.Base.DropDownItem" parent="android:TextAppearance.Small">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>
    <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"/>
    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/>
    <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/>
    <style name="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item" parent="android:TextAppearance.Medium">
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
    </style>
    <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"/>
    <style name="Theme.AppCompat" parent="Theme.Base.AppCompat">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Base.CompactMenu" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
        <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
    </style>
    <style name="Theme.AppCompat.Base.CompactMenu.Dialog" parent="">
        <item name="android:itemTextAppearance">            @style/TextAppearance.AppCompat.Base.CompactMenu.Dialog</item>
        <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item>
    </style>
    <style name="Theme.AppCompat.CompactMenu" parent="Theme.AppCompat.Base.CompactMenu"/>
    <style name="Theme.AppCompat.CompactMenu.Dialog" parent="Theme.AppCompat.Base.CompactMenu.Dialog"/>
    <style name="Theme.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge"/>
    <style name="Theme.AppCompat.Light" parent="Theme.Base.AppCompat.Light">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light.DarkActionBar">

        <!-- Required for use of support_simple_spinner_dropdown_item.xml -->

        <!-- Popup Menu styles -->

        <!-- SearchView attributes -->

        <!-- ShareActionProvider attributes -->
    </style>
    <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge"/>
    <style name="Theme.Base" parent="android:Theme"/>
    <style name="Theme.Base.AppCompat" parent="Theme.Base">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Dropdown Spinner Attributes -->

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Dialog">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Mode -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="Theme.Base.AppCompat.Dialog.FixedSize"/>
    <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat"/>
    <style name="Theme.Base.AppCompat.Light" parent="Theme.Base.Light">
        <!-- Remove system title bars; we will add the action bar ourselves. -->
        <item name="android:windowNoTitle">true</item>

        <!-- Action Bar Styles -->

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_light</item>
    </style>
    <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light">

        <!-- Action Mode -->

        <!-- Dropdown Spinner Attributes -->

        <!-- Panel attributes -->
        <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item>
    </style>
    <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light"/>
    <style name="Theme.Base.Light" parent="android:Theme.Light"/>
    <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar"/>
    <style name="Widget.AppCompat.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar.Solid"/>
    <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton.CloseMode"/>
    <style name="Widget.AppCompat.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton.Overflow"/>
    <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode"/>
    <style name="Widget.AppCompat.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"/>
    <style name="Widget.AppCompat.AutoCompleteTextView" parent="Widget.AppCompat.Base.AutoCompleteTextView"/>
    <style name="Widget.AppCompat.Base.ActionBar" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabText" parent="">
        <item name="android:textAppearance">@null</item>
        <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item>
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
        <item name="android:ellipsize">marquee</item>
        <item name="android:maxLines">2</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionBar.TabView" parent="">
        <item name="android:background">@drawable/abc_tab_indicator_ab_holo</item>
        <item name="android:gravity">center_horizontal</item>
        <item name="android:paddingLeft">16dip</item>
        <item name="android:paddingRight">16dip</item>
        <item name="android:minWidth">80dip</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionButton" parent="">
        <item name="android:background">?attr/actionBarItemBackground</item>
        <item name="android:paddingLeft">12dip</item>
        <item name="android:paddingRight">12dip</item>
        <item name="android:minWidth">@dimen/abc_action_button_min_width</item>
        <item name="android:minHeight">?attr/actionBarSize</item>
        <item name="android:gravity">center</item>
        <item name="android:maxLines">2</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.ActionMode" parent="">
    </style>
    <style name="Widget.AppCompat.Base.ActivityChooserView" parent="">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent="">
        <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item>
        <item name="android:paddingLeft">8dp</item>
        <item name="android:paddingRight">8dp</item>
        <item name="android:gravity">center_vertical</item>
    </style>
    <style name="Widget.AppCompat.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>
    <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu">
        <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item>
        <item name="android:divider">?attr/dividerHorizontal</item>
    </style>
    <style name="Widget.AppCompat.Base.PopupMenu" parent="@style/Widget.AppCompat.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.ProgressBar">
        <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item>
        <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item>
    </style>
    <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"/>
    <style name="Widget.AppCompat.Base.Spinner" parent="">
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
        <item name="android:gravity">left|center_vertical</item>
        <item name="android:clickable">true</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_dark</item>
    </style>
    <style name="Widget.AppCompat.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar"/>
    <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar.Solid"/>
    <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse"/>
    <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.Light.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode"/>
    <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton.Overflow"/>
    <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"/>
    <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.Light.Base.ActivityChooserView"/>
    <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Base.ActionBar.Solid">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText">
        <item name="android:textColor">?android:attr/textColorPrimaryInverseDisableOnly</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton"/>
    <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton">
        <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="Widget.AppCompat.Base.ActionMode">
    </style>
    <style name="Widget.AppCompat.Light.Base.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView">
        <item name="android:background">@drawable/abc_ab_share_pack_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView">
        <item name="android:textColor">?attr/actionMenuTextColor</item>
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent="">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:dropDownVerticalOffset">0dip</item>
        <item name="android:dropDownHorizontalOffset">0dip</item>
        <item name="android:dropDownWidth">wrap_content</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.ListView">
        <item name="android:listSelector">@drawable/abc_list_selector_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="@style/Widget.AppCompat.Light.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Light.Base.Spinner" parent="Widget.AppCompat.Base.Spinner">
        <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item>
        <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item>
        <item name="android:background">@drawable/abc_spinner_ab_holo_light</item>
    </style>
    <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"/>
    <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.Light.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.Light.Base.ListView.DropDown"/>
    <style name="Widget.AppCompat.Light.PopupMenu" parent="Widget.AppCompat.Light.Base.PopupMenu"/>
    <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Light.Base.Spinner"/>
    <style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"/>
    <style name="Widget.AppCompat.ListView.DropDown" parent="Widget.AppCompat.Base.ListView.DropDown"/>
    <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"/>
    <style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"/>
    <style name="Widget.AppCompat.ProgressBar" parent="Widget.AppCompat.Base.ProgressBar"/>
    <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Widget.AppCompat.Base.ProgressBar.Horizontal"/>
    <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Base.Spinner"/>
</resources>

<!-- File "strings.xml" -->
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Comfort Reader</string>
    <string name="app_text_after_shareweblink">Comfort Reader ile oku (deneysel)</string>
    <string name="dummy_button">Boş Buton</string>
    <string name="dummy_content">BOŞ\n
 İÇERİK</string>
    <string name="next_button">">>"</string>
    <string name="previous_button">"&lt;&lt;"</string>
    <string name="play_button">●/></string>
    <string name="georgia">font adı</string>
    <string name="wordsperminuteSetting">kelime/dakika</string>
    <string name="title_activity_custommenu">ÖzelmenüEtkinliği</string>
    <string name="hello_world">Merhaba dünya!</string>
    <string name="action_settings">Ayarlar</string>
    <string name="title_activity_another_fullscreen">DiğerTamEkranEtkinlik</string>
    <string name="title_activity_note">Dipnot Düzenleyici</string>



    <string name="settings_title_readingoptions">Okuma</string>
    <string name="settings_title_supportoptions">Destek</string>
    <string name="settings_help_title">Yardım al</string>

    <string name="settings_title_textoptions">Metin</string>

    <string name="settings_recent_texts">Şu anki metni yükle</string>
    <string name="settings_recent_texts_summary">Birşeyler okumaya devam et</string>
    <string name="settings_filepicker_title">Şu anki pdf ya da txt</string>

    <string name="settings_positionslider_title">Konum</string>

    <string name="settings_wpm_title">Okuma hızı</string>
    <string name="settings_wpn_summary">Kelime/dakika:</string>

    <string name="settings_minwords_title">En az satır uzunluğu</string>
    <string name="settings_minwords_summary">Satır en az</string>
    <string name="settings_minwords_summary2">karakter olmalı</string>

    <string name="settings_maxwords_title">En fazla satır uzunluğu</string>
    <string name="settings_maxwords_summary">Satır en fazla</string>
    <string name="settings_maxwords_summary2">karakter olmalı</string>

    <string name="settings_title_appearanceoptions">Görünüm</string>
    <string name="settings_fontsize_title">Yazı boyutu</string>

    <string name="settings_fontname_title">Yazı biçimi</string>
    <string name="settings_textcolor_title">Metin rengi</string>
    <string name="settings_textcolor_summary">normal renk</string>
    <string name="settings_focuscolor_title">Renge odaklan</string>
    <string name="settings_focuscolor_summary">akan harfler</string>

    <string name="settings_loadcopyandpaste_title">Geçici metin okunuyor</string>
    <string name="settings_loadcopyandpaste_outputmessage_on">Şimdi kopyaladığını olabilirsin. Metnine geri gitmek için kapat.</string>
    <string name="settings_loadcopyandpaste_outputmessage_off">Şimdi okuyorsun</string>

    <string name="settings_fromcopypaste_summary">Kopyalanan metni yapıştırmak için açın</string>

    <string name="settings_backgroundcolor_title">Arkaplan rengi</string>
    <string name="settings_deviceorientation_title">Cihaz yönü</string>
    <string name="settings_deviceorientation_summary">cihaz döndürüldüğünde davranış</string>
    <string name="settings_deviceorientation_default">Öntanımlı sistem davranışı</string>
    <string name="settings_deviceorientation_portrait">Sabitlenmiş Dikey mod</string>
    <string name="settings_deviceorientation_landscape">Sabitlenmiş Yatay mod</string>

    <string name="notes_savebutton">Bu notu ekle</string>
    <string name="notes_readnotebutton">Notları gör</string>
    <string name="notes_message_done_saving_note">Şuraya yazma tamamlandı:</string>
    <string name="notes_title_current_notebook">Notların:</string>

    <string name="support_standarttext">Hiçbir metin yüklemedi. Sol üstteki menü butonuna basın ve bir txt ya da pdf dosyası yükleyin.</string>

    <string name="fullscreen_text_while_loading">...Metin yükleniyor... \n
 Lütfen bekleyin.</string>
    <string name="fullscreen_copied_title">Kopyalanan metin</string>

    <string name="settings_filepicker_loadingtext">Pdf yüklemesi zaman alıyor. Bilgisayarında pdf\'ten txt de hazırlayabilirsin.</string>
</resources>

<!-- File "arrays.xml" -->

<resources>
    
	<string-array name="wpm_list_titles">
        <item>200 yavaş</item>
        <item>350 normal</item>
        <item>550 çok hızlı</item>
        <item>1100 astro hızlı</item>
    </string-array>
    <string-array name="wpm_list_values">
        <item>200</item>
        <item>350</item>
        <item>1100</item>
    </string-array>

    <string-array name="listArray">
        <item>Başlıklar</item>
        <item>Başlıklar ve Ayrıntılar</item>
        <item>Tüm Veri</item>
    </string-array>

    <string-array name="listValues">
        <item>1</item>
        <item>2</item>
        <item>3</item>
    </string-array>


    <string-array name="fontlistarray">
        <item>Sans Serif</item>
        <item>Serif</item>
        <item>Monospaced</item>
    </string-array>

    <string-array name="fontlistvalues">
        <item>sans</item>
        <item>serif</item>
        <item>mono</item>
    </string-array>




    <string-array name="orientationarray">
        <item>Öntanımlı</item>
        <item>Her zaman yatay</item>
        <item>Her zaman dikey</item>
    </string-array>

    <string-array name="orientationvalues">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>


    
</resources>

<!-- File "strings_activity_settings.xml" -->
<resources>

    <string name="title_activity_settings">Ayarlar</string>

    <!-- Strings related to Settings -->


    <!-- Example General settings -->
    <string name="pref_header_general">Genel</string>
    <string name="pref_title_social_recommendations">Sosyal tavsiyeleri etkinleştir</string>
    <string name="pref_description_social_recommendations">Mesaj geçmişin temelli iletişim kurulacak kişi tavsiyeleri</string>
    <string name="pref_title_display_name">Görüntülenen ad</string>
    <string name="pref_default_display_name">John Smith</string>
    <string name="pref_title_add_friends_to_messages">Mesajlara arkadaş ekle</string>

    <string-array name="pref_example_list_titles">
        <item>Her zaman</item>
        <item>Mümkün olduğunda</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_example_list_values">
        <item>1</item>
        <item>0</item>
        <item>-1</item>
    </string-array>

    <!-- Example settings for Data & Sync -->
    <string name="pref_header_data_sync">Veri ve eşzamanlama</string>
    <string name="pref_title_sync_frequency">Eşzamanlama sıklığı</string>

    <string-array name="pref_sync_frequency_titles">
        <item>15 dakika</item>
        <item>30 dakika</item>
        <item>1 saat</item>
        <item>3 saat</item>
        <item>6 saat</item>
        <item>Asla</item>
    </string-array>
    <string-array name="pref_sync_frequency_values">
        <item>15</item>
        <item>30</item>
        <item>60</item>
        <item>180</item>
        <item>360</item>
        <item>-1</item>
    </string-array>

    <string name="pref_title_system_sync_settings">Sistem eşzamanlama ayarları</string>

    <!-- Example settings for Notifications -->
    <string name="pref_header_notifications">Bildirimler</string>
    <string name="pref_title_new_message_notifications">Yeni mesaj bildirimleri</string>
    <string name="pref_title_ringtone">Zil sesi</string>
    <string name="pref_ringtone_silent">Sessiz</string>
    <string name="pref_title_vibrate">Titre</string>

</resources>


Translation made with Stringlate.

Opening a new txt crashes the app

Hi, I am using Moto Z and I found that every time I open a new file rather than the initial tutorial txt, the app crashes.
I hope this bug - or something like that - could be fixed soon... Feel free to ask me anything if you want further information.

test issue

here you can post issues, for example: hallo something doesn't work...

Request supports for Asian documents

When I tried to open a Chinese fiction, it crashes and unable to start until I clear all its data to change away current file.
The project seems using ASCII punctuations to split words. But in Asian texts, there's no spaces to split words and no ASCII punctuations. We use ",。" instead of ",." . So for Asian text, it's better to set the speed in character-per-minute.

Strange green text after overriding colours.

I set black as background, red as active text colour and dark orange as regular text colour, but in reality see this:

fr

The text is somehow bright green despite I don't see the green in settings. Also colours change more chaotically, not as if they follow the reading unlike before I overridden the colours from default.

Version is 1.9.6 from F-Droid.

i will love to do copywriting for you

I love your application and would want to contribute to it, I'm not a developer but I am good at copywriting. I would love to make a copywrite for your Readme and make a pull request for you to merge. Your response would be highly appreciated. Also I would like to request if we could communicate either here or via email, so I don't have to create issues. Thank you.

Latin characters displayed in hex in the center line

The ebook's epub version: 2.0 (according to the content.opf file):

    <package xmlns="http://www.idpf.org/2007/opf" unique-identifier="bookid" version="2.0">

operating System: Android version 9.

When reading using 3 lines and the text is in the upper of lower line,
all is fine and readable. But when the text moves from the third/bottom
line to the middle line, the literal text is displayed instead of interpreting the
&x..; XML character code.
E.g. instead of a letter U with an umlaut, Ü, something like &x1234; is displayed.
bug 1 XML middle line1 (1)
bug 1 XML middle line2 (1)

Add option to configure amount of text lines

Hi, it would be nice if the amount of text lines can be configured.

I would like to have always only 1 line (so for speed reading), so I can focus soley distraction free on that one line.

If you dont want slider, single line mode is otherwise fine too.

java.lang.StringIndexOutOfBoundsException

Affected version: v1.9beta

I am not sure whether this has been fixed in the HEAD or not.
I try to reproduce it in HEAD but I cannot build the app.
This happens when you click Current pdf or text and then click select without actually selecting anything.

Thanks

// java.lang.RuntimeException: An error occurred while executing doInBackground()
//  at android.os.AsyncTask$3.done(AsyncTask.java:309)
//  at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
//  at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
//  at java.util.concurrent.FutureTask.run(FutureTask.java:242)
//  at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
//  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
//  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
//  at java.lang.Thread.run(Thread.java:818)
// Caused by: java.lang.StringIndexOutOfBoundsException: length=0; regionStart=0; regionLength=-1
//  at java.lang.String.startEndAndLength(String.java:298)
//  at java.lang.String.substring(String.java:1087)
//  at com.mschlauch.comfortreader.SettingsLoader.loadTextfromFilePath(SettingsLoader.java:621)
//  at com.mschlauch.comfortreader.CRPreferenceActivity$MyPreferenceFragment$7$1.doInBackground(CRPreferenceActivity.java:314)
//  at com.mschlauch.comfortreader.CRPreferenceActivity$MyPreferenceFragment$7$1.doInBackground(CRPreferenceActivity.java:306)
//  at android.os.AsyncTask$2.call(AsyncTask.java:295)
//  at java.util.concurrent.FutureTask.run(FutureTask.java:237)
//  ... 4 more

LOGO

Hello, @mschlauchI want to contribute in "comfortreader" so i want to designed a new logo for "comfortreader" and it's free.

I hope you like it. If you like it, I will send you pull request, editable files/original source and .png format files. If there's something you want to change, I'll do it.
if you want i will send you my design

contact me on facebook for fast delivary

interface enhancements: word counter, longer jumps

Enhancement suggestion sent directly to maintainer (me) via e-mail:
Can I suggest if the word counter could be placed on the Settings Menu.....

  1. Preferably under TEXT menu / on the same line as : CURRENT PDF or TXT
    sub-menu ( Showing total number of words)

  2. Then still under TEXT menu, but on the same line as the POSITION slider,
    you could show words read progress indicator ie : How many words (have been
    read so far)/ in / how many seconds
    Eg : 309 words read in 60 seconds.

The timer-countdown (my second suggestion) would seem appropriate on the Main Screen during reading.

The forward/backward buttons at the bottom are very handy. I was also
wondering if the progress slider on the Main Screen can be activated, to
enable someone to shuttle through the document for longer jumps (fast
forward/rewind kind of thing), or if the bottom >> /<< can have a long
press functionality added to them.

New line not replaced by a white space but left out entirely

Sometimes the last word of a line in the book gets glued to the first word
of the next line of the book. Perhaps some special new line character is used?

The ebook's epub version: 2.0 (according to the content.opf file):

    <package xmlns="http://www.idpf.org/2007/opf" unique-identifier="bookid" version="2.0">

operating System: Android version 9

bug 2 end of line glued to next line (1)
bug 2 end of line word not glued to next line starting word (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.