summaryrefslogtreecommitdiff
path: root/android/sdremote/res/xml/preferences.xml
blob: 1318aafd510b40876fb3c4dd1635e0adb63ab49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <CheckBoxPreference
        android:key="volume_keys_actions"
        android:defaultValue="true"
        android:title="@string/preferences_volume_keys_actions_title"
        android:summary="@string/preferences_volume_keys_actions_summary"/>

    <CheckBoxPreference
        android:key="keep_screen_on"
        android:defaultValue="true"
        android:title="@string/preferences_keep_screen_on_title"
        android:summary="@string/preferences_keep_screen_on_summary"/>

    <CheckBoxPreference
        android:key="quiet_mode"
        android:defaultValue="false"
        android:title="@string/preferences_quiet_mode_title"
        android:summary="@string/preferences_quiet_mode_summary"/>

</PreferenceScreen>