Files
loongoffice/android/sdremote/res/xml/preferences.xml
Michael Meeks 06535009ce 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.
2013-02-06 12:53:05 +00:00

21 lines
850 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> -->
<CheckBoxPreference
android:defaultValue="true"
android:key="option_volumeswitching"
android:summary="@string/options_volumeswitching_descripton"
android:title="@string/options_volumeswitching" />
<CheckBoxPreference
android:defaultValue="false"
android:key="option_enablewifi"
android:summary="@string/options_enablewifi_descripton"
android:title="@string/options_enablewifi" />
<Preference
android:key="option_switchcomputer"
android:title="@string/options_switchcomputer" />
</PreferenceScreen>