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"/>
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:title="@string/pref_download_threads"
|
2015-11-04 10:51:49 +01:00
|
|
|
android:key="@string/pref_download_threads_key"
|
|
|
|
android:entries="@array/download_threads"
|
|
|
|
android:entryValues="@array/download_threads"
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2015-11-03 20:04:07 +01:00
|
|
|
</PreferenceScreen>
|