blob: 87f9a58b8893f0defc104fd1f1b75c3c844383b9 [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 android:key="bars_settings"
maxwen3d9153b2018-04-19 23:00:12 +020019 android:title="@string/custom_bars_settings_title" >
maxwen3b53c542017-08-29 18:27:15 +020020
21 <PreferenceCategory
22 android:key="category_statusbar"
23 android:title="@string/statusbar_title">
24
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020025 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen3b53c542017-08-29 18:27:15 +020026 android:key="double_tap_sleep_gesture"
27 android:title="@string/double_tap_to_sleep_title"
28 android:summary="@string/double_tap_to_sleep_summary"
29 android:defaultValue="false" />
Marko Man817fc722017-10-02 13:30:52 +020030
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020031 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Sebastian4e4c0e72018-01-06 00:57:17 +010032 android:key="status_bar_brightness_control"
33 android:title="@string/status_bar_toggle_brightness"
34 android:summary="@string/status_bar_toggle_brightness_summary"
35 android:defaultValue="false" />
36
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020037 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020038 android:key="status_bar_ime_notification"
39 android:title="@string/status_bar_ime_notification_title"
40 android:summary="@string/status_bar_ime_notification_summary"
41 android:defaultValue="true"/>
maxwen52748b62017-01-05 00:19:34 +010042
maxwen939dbdf2017-10-08 18:30:35 +020043 <Preference
maxwen52748b62017-01-05 00:19:34 +010044 android:key="category_network_traffic"
45 android:title="@string/network_traffic_title"
maxwen939dbdf2017-10-08 18:30:35 +020046 android:summary="@string/network_traffic_summary"
maxwen52748b62017-01-05 00:19:34 +010047 android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" />
48
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020049 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen638778c2018-02-12 00:13:55 +010050 android:key="status_bar_logo"
51 android:title="@string/status_bar_logo_title"
52 android:summary="@string/status_bar_logo_summary"
53 android:defaultValue="false" />
54
55 <Preference
56 android:key="statusbar_battery"
57 android:title="@string/battery_title"
58 android:summary="@string/statusbar_battery_summary"
59 android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarBatterySettings" />
60
Lars Greissafa7e4e2015-11-04 07:53:55 +000061 <Preference
62 android:key="statusbar_clock"
63 android:title="@string/clock_title"
64 android:summary="@string/statusbar_clock_summary"
65 android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarClockSettings" />
66
Matssa56b8377b82018-03-22 09:06:38 +010067 <ListPreference
68 android:key="quick_pulldown"
69 android:title="@string/quick_pulldown_title"
70 android:entries="@array/quick_pulldown_entries"
71 android:entryValues="@array/quick_pulldown_values"
72 android:persistent="false" />
73
maxwen939dbdf2017-10-08 18:30:35 +020074 </PreferenceCategory>
75
Marko Man817fc722017-10-02 13:30:52 +020076 <PreferenceCategory
77 android:key="category_navigationbar"
78 android:title="@string/navigationbar_title">
79
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020080 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Marko Man817fc722017-10-02 13:30:52 +020081 android:key="navigation_bar_ime_button"
82 android:title="@string/navigation_bar_ime_button_title"
83 android:summary="@string/navigation_bar_ime_button_summary"
84 android:defaultValue="true"/>
85
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020086 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen30b934e2018-05-21 02:28:28 +020087 android:key="navigation_bar_menu_arrow_keys"
88 android:title="@string/navigation_bar_menu_arrow_keys_title"
89 android:summary="@string/navigation_bar_menu_arrow_keys_summary"
90 android:defaultValue="fale"/>
91
maxwen2ef717d2017-10-18 02:18:26 +020092 </PreferenceCategory>
93
94 <PreferenceCategory
Kyrylo Mikos639f07c2018-02-09 12:56:27 +080095 android:key="expanded_desktop_category"
96 android:title="@string/expanded_desktop_title">
97
98 <Preference
99 android:key="expanded_desktop_category"
100 android:title="@string/expanded_desktop_title"
101 android:summary="@string/expanded_desktop_summary"
102 android:fragment="org.omnirom.omnigears.interfacesettings.ExpandedDesktop" />
103
104 </PreferenceCategory>
105
maxwen545491e2018-05-12 19:00:08 +0200106 <PreferenceCategory
107 android:key="aspect_ratio_category"
108 android:title="@string/aspect_ratio_category_title">
109
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +0200110 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen545491e2018-05-12 19:00:08 +0200111 android:key="aspect_ratio_apps_enabled"
112 android:title="@string/aspect_ratio_apps_enabled_title"
113 android:summary="@string/aspect_ratio_apps_enabled_summary"
114 android:defaultValue="false" />
115
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +0200116 <org.omnirom.omnilib.preference.AppMultiSelectListPreference
maxwen545491e2018-05-12 19:00:08 +0200117 android:dependency="aspect_ratio_apps_enabled"
118 android:key="aspect_ratio_apps_list"
119 android:persistent="false"
120 android:summary="@string/aspect_ratio_apps_list_summary"
121 android:title="@string/aspect_ratio_apps_list_title" />
122
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +0200123 <org.omnirom.omnilib.preference.ScrollAppsViewPreference
maxwen545491e2018-05-12 19:00:08 +0200124 android:dependency="aspect_ratio_apps_enabled"
125 android:key="aspect_ratio_apps_list_scroller"
126 android:persistent="false"
127 android:selectable="false" />
128
129 <Preference
130 android:dependency="aspect_ratio_apps_enabled"
131 android:icon="@drawable/ic_info_outline_24dp"
132 android:persistent="false"
133 android:summary="@string/aspect_ratio_apps_info" />
134 </PreferenceCategory>
maxwen3b53c542017-08-29 18:27:15 +0200135</PreferenceScreen>