maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 1 | <?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" |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 26 | android:title="@string/bars_and_menus_category_status_bar_title"> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 27 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 28 | <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"/> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 33 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 34 | <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"/> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 39 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 40 | <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" /> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 45 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 46 | <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"/> |
crondog | d4df920 | 2013-12-10 10:01:26 +1100 | [diff] [blame] | 51 | |
UtkarshGupta | 5ea9bc6 | 2013-12-31 14:00:18 +0530 | [diff] [blame] | 52 | <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 | |
Yanuar Harry | b79648c | 2014-01-03 21:42:37 +0700 | [diff] [blame^] | 60 | <CheckBoxPreference |
| 61 | android:key="quicksettings_dynamic_row" |
| 62 | android:title="@string/qs_configurable_title" |
| 63 | android:summary="@string/qs_configurable_summary" |
| 64 | android:persistent="false"/> |
| 65 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 66 | </PreferenceCategory> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 67 | |
Danny Baumann | bc00afe | 2013-12-12 15:22:27 +0100 | [diff] [blame] | 68 | <!-- Navigation bar --> |
| 69 | <PreferenceCategory |
| 70 | android:key="category_navigation_bar" |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 71 | android:title="@string/bars_and_menus_category_navigation_bar_title"> |
Danny Baumann | bc00afe | 2013-12-12 15:22:27 +0100 | [diff] [blame] | 72 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 73 | <PreferenceScreen |
| 74 | android:key="navigation_ring" |
| 75 | android:fragment="org.omnirom.omnigears.interfacesettings.NavRing" |
| 76 | android:title="@string/navigation_ring_title" /> |
| 77 | </PreferenceCategory> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 78 | </PreferenceScreen> |