2015-11-03 20:04:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-08 19:39:57 +01:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-11-03 20:04:07 +01:00
|
|
|
|
2015-12-08 19:39:57 +01:00
|
|
|
<Preference
|
|
|
|
android:title="@string/pref_download_directory"
|
|
|
|
android:key="@string/pref_download_directory_key"/>
|
|
|
|
|
2016-01-13 22:31:12 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:title="@string/pref_download_only_over_wifi"
|
|
|
|
android:key="@string/pref_download_only_over_wifi_key"
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
|
2016-01-15 15:18:19 +01:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
2015-12-14 13:24:05 +01:00
|
|
|
android:title="@string/pref_download_slots"
|
|
|
|
android:key="@string/pref_download_slots_key"
|
|
|
|
android:entries="@array/download_slots"
|
|
|
|
android:entryValues="@array/download_slots"
|
2015-11-04 10:51:49 +01:00
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2015-11-03 20:04:07 +01:00
|
|
|
</PreferenceScreen>
|