blob: 99b7b28ed768389b32fbbf1dfdd6299c88ce5b54 [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"/>
37
38 </PreferenceCategory>
39
40</PreferenceScreen>