maxwen | cd7421a | 2015-08-03 00:43:36 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 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"> |
maxwen | cd7421a | 2015-08-03 00:43:36 +0200 | [diff] [blame] | 19 | <PreferenceCategory |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 20 | android:key="lockscreen_shortcut" |
| 21 | android:title="@string/lockscreen_shortcut_title" > |
| 22 | |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 23 | <org.omnirom.omnigears.preference.SecureSettingSwitchPreference |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 24 | android:key="lockscreen_shortcuts_enable" |
| 25 | android:title="@string/lockscreen_shortcuts_enable_title" |
| 26 | android:defaultValue="true"/> |
| 27 | |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 28 | <org.omnirom.omnigears.preference.SecureCheckBoxPreference |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 29 | android:key="lockscreen_camera_shortcut_enable" |
| 30 | android:title="@string/lockscreen_camera_shortcut_enable_title" |
| 31 | android:summary="@string/lockscreen_camera_shortcut_enable_summary" |
| 32 | android:defaultValue="true" |
| 33 | android:dependency="lockscreen_shortcuts_enable" /> |
| 34 | |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 35 | <org.omnirom.omnigears.preference.SecureCheckBoxPreference |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 36 | android:key="lockscreen_left_shortcut_enable" |
| 37 | android:title="@string/lockscreen_left_shortcut_enable_title" |
| 38 | android:summary="@string/lockscreen_left_shortcut_enable_summary" |
| 39 | android:defaultValue="true" |
| 40 | android:dependency="lockscreen_shortcuts_enable" /> |
| 41 | |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 42 | <org.omnirom.omnigears.preference.SecureCheckBoxPreference |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 43 | android:key="lockscreen_voice_shortcut" |
| 44 | android:title="@string/lockscreen_voice_shortcut_title" |
| 45 | android:summary="@string/lockscreen_voice_shortcut_summary" |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 46 | android:defaultValue="true" |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 47 | android:dependency="lockscreen_left_shortcut_enable" /> |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 48 | <!-- |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 49 | |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 50 | <Preference |
| 51 | android:key="lockscreen_shortcuts" |
| 52 | android:title="@string/lockscreen_shortcuts_title" |
| 53 | android:summary="@string/lockscreen_shortcuts_summary" |
| 54 | android:persistent="false" |
| 55 | android:dependency="lockscreen_shortcuts_enable" /> |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 56 | --> |
| 57 | |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 58 | </PreferenceCategory> |
maxwen | 3217a99 | 2016-03-03 02:45:04 +0100 | [diff] [blame] | 59 | <PreferenceCategory |
| 60 | android:key="lockscreen_other" |
| 61 | android:title="@string/other_category" > |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 62 | |
| 63 | <org.omnirom.omnigears.preference.SecureSettingSwitchPreference |
maxwen | 2589e2d | 2017-02-24 17:19:07 +0100 | [diff] [blame] | 64 | android:key="lockscreen_hide_indicator_display" |
| 65 | android:title="@string/lockscreen_hide_indicator_display_title" |
| 66 | android:summary="@string/lockscreen_hide_indicator_display_summary" /> |
maxwen | b24d71b | 2017-02-21 01:18:28 +0100 | [diff] [blame] | 67 | |
Marko Man | 579ef01 | 2016-10-07 08:58:06 +0200 | [diff] [blame] | 68 | <org.omnirom.omnigears.preference.SecureSettingSwitchPreference |
maxwen | f427b5c | 2016-06-12 00:14:53 +0200 | [diff] [blame] | 69 | android:key="lockscreen_qs_disabled" |
| 70 | android:title="@string/lockscreen_qs_disabled_title" |
Marko Man | 6010d69 | 2016-10-13 14:11:20 +0200 | [diff] [blame] | 71 | android:summary="@string/lockscreen_qs_summary"/> |
maxwen | f427b5c | 2016-06-12 00:14:53 +0200 | [diff] [blame] | 72 | |
maxwen | e84bfd4 | 2016-12-29 01:06:54 +0100 | [diff] [blame] | 73 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 74 | android:key="lockscreen_hide_media" |
| 75 | android:title="@string/lockscreen_hide_media_title" |
| 76 | android:summary="@string/lockscreen_hide_media_summary" /> |
| 77 | |
maxwen | 9f9e3c6 | 2017-02-23 23:35:19 +0100 | [diff] [blame] | 78 | <org.omnirom.omnigears.preference.SecureSettingSwitchPreference |
| 79 | android:key="lockscreen_hide_status_bar" |
| 80 | android:title="@string/lockscreen_hide_status_bar_title" |
| 81 | android:summary="@string/lockscreen_hide_status_bar_summary"/> |
| 82 | |
Hernán Castañón Álvarez | 48f27ce | 2015-12-06 13:19:50 +0100 | [diff] [blame] | 83 | </PreferenceCategory> |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 84 | |
| 85 | <PreferenceCategory |
| 86 | android:key="lockscreen_clock" |
| 87 | android:title="@string/lockscreen_clock" > |
| 88 | |
maxwen | ca6b14d | 2017-02-27 16:56:10 +0100 | [diff] [blame^] | 89 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 90 | android:key="lockscreen_clock_enable" |
| 91 | android:title="@string/lockscreen_clock_enable_title" |
maxwen | ca6b14d | 2017-02-27 16:56:10 +0100 | [diff] [blame^] | 92 | android:summary="@string/lockscreen_clock_enable_summary" |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 93 | android:defaultValue="true" /> |
| 94 | |
| 95 | <CheckBoxPreference |
| 96 | android:key="lockscreen_clock_display_time" |
| 97 | android:title="@string/lockscreen_clock_display_time_title" |
| 98 | android:persistent="false" |
| 99 | android:defaultValue="true" |
| 100 | android:dependency="lockscreen_clock_enable" /> |
| 101 | |
| 102 | <CheckBoxPreference |
| 103 | android:key="lockscreen_clock_display_date" |
| 104 | android:title="@string/lockscreen_clock_display_date_title" |
| 105 | android:persistent="false" |
| 106 | android:defaultValue="true" |
| 107 | android:dependency="lockscreen_clock_enable" /> |
| 108 | |
| 109 | <CheckBoxPreference |
| 110 | android:key="lockscreen_clock_display_alarm" |
| 111 | android:title="@string/lockscreen_clock_display_alarm_title" |
| 112 | android:persistent="false" |
| 113 | android:defaultValue="true" |
| 114 | android:dependency="lockscreen_clock_enable" /> |
| 115 | |
| 116 | <org.omnirom.omnigears.preference.FontPreference |
| 117 | android:key="lockscreen_clock_font" |
| 118 | android:title="@string/lockscreen_clock_font_title" |
| 119 | android:persistent="false" |
| 120 | android:dependency="lockscreen_clock_enable" /> |
| 121 | |
| 122 | <org.omnirom.omnigears.preference.ColorPickerPreference |
| 123 | android:key="lockscreen_clock_color" |
| 124 | android:title="@string/lockscreen_clock_color_title" |
| 125 | android:persistent="false" |
| 126 | android:dependency="lockscreen_clock_enable" /> |
| 127 | |
| 128 | <org.omnirom.omnigears.preference.NumberPickerPreference |
| 129 | android:key="lockscreen_clock_size" |
| 130 | android:title="@string/lockscreen_clock_size_title" |
| 131 | android:persistent="false" |
| 132 | android:dependency="lockscreen_clock_enable" /> |
| 133 | |
maxwen | ca6b14d | 2017-02-27 16:56:10 +0100 | [diff] [blame^] | 134 | <CheckBoxPreference |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 135 | android:key="lockscreen_clock_shadow" |
| 136 | android:title="@string/lockscreen_clock_shadow_title" |
maxwen | ca6b14d | 2017-02-27 16:56:10 +0100 | [diff] [blame^] | 137 | android:persistent="false" |
maxwen | 082d847 | 2016-02-18 02:12:31 +0100 | [diff] [blame] | 138 | android:defaultValue="false" |
| 139 | android:dependency="lockscreen_clock_enable" /> |
| 140 | |
| 141 | </PreferenceCategory> |
maxwen | cd7421a | 2015-08-03 00:43:36 +0200 | [diff] [blame] | 142 | </PreferenceScreen> |