blob: 90e3dd7b740c04e35b6220ae8343251b81c8a728 [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 -->
Marko Man323664f2016-09-13 10:36:37 +020058<!--
maxweneb0305d2016-06-12 19:45:07 +020059 <PreferenceScreen
60 android:key="category_network_traffic"
61 android:title="@string/network_traffic_title"
62 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
63
64 <ListPreference
65 android:key="status_bar_quick_qs_pulldown"
66 android:title="@string/status_bar_quick_qs_pulldown_title"
67 android:entries="@array/status_bar_quick_qs_pulldown_entries"
68 android:entryValues="@array/status_bar_quick_qs_pulldown_values"
69 android:persistent="false" />
Marko Man1640aef2016-10-02 21:14:07 +020070-->
maxwena2af5572015-07-04 00:36:51 +020071 </PreferenceCategory>
maxwen99fb5ac2016-10-17 00:38:40 +020072
maxwena2af5572015-07-04 00:36:51 +020073 <PreferenceCategory
Menno van Grinsvenadebab42016-01-09 21:47:53 +010074 android:key="category_navigationbar"
75 android:title="@string/navigationbar_title">
76
maxwen99fb5ac2016-10-17 00:38:40 +020077 <org.omnirom.omnigears.preference.SystemCheckBoxPreference
78 android:key="navigation_bar_ime_button"
79 android:title="@string/navigation_bar_ime_button_title"
80 android:summary="@string/navigation_bar_ime_button_summary"
81 android:defaultValue="true"/>
82
83 <!--<com.android.settings.preference.SystemCheckBoxPreference
Menno van Grinsvenadebab42016-01-09 21:47:53 +010084 android:key="enable_tablet_navigation"
85 android:title="@string/enable_tablet_navigation_title"
86 android:summary="@string/enable_tablet_navigation_summary"
maxwen99fb5ac2016-10-17 00:38:40 +020087 android:defaultValue="false" />-->
Menno van Grinsvenadebab42016-01-09 21:47:53 +010088 </PreferenceCategory>
89
maxwen99fb5ac2016-10-17 00:38:40 +020090 <!--<PreferenceCategory
maxwen9ede99c2015-08-17 00:49:29 +020091 android:key="notification_category"
92 android:title="@string/notification_title" >
93
maxwen537ebde2015-12-08 16:06:41 +010094 <CheckBoxPreference
maxwen750f72e2016-02-19 00:12:26 +010095 android:key="status_bar_custom_header"
96 android:title="@string/status_bar_custom_header_title"
97 android:summary="@string/status_bar_custom_header_summary"
98 android:defaultValue="false"
99 android:persistent="false" />
maxwend7917092015-11-25 21:34:35 +0100100
maxwen537ebde2015-12-08 16:06:41 +0100101 <ListPreference
102 android:key="daylight_header_pack"
103 android:title="@string/daylight_header_pack_title"
maxwen750f72e2016-02-19 00:12:26 +0100104 android:persistent="false"
105 android:dependency="status_bar_custom_header" />
106
107 <com.android.settings.preference.SeekBarPreference
108 android:key="status_bar_custom_header_shadow"
109 android:title="@string/status_bar_custom_header_shadow_title"
110 android:summary="@string/status_bar_custom_header_shadow_summary"
111 android:defaultValue="0"
112 android:max="100"
113 settings:min="0"
114 settings:unitsLeft=""
115 settings:unitsRight="@string/unit_percent"
116 android:persistent="false"
117 android:dependency="status_bar_custom_header" />
maxwen537ebde2015-12-08 16:06:41 +0100118
maxwend7917092015-11-25 21:34:35 +0100119 <PreferenceScreen
120 android:title="@string/quick_settings_title"
121 android:summary="@string/quick_settings_summary" >
122 <intent android:action="android.intent.action.MAIN"
123 android:targetPackage="com.android.systemui"
124 android:targetClass="com.android.systemui.tuner.QsTunerActivity" />
125 </PreferenceScreen>
maxwen9ede99c2015-08-17 00:49:29 +0200126 </PreferenceCategory>
Marko Man323664f2016-09-13 10:36:37 +0200127-->
maxwen70e478f2015-04-20 01:26:36 +0200128</PreferenceScreen>