summaryrefslogtreecommitdiffstats
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 05860ea..33151a4 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -51,6 +51,13 @@
android:key="show_lyrics"
android:title="@string/settings_show_lyrics_title"
android:summary="@string/settings_show_lyrics_summary"/>
+
+ <!-- Shake to switch songs -->
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="shake_to_play"
+ android:title="@string/settings_shake_to_play"
+ android:summary="@string/settings_shake_to_play_summary"/>
</PreferenceCategory>
<!-- Storage catetory -->
<PreferenceCategory android:title="@string/settings_storage_category" >