Merge "Fix height of status bar" into tm-qpr-dev am: 6a238b3d50
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/19816313 Change-Id: I7c6ecb2518b8176967eeed65dddadb6772ef6d31 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ce5186d04d
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,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">110px</dimen>
|
<dimen name="status_bar_height_default">110px</dimen>
|
||||||
|
<dimen name="status_bar_height_portrait">110px</dimen>
|
||||||
|
<dimen name="status_bar_height_landscape">110px</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