summaryrefslogtreecommitdiffstats
path: root/res/xml/quick_settings_panel_settings.xml
blob: aa844459f410ea61c200a22aa2feb4d721259694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/quick_settings_title">

    <PreferenceCategory
        android:key="pref_general_settings"
        android:title="@string/title_general" >

        <ListPreference
            android:key="quick_pulldown"
            android:title="@string/title_quick_pulldown"
            android:entries="@array/quick_pulldown_entries"
            android:entryValues="@array/quick_pulldown_values"
            android:persistent="false" />

        <CheckBoxPreference
            android:key="collapse_panel"
            android:title="@string/title_collapse_panel"
            android:summary="@string/summary_collapse_panel" />

    </PreferenceCategory>

    <PreferenceCategory
        android:key="static_tiles"
        android:title="@string/title_static_tiles" >

        <PreferenceScreen
            android:key="tile_picker"
            android:title="@string/tile_picker_title"
            android:summary="@string/tile_picker_summary"
            android:fragment="com.android.settings.cyanogenmod.QuickSettingsTiles" />

        <MultiSelectListPreference
            android:key="pref_ring_mode"
            android:dialogTitle="@string/pref_ring_mode_title"
            android:title="@string/pref_ring_mode_title"
            android:summary="@string/pref_ring_mode_summary"
            android:entries="@array/entries_ring_widget"
            android:entryValues="@array/values_ring_widget" />

        <ListPreference
            android:key="pref_network_mode"
            android:dialogTitle="@string/pref_network_mode_title"
            android:title="@string/pref_network_mode_title"
            android:entries="@array/entries_network_widget"
            android:entryValues="@array/values_network_widget" />

        <ListPreference
            android:key="pref_screentimeout_mode"
            android:dialogTitle="@string/pref_screentimeout_mode_title"
            android:title="@string/pref_screentimeout_mode_title"
            android:entries="@array/entries_screentimeout_widget"
            android:entryValues="@array/values_screentimeout_widget" />

        </PreferenceCategory>

    <PreferenceCategory
        android:key="pref_dynamic_tiles"
        android:title="@string/title_dynamic_tiles" >

        <Preference
            style="?android:preferenceInformationStyle"
            android:title="@string/dynamic_tiles_note_title"
            android:summary="@string/dynamic_tiles_note_summary"
            android:selectable="false" />

        <CheckBoxPreference
            android:key="dynamic_alarm"
            android:title="@string/title_dynamic_alarm" />

        <CheckBoxPreference
            android:key="dynamic_bugreport"
            android:title="@string/title_dynamic_bugreport" />

        <CheckBoxPreference
            android:key="dynamic_dock_battery"
            android:title="@string/title_dynamic_dock_battery" />

        <CheckBoxPreference
            android:key="dynamic_ime"
            android:title="@string/title_dynamic_ime" />

        <CheckBoxPreference
            android:key="dynamic_usbtether"
            android:title="@string/title_dynamic_usbtether" />

        <CheckBoxPreference
            android:key="dynamic_wifi"
            android:title="@string/title_dynamic_wifi" />

    </PreferenceCategory>

</PreferenceScreen>