maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 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 | --> |
| 17 | |
| 18 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| 20 | |
| 21 | <PreferenceCategory |
| 22 | android:key="battery_category" |
| 23 | android:title="@string/battery_title" > |
| 24 | |
| 25 | <ListPreference |
| 26 | android:key="statusbar_battery_style" |
| 27 | android:title="@string/battery_style_title" |
| 28 | android:entries="@*android:array/entries_battery_styles" |
| 29 | android:entryValues="@*android:array/values_battery_styles" |
| 30 | android:persistent="false"/> |
| 31 | <ListPreference |
| 32 | android:key="statusbar_battery_percent" |
| 33 | android:title="@string/battery_percent_title" |
| 34 | android:entries="@array/entries_battery_percent" |
| 35 | android:entryValues="@array/values_battery_percent" |
| 36 | android:persistent="false"/> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 37 | </PreferenceCategory> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 38 | |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 39 | <PreferenceCategory |
maxwen | 9ede99c | 2015-08-17 00:49:29 +0200 | [diff] [blame^] | 40 | android:key="notification_category" |
| 41 | android:title="@string/notification_title" > |
| 42 | |
| 43 | <com.android.settings.preference.SystemCheckBoxPreference |
| 44 | android:key="status_bar_custom_header" |
| 45 | android:title="@string/status_bar_custom_header_title" |
| 46 | android:summary="@string/status_bar_custom_header_summary" |
| 47 | android:defaultValue="false"/> |
| 48 | </PreferenceCategory> |
| 49 | |
| 50 | <PreferenceCategory |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 51 | android:key="navbar_category" |
| 52 | android:title="@string/navbar_title" > |
| 53 | |
| 54 | <ListPreference |
| 55 | android:key="navbar_recents_style" |
| 56 | android:title="@string/navbar_recents_style_title" |
| 57 | android:entries="@array/navbar_recents_style_entries" |
| 58 | android:entryValues="@array/navbar_recents_style_values" |
| 59 | android:persistent="false"/> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 60 | </PreferenceCategory> |
| 61 | |
| 62 | </PreferenceScreen> |