alioth: fix statubar icon padding

* Needed after recent changes

Change-Id: I33ee0caab5c640fecb8411826cb828d7432acbbf
This commit is contained in:
althafvly
2021-11-07 18:59:02 +05:30
parent 0cd23ab056
commit be716704f7

View File

@@ -15,10 +15,11 @@
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_portrait">80px</dimen>
<dimen name="status_bar_height_portrait">94px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar) -->
<dimen name="quick_qs_offset_height">116px</dimen>
<dimen name="quick_qs_offset_height">94px</dimen>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">50px</dimen>