summaryrefslogtreecommitdiff
path: root/android/sdremote/res/xml/preferences.xml
blob: 0a1006365be21c71cbf5a3c7a61e137bde0d53d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="false"
        android:key="option_volumeswitching"
        android:summary="@string/options_volumeswitching_descripton"
        android:title="@string/options_volumeswitching" />

    <Preference
        android:key="option_switchcomputer"
        android:title="@string/options_switchcomputer" />

</PreferenceScreen>