forked from amazingfate/loongoffice
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.
21 lines
850 B
XML
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> |