diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-02-06 10:29:15 +0000 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-02-06 20:35:13 +0100 |
commit | a925e55a00c51925b8714511c6c40583b3442734 (patch) | |
tree | f2ca1e14a57f6718db8321ab78e2454065a8c837 /android | |
parent | ad34704ad00f92845f60525dd09abcca8bcd125b (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.
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/res/xml/preferences.xml | 2 |
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" /> |