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 | 6a90dce | 2018-08-15 20:27:51 +0200 | [diff] [blame^] | 22 | android:key="button_power" |
| 23 | android:title="@string/global_actions_power_title" > |
| 24 | |
| 25 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
| 26 | android:key="system_proxi_check_enabled" |
| 27 | android:title="@string/system_proxi_check_enabled_title" |
| 28 | android:summary="@string/system_proxi_check_enabled_summary" |
| 29 | android:defaultValue="false"/> |
| 30 | |
| 31 | </PreferenceCategory> |
| 32 | |
| 33 | <PreferenceCategory |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 34 | android:key="button_other" |
| 35 | android:title="@string/button_other_title" > |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 36 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 37 | <ListPreference |
| 38 | android:key="navbar_recents_style" |
| 39 | android:title="@string/navbar_recents_style_title" |
| 40 | android:entries="@array/navbar_recents_style_entries" |
| 41 | android:entryValues="@array/navbar_recents_style_values" |
| 42 | android:persistent="false"/> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 43 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 44 | </PreferenceCategory> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 45 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 46 | </PreferenceScreen> |