Cherish:Add many icons missing in Cherish Settings

This commit is contained in:
Hưng Phan
2020-07-06 18:34:30 +07:00
committed by Hung Phan
parent 8e71d192df
commit 25b0629f23
20 changed files with 125 additions and 4 deletions

View File

@@ -41,8 +41,9 @@
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"
android:icon="@drawable/ic_dashboard"
android:title="@string/theming_settings_dashboard_icons_title"
android:entries="@array/theming_settings_dashboard_icons_entries"
android:entryValues="@array/theming_settings_dashboard_icons_values"
@@ -57,6 +58,7 @@
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sysui_rounded_fwvals"
android:title="@string/corner_fwvals"
android:icon="@drawable/ic_round"
android:defaultValue="true"
android:disableDependentsState="true" />