Fixed status bar glitch for apps that access internal resource dimen am: f94b464832
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17652505 Change-Id: I2fd119edbcfced918bda67a6e90ee2e50123ac49 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
963d0ac445
2 changed files with 6 additions and 2 deletions
|
@ -29,7 +29,9 @@
|
||||||
<!-- 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">130px</dimen>
|
||||||
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||||
|
|
||||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||||
|
|
|
@ -29,7 +29,9 @@
|
||||||
<!-- 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">118px</dimen>
|
||||||
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||||
|
|
||||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue