Merge "Fix height of status bar" into tm-qpr-dev

This commit is contained in:
Alex Chau 2022-09-02 10:48:42 +00:00 committed by Android (Google) Code Review
commit 6a238b3d50

View file

@ -95,7 +95,9 @@
<!-- Height of the status bar.
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. -->
<dimen name="rounded_corner_radius_adjustment">5px</dimen>