aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-12 09:54:22 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-12 09:54:22 -0800
commit3a64650fa51b5caf330bcd8b0fa6d8e514397e6f (patch)
tree8f5e25ba292c34e1683db602f5ca63eb77df98de /subsonic-android/res/xml/settings.xml
parent4e4dc1bb43066da355da90c1f2c220a9b4e56e23 (diff)
downloaddsub-3a64650fa51b5caf330bcd8b0fa6d8e514397e6f.tar.gz
dsub-3a64650fa51b5caf330bcd8b0fa6d8e514397e6f.tar.bz2
dsub-3a64650fa51b5caf330bcd8b0fa6d8e514397e6f.zip
Added option to either pause or lower volume on transient loss of audio focus
Diffstat (limited to 'subsonic-android/res/xml/settings.xml')
-rw-r--r--subsonic-android/res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 294f7601..f79063cc 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -161,6 +161,13 @@
android:key="sleepTimerDuration"
android:defaultValue="60"
android:digits="0123456789"/>
+
+ <ListPreference
+ android:title="@string/settings.temp_loss_title"
+ android:key="tempLoss"
+ android:defaultValue="0"
+ android:entryValues="@array/tempLossValues"
+ android:entries="@array/tempLossNames"/>
</PreferenceCategory>
<PreferenceCategory