summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-06 10:29:15 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-02-06 12:53:05 +0000
commit06535009ce1fb8c3f6dc0bc3d464ada531365f31 (patch)
tree556071dd3e27c286cb1970a36b65364f171fdbd0
parent8f3a6129e47d52a9898baf89a096bbd55abbca72 (diff)
sdremote - enable volume control slide-switching by default.
This is far and away the easiest way to switch slide. The coverflow with it's physics / momentum is really no-where near as useful.
-rw-r--r--android/sdremote/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml
index ad7b1b327758..292c851ab878 100644
--- a/android/sdremote/res/xml/preferences.xml
+++ b/android/sdremote/res/xml/preferences.xml
@@ -3,7 +3,7 @@
<!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> -->
<CheckBoxPreference
- android:defaultValue="false"
+ android:defaultValue="true"
android:key="option_volumeswitching"
android:summary="@string/options_volumeswitching_descripton"
android:title="@string/options_volumeswitching" />