Cherish: Allow controlling QS blur alpha [2/2]

This commit is contained in:
idoybh
2020-01-28 23:08:35 +07:00
committed by Hung Phan
parent 636167dce5
commit 590abebbef
4 changed files with 30 additions and 2 deletions

View File

@@ -34,6 +34,16 @@
android:summary="@string/blur_quicksettings_subtitle"
android:defaultValue="true" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="qs_blur_alpha"
android:title="@string/qs_blur_alpha_title"
android:summary="@string/qs_blur_alpha_summary"
android:max="100"
settings:min="1"
settings:unitsRight="@string/unit_percent"
android:persistent="false"
android:dependency="qs_blur" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="dismiss_all_button"
android:icon="@drawable/ic_x"