sweet: overlay: Adjust status bar padding

Change-Id: I3efeeb3a5c9009ef1112f0751c5da3025a2d8dfe
This commit is contained in:
basamaryan 2022-12-15 20:22:08 +00:00
parent cc02dda4f2
commit 400d8f98e5
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -22,6 +22,12 @@
<dimen name="navigation_side_padding">85.0dip</dimen>
<dimen name="rounded_corner_content_padding">10dp</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">16dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">5dp</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">1100px</dimen>