maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 1 | <?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 | --> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
maxwen | 0c7e4e2 | 2018-03-09 18:36:45 +0100 | [diff] [blame] | 18 | android:key="button_settings" |
| 19 | android:title="@string/button_settings_title" > |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 20 | |
| 21 | <PreferenceCategory |
maxwen | 48af6d9 | 2018-08-16 20:54:12 +0200 | [diff] [blame] | 22 | android:key="button_keys" |
| 23 | android:title="@string/button_keys_title" > |
| 24 | |
maxwen | 827b94d | 2018-08-21 11:24:24 +0200 | [diff] [blame] | 25 | <SwitchPreference |
maxwen | 48af6d9 | 2018-08-16 20:54:12 +0200 | [diff] [blame] | 26 | android:key="navigation_bar_show" |
| 27 | android:title="@string/navigation_bar_show_title" |
| 28 | android:summary="@string/navigation_bar_show_summary" |
maxwen | 827b94d | 2018-08-21 11:24:24 +0200 | [diff] [blame] | 29 | android:persistent="false" /> |
maxwen | 48af6d9 | 2018-08-16 20:54:12 +0200 | [diff] [blame] | 30 | |
| 31 | </PreferenceCategory> |
| 32 | |
| 33 | <PreferenceCategory |
maxwen | 6a90dce | 2018-08-15 20:27:51 +0200 | [diff] [blame] | 34 | android:key="button_power" |
| 35 | android:title="@string/global_actions_power_title" > |
| 36 | |
| 37 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 8435311 | 2018-08-19 14:33:04 +0200 | [diff] [blame] | 38 | android:key="advanced_reboot" |
| 39 | android:title="@string/global_actions_advanced_reboot_title" |
| 40 | android:summary="@string/global_actions_advanced_reboot_summary_new" |
| 41 | android:defaultValue="false" /> |
| 42 | |
| 43 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 6a90dce | 2018-08-15 20:27:51 +0200 | [diff] [blame] | 44 | android:key="system_proxi_check_enabled" |
| 45 | android:title="@string/system_proxi_check_enabled_title" |
| 46 | android:summary="@string/system_proxi_check_enabled_summary" |
| 47 | android:defaultValue="false"/> |
| 48 | |
| 49 | </PreferenceCategory> |
| 50 | |
| 51 | <PreferenceCategory |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 52 | android:key="button_other" |
| 53 | android:title="@string/button_other_title" > |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 54 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 55 | <ListPreference |
| 56 | android:key="navbar_recents_style" |
| 57 | android:title="@string/navbar_recents_style_title" |
| 58 | android:entries="@array/navbar_recents_style_entries" |
| 59 | android:entryValues="@array/navbar_recents_style_values" |
| 60 | android:persistent="false"/> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 61 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 62 | </PreferenceCategory> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 63 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 64 | </PreferenceScreen> |