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 | |
Jon Haus | 391eadd | 2014-01-21 14:39:28 -0500 | [diff] [blame] | 40 | <PreferenceScreen |
| 41 | android:fragment="org.omnirom.omnigears.slim.StatusBarClockStyle" |
| 42 | android:key="clock_style_pref" |
| 43 | android:title="@string/status_bar_clock" /> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 44 | |
Jon Haus | 391eadd | 2014-01-21 14:39:28 -0500 | [diff] [blame] | 45 | </PreferenceCategory> |
| 46 | |
| 47 | <PreferenceCategory |
| 48 | android:key="category_quick_settings" |
| 49 | android:title="@string/quick_settings_category_title"> |
crondog | d4df920 | 2013-12-10 10:01:26 +1100 | [diff] [blame] | 50 | |
UtkarshGupta | 5ea9bc6 | 2013-12-31 14:00:18 +0530 | [diff] [blame] | 51 | <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 | |
UtkarshGupta | 6d9f659 | 2014-01-20 16:27:29 +0530 | [diff] [blame] | 59 | <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 Harry | b79648c | 2014-01-03 21:42:37 +0700 | [diff] [blame] | 67 | <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 Haus | 391eadd | 2014-01-21 14:39:28 -0500 | [diff] [blame] | 73 | </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 Greiss | 5c154b4 | 2014-01-17 22:24:15 +0530 | [diff] [blame] | 106 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 107 | </PreferenceCategory> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 108 | |
Danny Baumann | bc00afe | 2013-12-12 15:22:27 +0100 | [diff] [blame] | 109 | <!-- Navigation bar --> |
| 110 | <PreferenceCategory |
| 111 | android:key="category_navigation_bar" |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 112 | android:title="@string/bars_and_menus_category_navigation_bar_title"> |
Danny Baumann | bc00afe | 2013-12-12 15:22:27 +0100 | [diff] [blame] | 113 | |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 114 | <PreferenceScreen |
Schubi | 4a08a13 | 2013-12-03 18:40:31 +0100 | [diff] [blame] | 115 | android:key="navigation_bar" |
| 116 | android:fragment="org.omnirom.omnigears.interfacesettings.NavBar" |
maxwen | ccbc953 | 2014-05-15 02:11:18 +0200 | [diff] [blame^] | 117 | android:summary="@string/navigation_bar_summary" |
Schubi | 4a08a13 | 2013-12-03 18:40:31 +0100 | [diff] [blame] | 118 | android:title="@string/navigation_bar_title" /> |
Lars Greiss | d4571a2 | 2013-12-16 16:25:21 +0100 | [diff] [blame] | 119 | |
| 120 | <PreferenceScreen |
| 121 | android:key="navigation_bar_dimen" |
| 122 | android:fragment="org.omnirom.omnigears.interfacesettings.NavBarDimen" |
maxwen | ccbc953 | 2014-05-15 02:11:18 +0200 | [diff] [blame^] | 123 | android:summary="@string/navbar_dimen_summary" |
Lars Greiss | d4571a2 | 2013-12-16 16:25:21 +0100 | [diff] [blame] | 124 | android:title="@string/navbar_dimen_title" /> |
| 125 | |
Schubi | 4a08a13 | 2013-12-03 18:40:31 +0100 | [diff] [blame] | 126 | <PreferenceScreen |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 127 | android:key="navigation_ring" |
| 128 | android:fragment="org.omnirom.omnigears.interfacesettings.NavRing" |
maxwen | ccbc953 | 2014-05-15 02:11:18 +0200 | [diff] [blame^] | 129 | android:summary="@string/navigation_ring_summary" |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 130 | android:title="@string/navigation_ring_title" /> |
maxwen | 8b83449 | 2014-01-15 21:33:16 +0100 | [diff] [blame] | 131 | |
| 132 | <CheckBoxPreference |
| 133 | android:key="soft_back_kill_app" |
| 134 | android:title="@string/soft_back_kill_app_title" |
| 135 | android:summary="@string/soft_back_kill_app_summary" |
| 136 | android:persistent="false"/> |
crondog | 58c3680 | 2014-01-21 14:17:07 +1100 | [diff] [blame] | 137 | |
| 138 | <CheckBoxPreference |
| 139 | android:key="emulate_menu_key" |
| 140 | android:title="@string/emulate_menu_key_title" |
| 141 | android:summary="@string/emulate_menu_key_summary" |
| 142 | android:persistent="false"/> |
Schubi | 52c58f9 | 2013-12-16 14:15:25 +0100 | [diff] [blame] | 143 | </PreferenceCategory> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 144 | </PreferenceScreen> |