blob: 9bd2a188ac70d9cd7c5a3f00ff8dd73a5bf615fa [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
Schubi52c58f92013-12-16 14:15:25 +010040 <CheckBoxPreference
41 android:key="status_bar_traffic"
42 android:title="@string/show_network_speed"
43 android:summary="@string/show_network_speed_summary"
44 android:persistent="false" />
maxwen460c6612013-12-05 01:26:16 +010045
Schubi52c58f92013-12-16 14:15:25 +010046 <CheckBoxPreference
47 android:key="status_bar_network_activity"
48 android:title="@string/show_activity_indicators_on_status_bar_title"
49 android:summary="@string/show_activity_indicators_on_status_bar_summary"
50 android:persistent="false"/>
crondogd4df9202013-12-10 10:01:26 +110051
UtkarshGupta5ea9bc62013-12-31 14:00:18 +053052 <ListPreference
53 android:key="quick_pulldown"
54 android:title="@string/title_quick_pulldown"
55 android:summary="@string/summary_quick_pulldown"
56 android:entries="@array/quick_pulldown_entries"
57 android:entryValues="@array/quick_pulldown_values"
58 android:persistent="false" />
59
UtkarshGupta6d9f6592014-01-20 16:27:29 +053060 <ListPreference
61 android:key="smart_pulldown"
62 android:title="@string/smart_pulldown_title"
63 android:summary="@string/smart_pulldown_summary"
64 android:entries="@array/smart_pulldown_entries"
65 android:entryValues="@array/smart_pulldown_values"
66 android:persistent="false" />
67
Yanuar Harryb79648c2014-01-03 21:42:37 +070068 <CheckBoxPreference
69 android:key="quicksettings_dynamic_row"
70 android:title="@string/qs_configurable_title"
71 android:summary="@string/qs_configurable_summary"
72 android:persistent="false"/>
73
Schubi52c58f92013-12-16 14:15:25 +010074 </PreferenceCategory>
maxwen460c6612013-12-05 01:26:16 +010075
Danny Baumannbc00afe2013-12-12 15:22:27 +010076 <!-- Navigation bar -->
77 <PreferenceCategory
78 android:key="category_navigation_bar"
Schubi52c58f92013-12-16 14:15:25 +010079 android:title="@string/bars_and_menus_category_navigation_bar_title">
Danny Baumannbc00afe2013-12-12 15:22:27 +010080
Schubi52c58f92013-12-16 14:15:25 +010081 <PreferenceScreen
82 android:key="navigation_ring"
83 android:fragment="org.omnirom.omnigears.interfacesettings.NavRing"
84 android:title="@string/navigation_ring_title" />
maxwen8b834492014-01-15 21:33:16 +010085
86 <CheckBoxPreference
87 android:key="soft_back_kill_app"
88 android:title="@string/soft_back_kill_app_title"
89 android:summary="@string/soft_back_kill_app_summary"
90 android:persistent="false"/>
91
Schubi52c58f92013-12-16 14:15:25 +010092 </PreferenceCategory>
maxwen460c6612013-12-05 01:26:16 +010093</PreferenceScreen>