blob: 7c873e219b5ce65b17e3ead47a385fb749ec8805 [file] [log] [blame]
maxwen460c6612013-12-05 01:26:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
19 android:key="interface_bars"
20 android:title="@string/interface_bars_title"
21 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
22
23 <!-- Status bar -->
24 <PreferenceCategory
25 android:key="category_status_bar"
Schubi52c58f92013-12-16 14:15:25 +010026 android:title="@string/bars_and_menus_category_status_bar_title">
maxwen460c6612013-12-05 01:26:16 +010027
Schubi52c58f92013-12-16 14:15:25 +010028 <CheckBoxPreference
29 android:key="status_bar_brightness_control"
30 android:title="@string/status_bar_toggle_brightness"
31 android:summary="@string/status_bar_toggle_brightness_summary"
32 android:persistent="false"/>
maxwen460c6612013-12-05 01:26:16 +010033
Schubi52c58f92013-12-16 14:15:25 +010034 <CheckBoxPreference
35 android:key="status_bar_notif_count"
36 android:title="@string/status_bar_notif_count_title"
37 android:summary="@string/status_bar_notif_count_summary"
38 android:persistent="false"/>
maxwen460c6612013-12-05 01:26:16 +010039
Jon Haus391eadd2014-01-21 14:39:28 -050040 <PreferenceScreen
41 android:fragment="org.omnirom.omnigears.slim.StatusBarClockStyle"
42 android:key="clock_style_pref"
43 android:title="@string/status_bar_clock" />
maxwen460c6612013-12-05 01:26:16 +010044
Jon Haus391eadd2014-01-21 14:39:28 -050045 </PreferenceCategory>
46
47 <PreferenceCategory
48 android:key="category_quick_settings"
49 android:title="@string/quick_settings_category_title">
crondogd4df9202013-12-10 10:01:26 +110050
UtkarshGupta5ea9bc62013-12-31 14:00:18 +053051 <ListPreference
52 android:key="quick_pulldown"
53 android:title="@string/title_quick_pulldown"
54 android:summary="@string/summary_quick_pulldown"
55 android:entries="@array/quick_pulldown_entries"
56 android:entryValues="@array/quick_pulldown_values"
57 android:persistent="false" />
58
UtkarshGupta6d9f6592014-01-20 16:27:29 +053059 <ListPreference
60 android:key="smart_pulldown"
61 android:title="@string/smart_pulldown_title"
62 android:summary="@string/smart_pulldown_summary"
63 android:entries="@array/smart_pulldown_entries"
64 android:entryValues="@array/smart_pulldown_values"
65 android:persistent="false" />
66
Yanuar Harryb79648c2014-01-03 21:42:37 +070067 <CheckBoxPreference
68 android:key="quicksettings_dynamic_row"
69 android:title="@string/qs_configurable_title"
70 android:summary="@string/qs_configurable_summary"
71 android:persistent="false"/>
72
Jon Haus391eadd2014-01-21 14:39:28 -050073 </PreferenceCategory>
74
75 <!-- Network traffic meter -->
76 <PreferenceCategory
77 android:key="category_network_traffic"
78 android:title="@string/network_traffic_title">
79
80 <CheckBoxPreference
81 android:key="status_bar_network_activity"
82 android:title="@string/show_activity_indicators_on_status_bar_title"
83 android:summary="@string/show_activity_indicators_on_status_bar_summary"
84 android:persistent="false"/>
85
86 <ListPreference
87 android:key="network_traffic_state"
88 android:title="@string/show_network_traffic_state"
89 android:entries="@array/show_network_traffic_state_entries"
90 android:entryValues="@array/show_network_traffic_state_values"
91 android:persistent="false" />
92
93 <ListPreference
94 android:key="network_traffic_unit"
95 android:title="@string/show_network_traffic_unit"
96 android:entries="@array/show_network_traffic_unit_entries"
97 android:entryValues="@array/show_network_traffic_unit_values"
98 android:persistent="false" />
99
100 <ListPreference
101 android:key="network_traffic_period"
102 android:title="@string/show_network_traffic_frequency"
103 android:entries="@array/show_network_traffic_frequency_entries"
104 android:entryValues="@array/show_network_traffic_frequency_values"
105 android:persistent="false" />
Lars Greiss5c154b42014-01-17 22:24:15 +0530106
Schubi52c58f92013-12-16 14:15:25 +0100107 </PreferenceCategory>
maxwen460c6612013-12-05 01:26:16 +0100108
Danny Baumannbc00afe2013-12-12 15:22:27 +0100109 <!-- Navigation bar -->
110 <PreferenceCategory
111 android:key="category_navigation_bar"
Schubi52c58f92013-12-16 14:15:25 +0100112 android:title="@string/bars_and_menus_category_navigation_bar_title">
Danny Baumannbc00afe2013-12-12 15:22:27 +0100113
Schubi52c58f92013-12-16 14:15:25 +0100114 <PreferenceScreen
Schubi4a08a132013-12-03 18:40:31 +0100115 android:key="navigation_bar"
116 android:fragment="org.omnirom.omnigears.interfacesettings.NavBar"
117 android:title="@string/navigation_bar_title" />
Lars Greissd4571a22013-12-16 16:25:21 +0100118
119 <PreferenceScreen
120 android:key="navigation_bar_dimen"
121 android:fragment="org.omnirom.omnigears.interfacesettings.NavBarDimen"
122 android:title="@string/navbar_dimen_title" />
123
Schubi4a08a132013-12-03 18:40:31 +0100124 <PreferenceScreen
Schubi52c58f92013-12-16 14:15:25 +0100125 android:key="navigation_ring"
126 android:fragment="org.omnirom.omnigears.interfacesettings.NavRing"
127 android:title="@string/navigation_ring_title" />
maxwen8b834492014-01-15 21:33:16 +0100128
129 <CheckBoxPreference
130 android:key="soft_back_kill_app"
131 android:title="@string/soft_back_kill_app_title"
132 android:summary="@string/soft_back_kill_app_summary"
133 android:persistent="false"/>
crondog58c36802014-01-21 14:17:07 +1100134
135 <CheckBoxPreference
136 android:key="emulate_menu_key"
137 android:title="@string/emulate_menu_key_title"
138 android:summary="@string/emulate_menu_key_summary"
139 android:persistent="false"/>
Schubi52c58f92013-12-16 14:15:25 +0100140 </PreferenceCategory>
maxwen460c6612013-12-05 01:26:16 +0100141</PreferenceScreen>