blob: 18fb4736ac1a85b957bcba9d792f8719f3b7468b [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"
maxwen0c7e4e22018-03-09 18:36:45 +010018 android:key="button_settings"
19 android:title="@string/button_settings_title" >
maxwenbcf02372017-08-30 16:13:10 +020020
21 <PreferenceCategory
maxwen48af6d92018-08-16 20:54:12 +020022 android:key="button_keys"
23 android:title="@string/button_keys_title" >
24
25 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
26 android:key="navigation_bar_show"
27 android:title="@string/navigation_bar_show_title"
28 android:summary="@string/navigation_bar_show_summary"
29 android:defaultValue="false" />
30
31 </PreferenceCategory>
32
33 <PreferenceCategory
maxwen6a90dce2018-08-15 20:27:51 +020034 android:key="button_power"
35 android:title="@string/global_actions_power_title" >
36
37 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
38 android:key="system_proxi_check_enabled"
39 android:title="@string/system_proxi_check_enabled_title"
40 android:summary="@string/system_proxi_check_enabled_summary"
41 android:defaultValue="false"/>
42
43 </PreferenceCategory>
44
45 <PreferenceCategory
maxwenbcf02372017-08-30 16:13:10 +020046 android:key="button_other"
47 android:title="@string/button_other_title" >
maxwen58f71942017-08-31 14:37:41 +020048
maxwenbcf02372017-08-30 16:13:10 +020049 <ListPreference
50 android:key="navbar_recents_style"
51 android:title="@string/navbar_recents_style_title"
52 android:entries="@array/navbar_recents_style_entries"
53 android:entryValues="@array/navbar_recents_style_values"
54 android:persistent="false"/>
Marko Mana5397012016-10-21 12:49:53 +020055
maxwenbcf02372017-08-30 16:13:10 +020056 </PreferenceCategory>
maxwencc4b2ae2017-08-31 17:08:48 +020057
maxwenbcf02372017-08-30 16:13:10 +020058</PreferenceScreen>