Cherish:optional miui-like brightness slider [3/3]

This commit is contained in:
00day0
2020-03-23 16:17:39 +07:00
committed by Hung Phan
parent cc618b4413
commit 7cbd7be9b7
4 changed files with 27 additions and 0 deletions

View File

@@ -124,6 +124,13 @@
android:title="@string/lockscreen_qs_disabled_title"
android:summary="@string/lockscreen_qs_disabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="brightness_slider_qs_unexpanded"
android:icon="@drawable/ic_brightness_qs"
android:title="@string/brightness_slider_qs_unexpanded"
android:summary="@string/brightness_slider_qs_unexpanded_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_bottom_brightness"