Fixed status bar glitch for apps that access internal resource dimen am: 66077ef4ed
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/17534143 Change-Id: I67cfaedbb3eb59439e9fa0acdaa4681ef0c2b940 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0ad0cf2617
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
|||
<!-- 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_default">28dp</dimen>
|
||||
<dimen name="status_bar_height_portrait">145px</dimen>
|
||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||
|
||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue