Fixed status bar glitch for apps that access internal resource dimen am: c8d93dd9f7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17536006 Change-Id: Ia0c569e11d6babe6c2312bc61bc64cd44fd2294b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9820c19ec1
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue