blob: 4be60b32cc54461a73a9e0cecebb3605e43f91a9 [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
maxwen99fb5ac2016-10-17 00:38:40 +020036 <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 Man1640aef2016-10-02 21:14:07 +020042<!--
maxwend7917092015-11-25 21:34:35 +010043 <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 Man323664f2016-09-13 10:36:37 +020050-->
maxweneb0305d2016-06-12 19:45:07 +020051 <!-- 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" />
maxwend31c8de2017-01-05 00:19:34 +010056<!--
maxweneb0305d2016-06-12 19:45:07 +020057 <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>
maxwen99fb5ac2016-10-17 00:38:40 +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
maxwen99fb5ac2016-10-17 00:38:40 +020070 <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 Grinsvenadebab42016-01-09 21:47:53 +010077 android:key="enable_tablet_navigation"
78 android:title="@string/enable_tablet_navigation_title"
79 android:summary="@string/enable_tablet_navigation_summary"
maxwen99fb5ac2016-10-17 00:38:40 +020080 android:defaultValue="false" />-->
Menno van Grinsvenadebab42016-01-09 21:47:53 +010081 </PreferenceCategory>
82
maxwen70e478f2015-04-20 01:26:36 +020083</PreferenceScreen>