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