dubai: overlay: Increase status bar start padding

Currently it's too close to the edge and looks ugly.
Also set rounded corners padding from stock.

Change-Id: I10d67c9b41d87964d160ab9fc8471e1579579bfd
This commit is contained in:
Adithya R 2024-08-13 14:37:54 -04:00 committed by Fraaxius
parent 3cfdb210e8
commit 3027316b34
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,9 @@
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">95.0px</dimen>
<!-- Default paddings for content around the corners. -->
<dimen name="rounded_corner_content_padding">4px</dimen>
<!-- 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">105.0px</dimen>

View file

@ -5,7 +5,7 @@
-->
<resources>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">8.0dip</dimen>
<dimen name="status_bar_padding_start">20.0dip</dimen>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>