Merge "Fix height of status bar" into tm-qpr-dev
This commit is contained in:
commit
6a238b3d50
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