blob: 14ec555b9f41f244bc9e983bd593583834c6898c [file] [log] [blame]
maxwen460c6612013-12-05 01:26:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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 android:key="interface_bars"
20 android:title="@string/interface_bars_title"
21 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
22
23 <!-- Status bar -->
24 <PreferenceCategory
25 android:key="category_status_bar"
26 android:title="@string/bars_and_menus_category_status_bar_title"/>
27
28 <CheckBoxPreference
29 android:key="status_bar_brightness_control"
30 android:title="@string/status_bar_toggle_brightness"
31 android:summary="@string/status_bar_toggle_brightness_summary"
32 android:defaultValue="false" />
33
34 <CheckBoxPreference
35 android:key="status_bar_notif_count"
36 android:title="@string/status_bar_notif_count_title"
37 android:summary="@string/status_bar_notif_count_summary"
38 android:defaultValue="false" />
39
40 <CheckBoxPreference
41 android:key="status_bar_traffic"
42 android:title="@string/show_network_speed"
43 android:summary="@string/show_network_speed_summary"
44 android:defaultValue="false" />
45
46 <CheckBoxPreference
47 android:key="status_bar_network_activity"
48 android:title="@string/show_activity_indicators_on_status_bar_title"
49 android:summary="@string/show_activity_indicators_on_status_bar_summary"
50 android:defaultValue="false" />
51
52</PreferenceScreen>