2015-11-03 14:04:07 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-08 13:39:57 -05:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-11-03 14:04:07 -05:00
|
|
|
|
2015-12-08 13:39:57 -05: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 04:51:49 -05: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 14:04:07 -05:00
|
|
|
</PreferenceScreen>
|