Cherish: OOS style tint and icons [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
mezz
2021-03-08 15:57:24 +00:00
committed by Hưng Phan
parent da4f60efc8
commit a04ed64301
3 changed files with 23 additions and 4 deletions

View File

@@ -21,12 +21,15 @@
<PreferenceCategory
android:title="@string/qs_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="qs_panel_bg_use_new_tint"
android:icon="@drawable/ic_color"
android:title="@string/qs_bg_use_new_tint"
android:dialogTitle="@string/qs_bg_use_new_tint"
android:entries="@array/qs_tint_entries"
android:entryValues="@array/qs_tint_values"
android:summary="@string/qs_bg_use_new_tint_summary"
android:defaultValue="true" />
android:defaultValue="2" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_media_player"