blob: a9144a85df0847d3aa5b2ccb01d42ad27a68a3da [file] [log] [blame]
maxwen70e478f2015-04-20 01:26:36 +02001<?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 Man323664f2016-09-13 10:36:37 +020016-->
maxwen70e478f2015-04-20 01:26:36 +020017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Marko Man1640aef2016-10-02 21:14:07 +020019
maxwen70e478f2015-04-20 01:26:36 +020020 <PreferenceCategory
maxwen7b0889d2015-10-03 01:21:09 +020021 android:key="category_statusbar"
22 android:title="@string/statusbar_title">
Marko Man69c1d6e2016-10-06 09:08:25 +020023
24 <org.omnirom.omnigears.preference.SystemCheckBoxPreference
maxwen7b0889d2015-10-03 01:21:09 +020025 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 Manf986dc52016-10-06 14:17:00 +020029
30 <org.omnirom.omnigears.preference.SystemCheckBoxPreference
Hernan Castanon Alvarez97f4df12015-12-10 09:38:49 -080031 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 Manf986dc52016-10-06 14:17:00 +020035
maxwen86029012016-02-07 23:50:28 +010036 <PreferenceScreen
maxwen7b0889d2015-10-03 01:21:09 +020037 android:key="statusbar_battery"
38 android:title="@string/battery_title"
maxwen86029012016-02-07 23:50:28 +010039 android:summary="@string/statusbar_battery_summary"
40 android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarBatterySettings" />
maxwen99fb5ac2016-10-17 00:38:40 +020041
42 <org.omnirom.omnigears.preference.SystemCheckBoxPreference
43 android:key="status_bar_ime_notification"
44 android:title="@string/status_bar_ime_notification_title"
45 android:summary="@string/status_bar_ime_notification_summary"
46 android:defaultValue="true"/>
47
Marko Man1640aef2016-10-02 21:14:07 +020048<!--
maxwend7917092015-11-25 21:34:35 +010049 <PreferenceScreen
50 android:title="@string/status_bar_icon_blacklist_title"
51 android:summary="@string/status_bar_icon_blacklist_summary" >
52 <intent android:action="android.intent.action.MAIN"
53 android:targetPackage="com.android.systemui"
54 android:targetClass="com.android.systemui.tuner.StatusBarActivity" />
55 </PreferenceScreen>
Marko Man323664f2016-09-13 10:36:37 +020056-->
maxweneb0305d2016-06-12 19:45:07 +020057 <!-- Network traffic meter -->
58 <PreferenceScreen
59 android:key="category_network_traffic"
60 android:title="@string/network_traffic_title"
61 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
maxwend31c8de2017-01-05 00:19:34 +010062<!--
maxweneb0305d2016-06-12 19:45:07 +020063 <ListPreference
64 android:key="status_bar_quick_qs_pulldown"
65 android:title="@string/status_bar_quick_qs_pulldown_title"
66 android:entries="@array/status_bar_quick_qs_pulldown_entries"
67 android:entryValues="@array/status_bar_quick_qs_pulldown_values"
68 android:persistent="false" />
Marko Man1640aef2016-10-02 21:14:07 +020069-->
maxwena2af5572015-07-04 00:36:51 +020070 </PreferenceCategory>
maxwen99fb5ac2016-10-17 00:38:40 +020071
maxwena2af5572015-07-04 00:36:51 +020072 <PreferenceCategory
Menno van Grinsvenadebab42016-01-09 21:47:53 +010073 android:key="category_navigationbar"
74 android:title="@string/navigationbar_title">
75
maxwen99fb5ac2016-10-17 00:38:40 +020076 <org.omnirom.omnigears.preference.SystemCheckBoxPreference
77 android:key="navigation_bar_ime_button"
78 android:title="@string/navigation_bar_ime_button_title"
79 android:summary="@string/navigation_bar_ime_button_summary"
80 android:defaultValue="true"/>
81
82 <!--<com.android.settings.preference.SystemCheckBoxPreference
Menno van Grinsvenadebab42016-01-09 21:47:53 +010083 android:key="enable_tablet_navigation"
84 android:title="@string/enable_tablet_navigation_title"
85 android:summary="@string/enable_tablet_navigation_summary"
maxwen99fb5ac2016-10-17 00:38:40 +020086 android:defaultValue="false" />-->
Menno van Grinsvenadebab42016-01-09 21:47:53 +010087 </PreferenceCategory>
88
maxwen99fb5ac2016-10-17 00:38:40 +020089 <!--<PreferenceCategory
maxwen9ede99c2015-08-17 00:49:29 +020090 android:key="notification_category"
91 android:title="@string/notification_title" >
92
maxwen537ebde2015-12-08 16:06:41 +010093 <CheckBoxPreference
maxwen750f72e2016-02-19 00:12:26 +010094 android:key="status_bar_custom_header"
95 android:title="@string/status_bar_custom_header_title"
96 android:summary="@string/status_bar_custom_header_summary"
97 android:defaultValue="false"
98 android:persistent="false" />
maxwend7917092015-11-25 21:34:35 +010099
maxwen537ebde2015-12-08 16:06:41 +0100100 <ListPreference
101 android:key="daylight_header_pack"
102 android:title="@string/daylight_header_pack_title"
maxwen750f72e2016-02-19 00:12:26 +0100103 android:persistent="false"
104 android:dependency="status_bar_custom_header" />
105
106 <com.android.settings.preference.SeekBarPreference
107 android:key="status_bar_custom_header_shadow"
108 android:title="@string/status_bar_custom_header_shadow_title"
109 android:summary="@string/status_bar_custom_header_shadow_summary"
110 android:defaultValue="0"
111 android:max="100"
112 settings:min="0"
113 settings:unitsLeft=""
114 settings:unitsRight="@string/unit_percent"
115 android:persistent="false"
116 android:dependency="status_bar_custom_header" />
maxwen537ebde2015-12-08 16:06:41 +0100117
maxwend7917092015-11-25 21:34:35 +0100118 <PreferenceScreen
119 android:title="@string/quick_settings_title"
120 android:summary="@string/quick_settings_summary" >
121 <intent android:action="android.intent.action.MAIN"
122 android:targetPackage="com.android.systemui"
123 android:targetClass="com.android.systemui.tuner.QsTunerActivity" />
124 </PreferenceScreen>
maxwen9ede99c2015-08-17 00:49:29 +0200125 </PreferenceCategory>
Marko Man323664f2016-09-13 10:36:37 +0200126-->
maxwen70e478f2015-04-20 01:26:36 +0200127</PreferenceScreen>