Fix height of status bar

Fix: 244590750
Test: none
Change-Id: I507608b7fd13b2cb0ac0650db6b5c2372bffb211
This commit is contained in:
Alex Chau 2022-09-01 18:11:56 +01:00
parent 26aeb712f8
commit cf1f36d2c4

View file

@ -95,7 +95,9 @@
<!-- Height of the status bar. <!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
--> -->
<dimen name="status_bar_height">110px</dimen> <dimen name="status_bar_height_default">110px</dimen>
<dimen name="status_bar_height_portrait">110px</dimen>
<dimen name="status_bar_height_landscape">110px</dimen>
<!-- Adjustment for software rounded corners since corners aren't perfectly round. --> <!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
<dimen name="rounded_corner_radius_adjustment">5px</dimen> <dimen name="rounded_corner_radius_adjustment">5px</dimen>