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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user