This commit is contained in:
len
2016-11-24 18:35:27 +01:00
parent 20041701cd
commit 87281d34c1
7 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:key="about_screen"
@@ -11,18 +10,13 @@
android:defaultValue="true"
android:key="acra.enable"
android:summary="@string/pref_acra_summary"
android:textOff="@string/pref_enable_acra"
android:textOn="@string/pref_enable_acra"
android:title="@string/pref_enable_acra" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_enable_automatic_updates_key"
android:summary="@string/pref_enable_automatic_updates_summary"
android:textOff="@string/pref_enable_automatic_updates"
android:textOn="@string/pref_enable_automatic_updates"
android:title="@string/pref_enable_automatic_updates"
app:showText="false"/>
android:title="@string/pref_enable_automatic_updates" />
<Preference
android:key="@string/pref_version"

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:key="advanced_screen"

View File

@@ -13,8 +13,6 @@
<SwitchPreference
android:defaultValue="true"
android:key="@string/pref_download_only_over_wifi_key"
android:textOff="@string/pref_download_only_over_wifi"
android:textOn="@string/pref_download_only_over_wifi"
android:title="@string/pref_download_only_over_wifi" />
<eu.kanade.tachiyomi.widget.preference.IntListPreference
@@ -32,8 +30,6 @@
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_remove_after_marked_as_read_key"
android:textOff="@string/pref_remove_after_marked_as_read"
android:textOn="@string/pref_remove_after_marked_as_read"
android:title="@string/pref_remove_after_marked_as_read" />
<eu.kanade.tachiyomi.widget.preference.IntListPreference

View File

@@ -50,8 +50,6 @@
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_update_only_non_completed_key"
android:textOff="@string/pref_update_only_non_completed"
android:textOn="@string/pref_update_only_non_completed"
android:title="@string/pref_update_only_non_completed" />
</PreferenceScreen>

View File

@@ -55,29 +55,21 @@
android:summary="%s" />
<SwitchPreference
android:textOff="@string/pref_fullscreen"
android:textOn="@string/pref_fullscreen"
android:title="@string/pref_fullscreen"
android:key="@string/pref_fullscreen_key"
android:defaultValue="true" />
<SwitchPreference
android:textOff="@string/pref_enable_transitions"
android:textOn="@string/pref_enable_transitions"
android:title="@string/pref_enable_transitions"
android:key="@string/pref_enable_transitions_key"
android:defaultValue="true" />
<SwitchPreference
android:textOff="@string/pref_show_page_number"
android:textOn="@string/pref_show_page_number"
android:title="@string/pref_show_page_number"
android:key="@string/pref_show_page_number_key"
android:defaultValue="true" />
<SwitchPreference
android:textOff="@string/pref_keep_screen_on"
android:textOn="@string/pref_keep_screen_on"
android:title="@string/pref_keep_screen_on"
android:key="@string/pref_keep_screen_on_key"
android:defaultValue="true" />
@@ -86,15 +78,11 @@
android:title="@string/pref_reader_navigation">
<SwitchPreference
android:textOff="@string/pref_read_with_tapping"
android:textOn="@string/pref_read_with_tapping"
android:title="@string/pref_read_with_tapping"
android:key="@string/pref_read_with_tapping_key"
android:defaultValue="true" />
<SwitchPreference
android:textOff="@string/pref_read_with_volume_keys"
android:textOn="@string/pref_read_with_volume_keys"
android:title="@string/pref_read_with_volume_keys"
android:key="@string/pref_read_with_volume_keys_key"
android:defaultValue="false" />

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:key="sync_screen"
@@ -10,21 +9,18 @@
<SwitchPreference
android:key="@string/pref_auto_update_manga_sync_key"
android:title="@string/pref_auto_update_manga_sync"
android:defaultValue="true"
app:showText="false"/>
android:defaultValue="true" />
<SwitchPreference
android:key="@string/pref_ask_update_manga_sync_key"
android:title="@string/pref_ask_update_manga_sync"
android:defaultValue="false"
android:dependency="@string/pref_auto_update_manga_sync_key"
app:showText="false"/>
android:dependency="@string/pref_auto_update_manga_sync_key" />
<PreferenceCategory
android:key="@string/pref_category_manga_sync_accounts_key"
android:title="@string/services"
android:persistent="false"
app:showText="false"/>
android:persistent="false" />
</PreferenceScreen>