blob: 26e53d20ee0597f60427679cbbd395d397a86ed2 [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
maxwenbcf02372017-08-30 16:13:10 +020032 android:key="button_other"
33 android:title="@string/button_other_title" >
maxwen58f71942017-08-31 14:37:41 +020034
maxwenbcf02372017-08-30 16:13:10 +020035 <ListPreference
36 android:key="navbar_recents_style"
37 android:title="@string/navbar_recents_style_title"
38 android:entries="@array/navbar_recents_style_entries"
39 android:entryValues="@array/navbar_recents_style_values"
40 android:persistent="false"/>
41 <ListPreference
42 android:key="long_press_recents_action"
43 android:title="@string/long_press_recents_action_title"
44 android:entries="@array/long_press_recents_action_entries"
45 android:entryValues="@array/long_press_recents_action_values"
46 android:persistent="false"/>
maxwen58f71942017-08-31 14:37:41 +020047 <Preference
maxwenbcf02372017-08-30 16:13:10 +020048 android:key="global_actions"
49 android:title="@string/global_actions_title"
50 android:summary="@string/global_actions_summary"
51 android:icon="@drawable/ic_settings_power"
52 android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" />
53 </PreferenceCategory>
54</PreferenceScreen>