maxwen | b51c111 | 2017-01-12 01:10:46 +0100 | [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 | |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 20 | <PreferenceCategory |
| 21 | android:key="category_theming" |
| 22 | android:title="@string/theming_title"> |
maxwen | 6bcb5c5 | 2017-01-21 17:21:33 +0100 | [diff] [blame] | 23 | |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 24 | <Preference |
| 25 | android:key="custom_wall_browse" |
| 26 | android:title="@string/custom_wall_browse_title" |
| 27 | android:summary="@string/custom_wall_browse_summary" |
| 28 | android:persistent="false" > |
| 29 | <intent android:action="android.intent.action.MAIN" |
| 30 | android:targetPackage="org.omnirom.omnistyle" |
| 31 | android:targetClass="org.omnirom.omnistyle.BrowseWallsActivity" /> |
| 32 | </Preference> |
maxwen | 2f40c28 | 2017-12-15 19:54:31 +0100 | [diff] [blame] | 33 | |
| 34 | <ListPreference |
| 35 | android:key="systemui_theme_style" |
| 36 | android:title="@string/systemui_theme_style_title" |
| 37 | android:persistent="false" |
| 38 | android:entries="@array/systemui_theme_style_entries" |
| 39 | android:entryValues="@array/systemui_theme_style_values" /> |
| 40 | |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 41 | </PreferenceCategory> |
maxwen | 2f40c28 | 2017-12-15 19:54:31 +0100 | [diff] [blame] | 42 | |
maxwen | 80abb70 | 2017-08-30 11:24:57 +0200 | [diff] [blame] | 43 | <PreferenceCategory |
| 44 | android:key="category_custom_header" |
| 45 | android:title="@string/custom_header_title"> |
| 46 | |
| 47 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 48 | android:key="status_bar_custom_header" |
| 49 | android:title="@string/status_bar_custom_header_title" |
| 50 | android:defaultValue="false" /> |
| 51 | |
| 52 | <ListPreference |
| 53 | android:key="custom_header_provider" |
| 54 | android:title="@string/custom_header_provider_title" |
| 55 | android:persistent="false" |
| 56 | android:entries="@array/custom_header_provider_entries" |
| 57 | android:entryValues="@array/custom_header_provider_values" |
| 58 | android:dependency="status_bar_custom_header" /> |
| 59 | |
| 60 | <ListPreference |
| 61 | android:key="daylight_header_pack" |
| 62 | android:title="@string/daylight_header_pack_title" |
| 63 | android:persistent="false" |
| 64 | android:dependency="status_bar_custom_header" /> |
| 65 | |
| 66 | <Preference |
| 67 | android:key="custom_header_browse" |
| 68 | android:title="@string/custom_header_browse_title" |
| 69 | android:summary="@string/custom_header_browse_summary" |
| 70 | android:persistent="false" |
| 71 | android:dependency="status_bar_custom_header" > |
| 72 | <intent android:action="android.intent.action.MAIN" |
| 73 | android:targetPackage="org.omnirom.omnistyle" |
| 74 | android:targetClass="org.omnirom.omnistyle.PickHeaderActivity" /> |
| 75 | </Preference> |
| 76 | |
| 77 | <org.omnirom.omnigears.preference.SeekBarPreference |
| 78 | android:key="status_bar_custom_header_shadow" |
| 79 | android:title="@string/status_bar_custom_header_shadow_title" |
| 80 | android:summary="@string/status_bar_custom_header_shadow_summary" |
| 81 | android:max="100" |
| 82 | settings:min="0" |
| 83 | settings:unitsLeft="" |
| 84 | settings:unitsRight="@string/unit_percent" |
| 85 | android:persistent="false" |
| 86 | android:dependency="status_bar_custom_header" /> |
| 87 | |
| 88 | </PreferenceCategory> |
maxwen | 769294a | 2017-08-26 22:00:13 +0200 | [diff] [blame] | 89 | |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 90 | <PreferenceCategory |
| 91 | android:key="category_statusbar" |
| 92 | android:title="@string/statusbar_title"> |
maxwen | 769294a | 2017-08-26 22:00:13 +0200 | [diff] [blame] | 93 | |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 94 | <org.omnirom.omnigears.preference.SystemSettingSwitchPreference |
| 95 | android:key="status_bar_logo" |
| 96 | android:title="@string/status_bar_logo_title" |
| 97 | android:summary="@string/status_bar_logo_summary" |
| 98 | android:defaultValue="false" /> |
| 99 | </PreferenceCategory> |
maxwen | b51c111 | 2017-01-12 01:10:46 +0100 | [diff] [blame] | 100 | </PreferenceScreen> |