Cherish: Introduce awesome brightness slider style picker [3/3]

@ZeNiXxX
* Bringup for ZenX-OS

Signed-off-by: ZeNiXxX<zenixxx.havoc@gmail.com>
* thx to @MrSluffy
This commit is contained in:
ZeNiXxX
2020-08-27 20:20:01 +02:00
committed by Hưng Phan
parent f9657adfb8
commit 972a34eefe
4 changed files with 61 additions and 0 deletions

View File

@@ -57,6 +57,14 @@
android:entries="@array/qs_header_style_entries"
android:entryValues="@array/qs_header_style_values" />
<ListPreference
android:key="brightness_slider_style"
android:icon="@drawable/ic_brightness"
android:title="@string/brightness_slider_style_title"
android:entries="@array/brightness_slider_style_selector_entries"
android:entryValues="@array/brightness_slider_style_selector_values"
android:persistent="false" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"
android:icon="@drawable/ic_dashboard"