Remove resource overlays for system bar heights am: b13036e2d1

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16044454

Change-Id: Ifa1b4fe25a9ecc450227fd8b096a3893a65351af
This commit is contained in:
shawnlin 2021-10-27 05:27:19 +00:00 committed by Automerger Merge Worker
commit b2f60e5ee4

View file

@ -103,8 +103,10 @@
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
<dimen name="rounded_corner_radius_adjustment">25px</dimen>
<!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">28dp</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
<dimen name="quick_qs_offset_height">171px</dimen>