Cherish:Add Quick Settings Pulldown options [2/2]

This commit is contained in:
Roman Birg
2016-01-12 21:21:18 +07:00
committed by Hung Phan
parent 8149d23826
commit e4a1bff5cb
4 changed files with 64 additions and 1 deletions

View File

@@ -66,6 +66,13 @@
<PreferenceCategory
android:title="@string/qs_title">
<ListPreference
android:key="quick_pulldown"
android:title="@string/quick_pulldown_title"
android:entries="@array/quick_pulldown_entries"
android:entryValues="@array/quick_pulldown_values"
android:persistent="false" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="status_bar_locked_on_secure_keyguard"
android:title="@string/lockscreen_qs_disabled_title"