mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
16 lines
No EOL
602 B
XML
16 lines
No EOL
602 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<Preference
|
|
android:title="@string/pref_download_directory"
|
|
android:key="@string/pref_download_directory_key"/>
|
|
|
|
<eu.kanade.mangafeed.widget.preference.IntListPreference
|
|
android:title="@string/pref_download_slots"
|
|
android:key="@string/pref_download_slots_key"
|
|
android:entries="@array/download_slots"
|
|
android:entryValues="@array/download_slots"
|
|
android:defaultValue="1"
|
|
android:summary="%s"/>
|
|
|
|
</PreferenceScreen> |