Cherish: Allow setting Custom statusbar Paddings [2/2]

Signed-off-by: Aston-Martinn <advaithbhat9@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Advaith Bhat
2021-04-16 15:44:51 +00:00
committed by Hưng Phan
parent 329f705677
commit 0ca85cf888
3 changed files with 48 additions and 0 deletions

View File

@@ -132,6 +132,24 @@
settings:units="dp"
android:persistent="false"
android:dependency="sysui_rounded_fwvals" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="custom_statusbar_padding_start"
android:title="@string/custom_statusbar_padding_start"
android:max="45"
settings:min="5"
settings:units="dp"
android:defaultValue="5"
android:persistent="false" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="custom_statusbar_padding_end"
android:title="@string/custom_statusbar_padding_end"
android:max="45"
settings:min="5"
android:defaultValue="5"
settings:units="dp"
android:persistent="false" />
<!--com.cherish.settings.preferences.CustomSeekBarPreference
android:key="sysui_rounded_content_padding"