2015-12-27 14:58:36 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2016-01-15 15:18:19 +01:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.LibraryColumnsDialog
|
2015-12-27 14:58:36 +01:00
|
|
|
android:key="@string/pref_library_columns_dialog_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_library_columns"/>
|
|
|
|
|
2016-01-15 15:18:19 +01:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
2016-01-10 17:47:43 +01:00
|
|
|
android:key="@string/pref_library_update_interval_key"
|
|
|
|
android:title="@string/pref_library_update_interval"
|
|
|
|
android:entries="@array/library_update_interval"
|
|
|
|
android:entryValues="@array/library_update_interval_values"
|
|
|
|
android:defaultValue="0"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2016-01-21 16:55:18 +01:00
|
|
|
<SwitchPreference
|
2016-01-10 17:47:43 +01:00
|
|
|
android:key="@string/pref_update_only_non_completed_key"
|
|
|
|
android:title="@string/pref_update_only_non_completed"
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
2016-01-21 16:55:18 +01:00
|
|
|
<SwitchPreference
|
2016-01-11 18:21:17 +01:00
|
|
|
android:key="@string/pref_auto_update_manga_sync_key"
|
|
|
|
android:title="@string/pref_auto_update_manga_sync"
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
|
2016-01-21 16:55:18 +01:00
|
|
|
<SwitchPreference
|
2016-01-11 18:21:17 +01:00
|
|
|
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"/>
|
|
|
|
|
2015-12-27 14:58:36 +01:00
|
|
|
</PreferenceScreen>
|