aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
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