Cherish:Theme settings dashboard icons [3/3]

-
This commit is contained in:
SpiritCroc
2020-06-13 04:38:12 +00:00
committed by Hung Phan
parent 320369daa8
commit cc8ea86fa3
4 changed files with 35 additions and 0 deletions

View File

@@ -40,6 +40,13 @@
android:persistent="false"
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"
android:title="@string/theming_settings_dashboard_icons_title"
android:entries="@array/theming_settings_dashboard_icons_entries"
android:entryValues="@array/theming_settings_dashboard_icons_values"
android:defaultValue="0" />
</PreferenceCategory>