Fix height of status bar
Fix: 244590750 Test: none Change-Id: I507608b7fd13b2cb0ac0650db6b5c2372bffb211
This commit is contained in:
parent
26aeb712f8
commit
cf1f36d2c4
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