Cherish:Move QS tile style [2/2]

This commit is contained in:
Hưng Phan
2020-08-15 08:46:44 +07:00
parent 60f1b9dfe2
commit cc30dee945
4 changed files with 35 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<ListPreference
android:key="theme_switch"
android:icon="@drawable/ic_system_theme"
android:icon="@drawable/ic_system_theme"
android:title="@string/theme_type_title"
android:summary="%s"
android:dialogTitle="@string/theme_type_summary"
@@ -40,6 +40,14 @@
android:persistent="false"
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values" />
<ListPreference
android:key="qs_tile_style"
android:icon="@drawable/ic_shape2_icon"
android:title="@string/qs_tile_style_title"
android:persistent="false"
android:entries="@array/qs_selector_entries"
android:entryValues="@array/qs_selector_values" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"