maxwen | 3b53c54 | 2017-08-29 18:27:15 +0200 | [diff] [blame] | 1 | <?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" |
maxwen | 0c7e4e2 | 2018-03-09 18:36:45 +0100 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:key="bars_settings" |
| 20 | android:title="@string/bars_settings_title" > |
maxwen | 3b53c54 | 2017-08-29 18:27:15 +0200 | [diff] [blame] | 21 | |
| 22 | <PreferenceCategory |
| 23 | android:key="category_statusbar" |
| 24 | android:title="@string/statusbar_title"> |
| 25 | |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 26 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
maxwen | 3b53c54 | 2017-08-29 18:27:15 +0200 | [diff] [blame] | 27 | android:key="double_tap_sleep_gesture" |
| 28 | android:title="@string/double_tap_to_sleep_title" |
| 29 | android:summary="@string/double_tap_to_sleep_summary" |
| 30 | android:defaultValue="false" /> |
Marko Man | 817fc72 | 2017-10-02 13:30:52 +0200 | [diff] [blame] | 31 | |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 32 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
Marko Man | 817fc72 | 2017-10-02 13:30:52 +0200 | [diff] [blame] | 33 | android:key="status_bar_ime_notification" |
| 34 | android:title="@string/status_bar_ime_notification_title" |
| 35 | android:summary="@string/status_bar_ime_notification_summary" |
| 36 | android:defaultValue="true"/> |
maxwen | 52748b6 | 2017-01-05 00:19:34 +0100 | [diff] [blame] | 37 | |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 38 | <Preference |
maxwen | 52748b6 | 2017-01-05 00:19:34 +0100 | [diff] [blame] | 39 | android:key="category_network_traffic" |
| 40 | android:title="@string/network_traffic_title" |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 41 | android:summary="@string/network_traffic_summary" |
maxwen | 52748b6 | 2017-01-05 00:19:34 +0100 | [diff] [blame] | 42 | android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" /> |
| 43 | |
maxwen | 638778c | 2018-02-12 00:13:55 +0100 | [diff] [blame] | 44 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 45 | android:key="status_bar_logo" |
| 46 | android:title="@string/status_bar_logo_title" |
| 47 | android:summary="@string/status_bar_logo_summary" |
| 48 | android:defaultValue="false" /> |
| 49 | |
| 50 | <Preference |
| 51 | android:key="statusbar_battery" |
| 52 | android:title="@string/battery_title" |
| 53 | android:summary="@string/statusbar_battery_summary" |
| 54 | android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarBatterySettings" /> |
| 55 | |
Lars Greiss | afa7e4e | 2015-11-04 07:53:55 +0000 | [diff] [blame] | 56 | <Preference |
| 57 | android:key="statusbar_clock" |
| 58 | android:title="@string/clock_title" |
| 59 | android:summary="@string/statusbar_clock_summary" |
| 60 | android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarClockSettings" /> |
| 61 | |
Matssa56 | b8377b8 | 2018-03-22 09:06:38 +0100 | [diff] [blame^] | 62 | <ListPreference |
| 63 | android:key="quick_pulldown" |
| 64 | android:title="@string/quick_pulldown_title" |
| 65 | android:entries="@array/quick_pulldown_entries" |
| 66 | android:entryValues="@array/quick_pulldown_values" |
| 67 | android:persistent="false" /> |
| 68 | |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 69 | </PreferenceCategory> |
| 70 | |
Marko Man | 817fc72 | 2017-10-02 13:30:52 +0200 | [diff] [blame] | 71 | <PreferenceCategory |
| 72 | android:key="category_navigationbar" |
| 73 | android:title="@string/navigationbar_title"> |
| 74 | |
maxwen | 939dbdf | 2017-10-08 18:30:35 +0200 | [diff] [blame] | 75 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
Marko Man | 817fc72 | 2017-10-02 13:30:52 +0200 | [diff] [blame] | 76 | android:key="navigation_bar_ime_button" |
| 77 | android:title="@string/navigation_bar_ime_button_title" |
| 78 | android:summary="@string/navigation_bar_ime_button_summary" |
| 79 | android:defaultValue="true"/> |
| 80 | |
maxwen | 2ef717d | 2017-10-18 02:18:26 +0200 | [diff] [blame] | 81 | </PreferenceCategory> |
| 82 | |
| 83 | <PreferenceCategory |
| 84 | android:key="lockscreen_category" |
| 85 | android:title="@string/lockscreen_category_title" > |
| 86 | |
| 87 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 88 | android:key="lockscreen_hide_media" |
| 89 | android:title="@string/lockscreen_hide_media_title" |
| 90 | android:summary="@string/lockscreen_hide_media_summary" |
| 91 | android:defaultValue="false" /> |
maxwen | 52748b6 | 2017-01-05 00:19:34 +0100 | [diff] [blame] | 92 | |
maxwen | 1260b0e | 2018-01-20 23:37:16 +0100 | [diff] [blame] | 93 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 94 | android:key="double_tap_sleep_lockscreen" |
| 95 | android:title="@string/double_tap_sleep_lockscreen_title" |
| 96 | android:summary="@string/double_tap_sleep_lockscreen_summary" |
| 97 | android:defaultValue="false" /> |
| 98 | |
maxwen | 5814278 | 2016-06-12 00:14:53 +0200 | [diff] [blame] | 99 | <org.omnirom.omnigears.preference.SecureSettingSwitchPreference |
| 100 | android:key="lockscreen_qs_disabled" |
| 101 | android:title="@string/lockscreen_qs_disabled_title" |
| 102 | android:summary="@string/lockscreen_qs_disabled_summary" |
| 103 | android:defaultValue="false" /> |
| 104 | |
maxwen | 3b53c54 | 2017-08-29 18:27:15 +0200 | [diff] [blame] | 105 | </PreferenceCategory> |
| 106 | </PreferenceScreen> |