Cherish: Add QS header styles [2/3]

This commit is contained in:
SKULSHADY
2020-08-16 21:14:06 +07:00
committed by Hưng Phan
parent 5ba110df93
commit cfaa422104
4 changed files with 48 additions and 0 deletions

View File

@@ -48,6 +48,14 @@
android:persistent="false"
android:entries="@array/qs_selector_entries"
android:entryValues="@array/qs_selector_values" />
<ListPreference
android:key="qs_header_style"
android:icon="@drawable/ic_header"
android:title="@string/qs_header_style_title"
android:persistent="false"
android:entries="@array/qs_header_style_entries"
android:entryValues="@array/qs_header_style_values" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"