aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-19 15:40:38 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-19 15:40:38 -0700
commit109c253bd93bc7dffd985cbc2d5959cf471f3944 (patch)
tree850203ac3bfd9afc58c1f649bb9d5119019b1cce /app/src/main/res/xml/settings.xml
parent07f5b37173d53cc8ba32af3485b10aee4e5a5f11 (diff)
downloaddsub-109c253bd93bc7dffd985cbc2d5959cf471f3944.tar.gz
dsub-109c253bd93bc7dffd985cbc2d5959cf471f3944.tar.bz2
dsub-109c253bd93bc7dffd985cbc2d5959cf471f3944.zip
#550 Add option to shuffle by albums or by songs
Diffstat (limited to 'app/src/main/res/xml/settings.xml')
-rw-r--r--app/src/main/res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index b30d59fd..dec8d928 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -436,6 +436,13 @@
android:title="@string/settings.other_title">
<CheckBoxPreference
+ android:title="@string/settings.shuffle_by_album"
+ android:key="shuffleByAlbum"
+ android:defaultValue="true"
+ android:summaryOn="@string/settings.shuffle_by_album.true"
+ android:summaryOff="@string/settings.shuffle_by_album.false"/>
+
+ <CheckBoxPreference
android:title="@string/settings.scrobble_title"
android:summary="@string/settings.scrobble_summary"
android:key="scrobble"