Set a proper status bar height

Bug: 352838267
Test: make and boot
Flag: EXEMPT bugfix

Change-Id: I04ab3af793b5f708be62e251b0f2f608689cadec
This commit is contained in:
Kimi Hsu 2024-07-30 10:21:58 +00:00
parent a89a2911b1
commit 94af34f2ce

View file

@ -175,6 +175,14 @@
<dimen name="rounded_corner_radius_top">115px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</dimen>
<!-- Align to camera cutout's height. -->
<dimen name="status_bar_height_portrait">52dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value
from original folder. This should be done even looks no effect on some apps because
some other apps may reference to it. -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->