summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-07 22:32:42 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-07 22:32:42 +0200
commit409c7810a1fe651b34d18393e00209048fcfa699 (patch)
treefb4bb04c5db1a93f88b622a72dd163ee49534bd2 /res/xml/preferences.xml
parent54741495dfa0fa5681c73c6b61a74dc58f0ab724 (diff)
downloadAntennaPod-409c7810a1fe651b34d18393e00209048fcfa699.zip
Created preferences activity
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index c387014f8..52eec8df4 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
- <PreferenceCategory android:title="@string/other_pref">
+ <PreferenceCategory android:title="@string/playback_pref">
+ <CheckBoxPreference android:key="prefPauseOnHeadsetDisconnect" android:title="@string/pref_pauseOnHeadsetDisconnect_title" android:enabled="true" android:defaultValue="true" android:summary="@string/pref_pauseOnHeadsetDisconnect_sum"/>
+ <CheckBoxPreference android:key="prefFollowQueue" android:title="@string/pref_followQueue_title" android:enabled="true" android:defaultValue="false" android:summary="@string/pref_followQueue_sum"/>
+ </PreferenceCategory><PreferenceCategory android:title="@string/network_pref">
+ <CheckBoxPreference android:key="prefDownloadMediaOnWifiOnly" android:title="@string/pref_downloadMediaOnWifiOnly_title" android:enabled="true" android:defaultValue="true" android:summary="@string/pref_downloadMediaOnWifiOnly_sum"/><ListPreference android:title="@string/pref_autoUpdateIntervall_title" android:summary="@string/pref_autoUpdateIntervall_sum" android:key="prefAutoUpdateIntervall" android:entryValues="@array/update_intervall_values" android:entries="@array/update_intervall_options" android:defaultValue="0"/>
+
+ </PreferenceCategory><PreferenceCategory android:title="@string/other_pref">
<Preference android:title="@string/version_pref"/>
<Preference android:title="@string/about_pref"/>
</PreferenceCategory>
+
+
</PreferenceScreen> \ No newline at end of file