Cherish:Introduce navbar styles [2/3]

This commit is contained in:
Alex
2020-09-06 21:47:29 +07:00
committed by Hưng Phan
parent 48f1c7eb81
commit 9955575a4c
5 changed files with 75 additions and 0 deletions

View File

@@ -72,6 +72,16 @@
android:entries="@array/brightness_slider_style_selector_entries"
android:entryValues="@array/brightness_slider_style_selector_values"
android:persistent="false" />
<!-- Navbar Style -->
<ListPreference
android:key="navbar_style"
android:title="@string/navbar_style_title"
android:icon="@drawable/ic_nav"
android:dialogTitle="@string/navbar_style_title"
android:entries="@array/navbar_style_entries"
android:entryValues="@array/navbar_style_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"