blob: e87dc579f9dcbdb8a1fada1fa74603b8a0d0f167 [file] [log] [blame]
maxwenb51c1112017-01-12 01:10:46 +01001<?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
laurent93b5ec12017-04-20 21:51:02 +020020 <PreferenceCategory
21 android:key="category_theming"
22 android:title="@string/theming_title">
maxwen6bcb5c52017-01-21 17:21:33 +010023
laurent93b5ec12017-04-20 21:51:02 +020024 <Preference
laurent93b5ec12017-04-20 21:51:02 +020025 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" />
maxwenc1c4cc92017-08-25 00:02:19 +020032 </Preference>
maxwenb51c1112017-01-12 01:10:46 +010033 </PreferenceCategory>
maxwen769294a2017-08-26 22:00:13 +020034
35 <PreferenceCategory
36 android:key="category_statusbar"
37 android:title="@string/statusbar_title">
38
39 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
40 android:key="status_bar_logo"
41 android:title="@string/status_bar_logo_title"
42 android:summary="@string/status_bar_logo_summary"
43 android:defaultValue="false" />
44
45 </PreferenceCategory>
maxwenb51c1112017-01-12 01:10:46 +010046</PreferenceScreen>