Cherish:Add a toggle for the new QS tint [2/2]

This commit is contained in:
Joey Huab
2020-03-09 22:41:49 +01:00
committed by ArtOS-Dev
parent fcf50d92ad
commit fcaaf0b399
2 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,12 @@
android:title="@string/quicksettings_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_panel_bg_use_new_tint"
android:title="@string/qs_bg_use_new_tint"
android:summary="@string/qs_bg_use_new_tint_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="dismiss_all_button"
android:icon="@drawable/ic_x"