fixup! lemonadep: Remove resource overlays for system bar heights

* 28dp * (450dpi / 160) = 78.75px, this will cause the height
   of the status bar to be displayed incorrectly under some apps,
   so restore it to its original value.

Change-Id: I82685a0ab33bb08daeaf87b74c93e80aba16c055
This commit is contained in:
TH779 2022-04-09 16:08:21 +08:00 committed by Michael Bestas
parent 8a66297426
commit bb3a3d8864
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

View File

@ -21,7 +21,7 @@
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">28dp</dimen>
<dimen name="status_bar_height">138px</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">8dp</dimen>