blob: 514cf8016e6225a06917df9543fd1ad72e0d6a93 [file] [log] [blame]
maxwen70e478f2015-04-20 01:26:36 +02001<?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
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
20
21 <PreferenceCategory
22 android:key="battery_category"
23 android:title="@string/battery_title" >
24
25 <ListPreference
26 android:key="statusbar_battery_style"
27 android:title="@string/battery_style_title"
28 android:entries="@*android:array/entries_battery_styles"
29 android:entryValues="@*android:array/values_battery_styles"
30 android:persistent="false"/>
31 <ListPreference
32 android:key="statusbar_battery_percent"
33 android:title="@string/battery_percent_title"
34 android:entries="@array/entries_battery_percent"
35 android:entryValues="@array/values_battery_percent"
36 android:persistent="false"/>
maxwena2af5572015-07-04 00:36:51 +020037 </PreferenceCategory>
maxwen70e478f2015-04-20 01:26:36 +020038
maxwena2af5572015-07-04 00:36:51 +020039 <PreferenceCategory
40 android:key="navbar_category"
41 android:title="@string/navbar_title" >
42
43 <ListPreference
44 android:key="navbar_recents_style"
45 android:title="@string/navbar_recents_style_title"
46 android:entries="@array/navbar_recents_style_entries"
47 android:entryValues="@array/navbar_recents_style_values"
48 android:persistent="false"/>
maxwen70e478f2015-04-20 01:26:36 +020049 </PreferenceCategory>
50
51</PreferenceScreen>