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/>. |
Marko Man | 323664f | 2016-09-13 10:36:37 +0200 | [diff] [blame] | 16 | --> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
Marko Man | 1640aef | 2016-10-02 21:14:07 +0200 | [diff] [blame] | 19 | |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 20 | <PreferenceCategory |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 21 | android:key="category_statusbar" |
| 22 | android:title="@string/statusbar_title"> |
Marko Man | 69c1d6e | 2016-10-06 09:08:25 +0200 | [diff] [blame] | 23 | |
| 24 | <org.omnirom.omnigears.preference.SystemCheckBoxPreference |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 25 | android:key="status_bar_brightness_control" |
| 26 | android:title="@string/status_bar_brightness_control_title" |
| 27 | android:summary="@string/status_bar_brightness_control_summary" |
| 28 | android:defaultValue="false"/> |
Marko Man | f986dc5 | 2016-10-06 14:17:00 +0200 | [diff] [blame] | 29 | |
| 30 | <org.omnirom.omnigears.preference.SystemCheckBoxPreference |
Hernan Castanon Alvarez | 97f4df1 | 2015-12-10 09:38:49 -0800 | [diff] [blame] | 31 | android:key="double_tap_sleep_gesture" |
| 32 | android:title="@string/double_tap_to_sleep_title" |
| 33 | android:summary="@string/double_tap_to_sleep_summary" |
| 34 | android:defaultValue="false" /> |
Marko Man | f986dc5 | 2016-10-06 14:17:00 +0200 | [diff] [blame] | 35 | |
maxwen | 99fb5ac | 2016-10-17 00:38:40 +0200 | [diff] [blame] | 36 | <org.omnirom.omnigears.preference.SystemCheckBoxPreference |
| 37 | android:key="status_bar_ime_notification" |
| 38 | android:title="@string/status_bar_ime_notification_title" |
| 39 | android:summary="@string/status_bar_ime_notification_summary" |
| 40 | android:defaultValue="true"/> |
| 41 | |
Marko Man | 1640aef | 2016-10-02 21:14:07 +0200 | [diff] [blame] | 42 | <!-- |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame] | 43 | <PreferenceScreen |
| 44 | android:title="@string/status_bar_icon_blacklist_title" |
| 45 | android:summary="@string/status_bar_icon_blacklist_summary" > |
| 46 | <intent android:action="android.intent.action.MAIN" |
| 47 | android:targetPackage="com.android.systemui" |
| 48 | android:targetClass="com.android.systemui.tuner.StatusBarActivity" /> |
| 49 | </PreferenceScreen> |
Marko Man | 323664f | 2016-09-13 10:36:37 +0200 | [diff] [blame] | 50 | --> |
maxwen | eb0305d | 2016-06-12 19:45:07 +0200 | [diff] [blame] | 51 | <!-- Network traffic meter --> |
| 52 | <PreferenceScreen |
| 53 | android:key="category_network_traffic" |
| 54 | android:title="@string/network_traffic_title" |
| 55 | android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" /> |
maxwen | d31c8de | 2017-01-05 00:19:34 +0100 | [diff] [blame] | 56 | <!-- |
maxwen | eb0305d | 2016-06-12 19:45:07 +0200 | [diff] [blame] | 57 | <ListPreference |
| 58 | android:key="status_bar_quick_qs_pulldown" |
| 59 | android:title="@string/status_bar_quick_qs_pulldown_title" |
| 60 | android:entries="@array/status_bar_quick_qs_pulldown_entries" |
| 61 | android:entryValues="@array/status_bar_quick_qs_pulldown_values" |
| 62 | android:persistent="false" /> |
Marko Man | 1640aef | 2016-10-02 21:14:07 +0200 | [diff] [blame] | 63 | --> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 64 | </PreferenceCategory> |
maxwen | 99fb5ac | 2016-10-17 00:38:40 +0200 | [diff] [blame] | 65 | |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 66 | <PreferenceCategory |
Menno van Grinsven | adebab4 | 2016-01-09 21:47:53 +0100 | [diff] [blame] | 67 | android:key="category_navigationbar" |
| 68 | android:title="@string/navigationbar_title"> |
| 69 | |
maxwen | 99fb5ac | 2016-10-17 00:38:40 +0200 | [diff] [blame] | 70 | <org.omnirom.omnigears.preference.SystemCheckBoxPreference |
| 71 | android:key="navigation_bar_ime_button" |
| 72 | android:title="@string/navigation_bar_ime_button_title" |
| 73 | android:summary="@string/navigation_bar_ime_button_summary" |
| 74 | android:defaultValue="true"/> |
| 75 | |
| 76 | <!--<com.android.settings.preference.SystemCheckBoxPreference |
Menno van Grinsven | adebab4 | 2016-01-09 21:47:53 +0100 | [diff] [blame] | 77 | android:key="enable_tablet_navigation" |
| 78 | android:title="@string/enable_tablet_navigation_title" |
| 79 | android:summary="@string/enable_tablet_navigation_summary" |
maxwen | 99fb5ac | 2016-10-17 00:38:40 +0200 | [diff] [blame] | 80 | android:defaultValue="false" />--> |
Menno van Grinsven | adebab4 | 2016-01-09 21:47:53 +0100 | [diff] [blame] | 81 | </PreferenceCategory> |
| 82 | |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 83 | </PreferenceScreen> |