blob: 803b95800d69b3061f2c91d574e508918141d9e4 [file] [log] [blame]
maxwen3b53c542017-08-29 18:27:15 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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/>.
16-->
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
maxwen0c7e4e22018-03-09 18:36:45 +010018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19 android:key="bars_settings"
20 android:title="@string/bars_settings_title" >
maxwen3b53c542017-08-29 18:27:15 +020021
22 <PreferenceCategory
23 android:key="category_statusbar"
24 android:title="@string/statusbar_title">
25
maxwen939dbdf2017-10-08 18:30:35 +020026 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
maxwen3b53c542017-08-29 18:27:15 +020027 android:key="double_tap_sleep_gesture"
28 android:title="@string/double_tap_to_sleep_title"
29 android:summary="@string/double_tap_to_sleep_summary"
30 android:defaultValue="false" />
Marko Man817fc722017-10-02 13:30:52 +020031
maxwen939dbdf2017-10-08 18:30:35 +020032 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020033 android:key="status_bar_ime_notification"
34 android:title="@string/status_bar_ime_notification_title"
35 android:summary="@string/status_bar_ime_notification_summary"
36 android:defaultValue="true"/>
maxwen52748b62017-01-05 00:19:34 +010037
maxwen939dbdf2017-10-08 18:30:35 +020038 <Preference
maxwen52748b62017-01-05 00:19:34 +010039 android:key="category_network_traffic"
40 android:title="@string/network_traffic_title"
maxwen939dbdf2017-10-08 18:30:35 +020041 android:summary="@string/network_traffic_summary"
maxwen52748b62017-01-05 00:19:34 +010042 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
43
maxwen638778c2018-02-12 00:13:55 +010044 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
45 android:key="status_bar_logo"
46 android:title="@string/status_bar_logo_title"
47 android:summary="@string/status_bar_logo_summary"
48 android:defaultValue="false" />
49
50 <Preference
51 android:key="statusbar_battery"
52 android:title="@string/battery_title"
53 android:summary="@string/statusbar_battery_summary"
54 android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarBatterySettings" />
55
Lars Greissafa7e4e2015-11-04 07:53:55 +000056 <Preference
57 android:key="statusbar_clock"
58 android:title="@string/clock_title"
59 android:summary="@string/statusbar_clock_summary"
60 android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarClockSettings" />
61
maxwen939dbdf2017-10-08 18:30:35 +020062 </PreferenceCategory>
63
Marko Man817fc722017-10-02 13:30:52 +020064 <PreferenceCategory
65 android:key="category_navigationbar"
66 android:title="@string/navigationbar_title">
67
maxwen939dbdf2017-10-08 18:30:35 +020068 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020069 android:key="navigation_bar_ime_button"
70 android:title="@string/navigation_bar_ime_button_title"
71 android:summary="@string/navigation_bar_ime_button_summary"
72 android:defaultValue="true"/>
73
maxwen2ef717d2017-10-18 02:18:26 +020074 </PreferenceCategory>
75
76 <PreferenceCategory
77 android:key="lockscreen_category"
78 android:title="@string/lockscreen_category_title" >
79
80 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
81 android:key="lockscreen_hide_media"
82 android:title="@string/lockscreen_hide_media_title"
83 android:summary="@string/lockscreen_hide_media_summary"
84 android:defaultValue="false" />
maxwen52748b62017-01-05 00:19:34 +010085
maxwen1260b0e2018-01-20 23:37:16 +010086 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
87 android:key="double_tap_sleep_lockscreen"
88 android:title="@string/double_tap_sleep_lockscreen_title"
89 android:summary="@string/double_tap_sleep_lockscreen_summary"
90 android:defaultValue="false" />
91
maxwen58142782016-06-12 00:14:53 +020092 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
93 android:key="lockscreen_qs_disabled"
94 android:title="@string/lockscreen_qs_disabled_title"
95 android:summary="@string/lockscreen_qs_disabled_summary"
96 android:defaultValue="false" />
97
maxwen3b53c542017-08-29 18:27:15 +020098 </PreferenceCategory>
99</PreferenceScreen>