aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-10-15 20:29:08 -0700
committerScott Jackson <daneren2005@gmail.com>2012-10-15 20:29:08 -0700
commitcbc10200e39f3f4b00b6005295e9a4b456e87c03 (patch)
treeca97a3defb725471801c85115dbce30220240128 /subsonic-android/res/xml
parent7663fb1729b02f1177d75f37fa6a1fdacec10861 (diff)
downloaddsub-cbc10200e39f3f4b00b6005295e9a4b456e87c03.tar.gz
dsub-cbc10200e39f3f4b00b6005295e9a4b456e87c03.tar.bz2
dsub-cbc10200e39f3f4b00b6005295e9a4b456e87c03.zip
Merged Sleep Timer functionality from tombriden + normalized naming with rest of app
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/settings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 455a9dc0..2764091d 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -155,6 +155,19 @@
android:key="randomSize"
android:defaultValue="20"
android:digits="0123456789"/>
+
+ <ListPreference
+ android:title="@string/settings.sleep_timer_title"
+ android:key="sleepTimer"
+ android:defaultValue="0"
+ android:entryValues="@array/sleepTimerValues"
+ android:entries="@array/sleepTimerNames"/>
+
+ <EditTextPreference
+ android:title="@string/settings.sleep_timer_duration_title"
+ android:key="sleepTimerDuration"
+ android:defaultValue="60"
+ android:digits="0123456789"/>
</PreferenceCategory>
<PreferenceCategory