apollon: 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 Sebastiano Barezzi
parent f28a7aedff
commit 1742fda4aa

View File

@@ -27,7 +27,8 @@
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_top">90px</dimen>
<!-- Height of the status bar -->
<dimen name="status_bar_height_landscape">28dp</dimen>
<dimen name="status_bar_height_portrait">40dp</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">28dp</dimen>
</resources>