Fixed status bar glitch for apps that access internal resource dimen am: c8d93dd9f7 am: 9820c19ec1 am: 9f3fe8c5e1 am: c3dada86c7

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

Change-Id: I63cbbb576b3f8bf85840ae33dc2fd383d907891f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
shawnlin 2022-04-07 15:17:04 +00:00 committed by Automerger Merge Worker
commit 9c43ca35e3

View file

@ -100,7 +100,8 @@
<!-- Height of the status bar. <!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
--> -->
<dimen name="status_bar_height">28dp</dimen> <dimen name="status_bar_height_default">28dp</dimen>
<dimen name="status_bar_height_portrait">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) --> <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
<dimen name="quick_qs_offset_height">171px</dimen> <dimen name="quick_qs_offset_height">171px</dimen>