blob: bb84d6539155ca377882ff715d2d05f79d03be5e [file] [log] [blame]
maxwenbcf02372017-08-30 16:13:10 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
maxwenbcf02372017-08-30 16:13:10 +020017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
19
20 <PreferenceCategory
maxwen58f71942017-08-31 14:37:41 +020021 android:key="button_volume_keys"
22 android:title="@string/button_volume_keys_title" >
23
24 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
25 android:key="swap_volume_buttons"
26 android:title="@string/swap_volume_buttons_title"
27 android:summary="@string/swap_volume_buttons_summary"
28 android:defaultValue="false" />
29 </PreferenceCategory>
30
31 <PreferenceCategory
maxwencc4b2ae2017-08-31 17:08:48 +020032 android:key="button_power"
33 android:title="@string/global_actions_power_title" >
34
35 <Preference
36 android:key="global_actions"
37 android:title="@string/global_actions_title"
38 android:summary="@string/global_actions_summary"
39 android:icon="@drawable/ic_settings_power"
40 android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" />
41 </PreferenceCategory>
42
43 <PreferenceCategory
maxwenbcf02372017-08-30 16:13:10 +020044 android:key="button_other"
45 android:title="@string/button_other_title" >
maxwen58f71942017-08-31 14:37:41 +020046
maxwenbcf02372017-08-30 16:13:10 +020047 <ListPreference
48 android:key="navbar_recents_style"
49 android:title="@string/navbar_recents_style_title"
50 android:entries="@array/navbar_recents_style_entries"
51 android:entryValues="@array/navbar_recents_style_values"
52 android:persistent="false"/>
53 <ListPreference
54 android:key="long_press_recents_action"
55 android:title="@string/long_press_recents_action_title"
56 android:entries="@array/long_press_recents_action_entries"
57 android:entryValues="@array/long_press_recents_action_values"
58 android:persistent="false"/>
maxwencc4b2ae2017-08-31 17:08:48 +020059 <ListPreference
60 android:key="long_press_home_action"
61 android:title="@string/long_press_home_action_title"
62 android:entries="@array/long_press_home_action_entries"
63 android:entryValues="@array/long_press_home_action_values"
64 android:persistent="false"/>
maxwenbcf02372017-08-30 16:13:10 +020065 </PreferenceCategory>
maxwencc4b2ae2017-08-31 17:08:48 +020066
maxwenbcf02372017-08-30 16:13:10 +020067</PreferenceScreen>