blob: 8bdce9739104fde9e0ce5c64e35bf713780516b3 [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 Man1640aef2016-10-02 21:14:07 +020023<!--
maxwen7b0889d2015-10-03 01:21:09 +020024 <com.android.settings.preference.SystemCheckBoxPreference
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"/>
29
Hernan Castanon Alvarez97f4df12015-12-10 09:38:49 -080030 <com.android.settings.preference.SystemCheckBoxPreference
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 Man1640aef2016-10-02 21:14:07 +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" />
Marko Man1640aef2016-10-02 21:14:07 +020041<!--
maxwend7917092015-11-25 21:34:35 +010042 <PreferenceScreen
43 android:title="@string/status_bar_icon_blacklist_title"
44 android:summary="@string/status_bar_icon_blacklist_summary" >
45 <intent android:action="android.intent.action.MAIN"
46 android:targetPackage="com.android.systemui"
47 android:targetClass="com.android.systemui.tuner.StatusBarActivity" />
48 </PreferenceScreen>
Marko Man323664f2016-09-13 10:36:37 +020049-->
maxweneb0305d2016-06-12 19:45:07 +020050 <!-- Network traffic meter -->
Marko Man323664f2016-09-13 10:36:37 +020051<!--
maxweneb0305d2016-06-12 19:45:07 +020052 <PreferenceScreen
53 android:key="category_network_traffic"
54 android:title="@string/network_traffic_title"
55 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
56
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 Man1640aef2016-10-02 21:14:07 +020063-->
maxwena2af5572015-07-04 00:36:51 +020064 </PreferenceCategory>
Marko Man1640aef2016-10-02 21:14:07 +020065<!--
maxwena2af5572015-07-04 00:36:51 +020066 <PreferenceCategory
Menno van Grinsvenadebab42016-01-09 21:47:53 +010067 android:key="category_navigationbar"
68 android:title="@string/navigationbar_title">
69
70 <com.android.settings.preference.SystemCheckBoxPreference
71 android:key="enable_tablet_navigation"
72 android:title="@string/enable_tablet_navigation_title"
73 android:summary="@string/enable_tablet_navigation_summary"
74 android:defaultValue="false" />
75 </PreferenceCategory>
76
77 <PreferenceCategory
maxwen9ede99c2015-08-17 00:49:29 +020078 android:key="notification_category"
79 android:title="@string/notification_title" >
80
maxwen537ebde2015-12-08 16:06:41 +010081 <CheckBoxPreference
maxwen750f72e2016-02-19 00:12:26 +010082 android:key="status_bar_custom_header"
83 android:title="@string/status_bar_custom_header_title"
84 android:summary="@string/status_bar_custom_header_summary"
85 android:defaultValue="false"
86 android:persistent="false" />
maxwend7917092015-11-25 21:34:35 +010087
maxwen537ebde2015-12-08 16:06:41 +010088 <ListPreference
89 android:key="daylight_header_pack"
90 android:title="@string/daylight_header_pack_title"
maxwen750f72e2016-02-19 00:12:26 +010091 android:persistent="false"
92 android:dependency="status_bar_custom_header" />
93
94 <com.android.settings.preference.SeekBarPreference
95 android:key="status_bar_custom_header_shadow"
96 android:title="@string/status_bar_custom_header_shadow_title"
97 android:summary="@string/status_bar_custom_header_shadow_summary"
98 android:defaultValue="0"
99 android:max="100"
100 settings:min="0"
101 settings:unitsLeft=""
102 settings:unitsRight="@string/unit_percent"
103 android:persistent="false"
104 android:dependency="status_bar_custom_header" />
maxwen537ebde2015-12-08 16:06:41 +0100105
maxwend7917092015-11-25 21:34:35 +0100106 <PreferenceScreen
107 android:title="@string/quick_settings_title"
108 android:summary="@string/quick_settings_summary" >
109 <intent android:action="android.intent.action.MAIN"
110 android:targetPackage="com.android.systemui"
111 android:targetClass="com.android.systemui.tuner.QsTunerActivity" />
112 </PreferenceScreen>
maxwen9ede99c2015-08-17 00:49:29 +0200113 </PreferenceCategory>
Marko Man323664f2016-09-13 10:36:37 +0200114-->
maxwen70e478f2015-04-20 01:26:36 +0200115</PreferenceScreen>