umi: Remove resource overlays for system bar heights

With the new added APIs, we don't need to overlay status_bar_height that
contains cutout size and quick_qs_offset_height anymore.

Bug: 186604541
Test: make
Change-Id: I36d869866ed03d3996b7b0d8cc6d3f6bb6ab624d
This commit is contained in:
shawnlin
2021-09-17 20:15:34 +08:00
committed by me-cafebabe
parent 46eb9dae7e
commit 01fa1eb93a

View File

@@ -18,9 +18,10 @@
*/
-->
<resources>
<!-- 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">90px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">90px</dimen>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">110px</dimen>