15
15
-->
16
16
<PreferenceScreen xmlns : android =" http://schemas.android.com/apk/res/android" >
17
17
18
- <SwitchPreference
19
- android : key =" pref_lc_qh_enabled"
20
- android : title =" @string/pref_lc_qh_enabled_title"
21
- android : summary =" @string/pref_lc_qh_enabled_summary"
22
- android : defaultValue =" false" />
18
+ <PreferenceCategory
19
+ android : title =" @string/pref_lc_qh_cat_general_title" >
23
20
24
- <CheckBoxPreference
25
- android : key =" pref_lc_qh_mute_led"
26
- android : title =" @string/pref_lc_qh_mute_led_title"
27
- android : defaultValue =" false"
28
- android : dependency =" pref_lc_qh_enabled" />
21
+ <SwitchPreference
22
+ android : key =" pref_lc_qh_enabled"
23
+ android : title =" @string/pref_lc_qh_enabled_title"
24
+ android : summary =" @string/pref_lc_qh_enabled_summary"
25
+ android : defaultValue =" false" />
26
+
27
+ <CheckBoxPreference
28
+ android : key =" pref_lc_qh_statusbar_icon"
29
+ android : title =" @string/pref_lc_qh_statusbar_icon_title"
30
+ android : summary =" @string/pref_lc_qh_statusbar_icon_summary"
31
+ android : defaultValue =" true"
32
+ android : dependency =" pref_lc_qh_enabled" />
33
+
34
+ <CheckBoxPreference
35
+ android : key =" pref_lc_qh_interactive"
36
+ android : title =" @string/pref_lc_qh_interactive_title"
37
+ android : summary =" @string/pref_lc_qh_interactive_summary"
38
+ android : defaultValue =" false"
39
+ android : dependency =" pref_lc_qh_enabled" />
29
40
30
- <CheckBoxPreference
31
- android : key =" pref_lc_qh_mute_vibe"
32
- android : title =" @string/pref_lc_qh_mute_vibe_title"
33
- android : summary =" @string/pref_lc_qh_mute_vibe_summary"
34
- android : defaultValue =" true"
35
- android : dependency =" pref_lc_qh_enabled" />
41
+ </PreferenceCategory >
36
42
37
- <CheckBoxPreference
38
- android : key =" pref_lc_qh_mute_system_vibe"
39
- android : title =" @string/pref_lc_qh_mute_system_vibe_title"
40
- android : summary =" @string/pref_lc_qh_mute_system_vibe_summary"
41
- android : defaultValue =" false"
42
- android : dependency =" pref_lc_qh_enabled" />
43
+ <PreferenceCategory
44
+ android : title =" @string/pref_lc_qh_cat_rules_title"
45
+ android : dependency =" pref_lc_qh_enabled" >
43
46
44
- <MultiSelectListPreference
45
- android : key =" pref_lc_qh_mute_system_sounds"
46
- android : title =" @string/pref_lc_qh_mute_system_sounds_title"
47
- android : entries =" @array/system_sound_entries"
48
- android : entryValues =" @array/system_sound_values"
49
- android : defaultValue =" @array/empty_array"
50
- android : dependency =" pref_lc_qh_enabled" />
47
+ <PreferenceScreen
48
+ android : title =" @string/pref_lc_qh_manual_title"
49
+ android : summary =" @string/pref_lc_qh_manual_summary" >
51
50
52
- <Preference
53
- android : key =" pref_lc_qh_ringer_whitelist"
54
- android : title =" @string/pref_lc_qh_ringer_whitelist_title"
55
- android : summary =" @string/pref_lc_qh_ringer_whitelist_summary"
56
- android : persistent =" false"
57
- android : dependency =" pref_lc_qh_enabled" />
51
+ <CheckBoxPreference
52
+ android : key =" pref_lc_qh_mute_led"
53
+ android : title =" @string/pref_lc_qh_mute_led_title"
54
+ android : defaultValue =" false" />
55
+
56
+ <CheckBoxPreference
57
+ android : key =" pref_lc_qh_mute_vibe"
58
+ android : title =" @string/pref_lc_qh_mute_vibe_title"
59
+ android : summary =" @string/pref_lc_qh_mute_vibe_summary"
60
+ android : defaultValue =" true" />
61
+
62
+ <CheckBoxPreference
63
+ android : key =" pref_lc_qh_mute_system_vibe"
64
+ android : title =" @string/pref_lc_qh_mute_system_vibe_title"
65
+ android : summary =" @string/pref_lc_qh_mute_system_vibe_summary"
66
+ android : defaultValue =" false" />
67
+
68
+ <MultiSelectListPreference
69
+ android : key =" pref_lc_qh_mute_system_sounds"
70
+ android : title =" @string/pref_lc_qh_mute_system_sounds_title"
71
+ android : entries =" @array/system_sound_entries"
72
+ android : entryValues =" @array/system_sound_values"
73
+ android : defaultValue =" @array/empty_array" />
74
+
75
+ <Preference
76
+ android : key =" pref_lc_qh_ringer_whitelist"
77
+ android : title =" @string/pref_lc_qh_ringer_whitelist_title"
78
+ android : summary =" @string/pref_lc_qh_ringer_whitelist_summary"
79
+ android : persistent =" false" />
58
80
59
- <CheckBoxPreference
60
- android : key =" pref_lc_qh_statusbar_icon"
61
- android : title =" @string/pref_lc_qh_statusbar_icon_title"
62
- android : summary =" @string/pref_lc_qh_statusbar_icon_summary"
63
- android : defaultValue =" true"
64
- android : dependency =" pref_lc_qh_enabled" />
81
+ </PreferenceScreen >
65
82
66
- <CheckBoxPreference
67
- android : key =" pref_lc_qh_interactive"
68
- android : title =" @string/pref_lc_qh_interactive_title"
69
- android : summary =" @string/pref_lc_qh_interactive_summary"
70
- android : defaultValue =" false"
71
- android : dependency =" pref_lc_qh_enabled" />
83
+ <Preference
84
+ android : key =" pref_lc_qh_ranges"
85
+ android : title =" @string/pref_lc_qh_ranges_title"
86
+ android : summary =" @string/pref_lc_qh_ranges_summary"
87
+ android : persistent =" false" />
72
88
73
- <Preference
74
- android : key =" pref_lc_qh_ranges"
75
- android : title =" @string/pref_lc_qh_ranges_title"
76
- android : summary =" @string/pref_lc_qh_ranges_summary"
77
- android : persistent =" false" />
89
+ </PreferenceCategory >
78
90
79
91
</PreferenceScreen >
0 commit comments