sdm710-common: Add few padding on the start of the statusbar

This commit is contained in:
Giammarco Senatore 2022-01-05 17:24:00 +01:00
parent c5ecd8c189
commit 868da84395
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -18,4 +18,7 @@
<resources> <resources>
<dimen name="rounded_corner_content_padding">36px</dimen> <dimen name="rounded_corner_content_padding">36px</dimen>
<dimen name="system_icons_keyguard_padding_end">16dp</dimen> <dimen name="system_icons_keyguard_padding_end">16dp</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">12dp</dimen>
</resources> </resources>