Update status bar height res to correct size
Test: make Bug: 216782082 Change-Id: Ibc23f990e4fda040a86b52f78effce6da0235931
This commit is contained in:
parent
08d806ddfd
commit
fb9b9c83c4
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@
|
||||||
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_height_default">74px</dimen>
|
<dimen name="status_bar_height_height_default">74px</dimen>
|
||||||
<dimen name="status_bar_height_portrait">124px</dimen>
|
<dimen name="status_bar_height_portrait">118px</dimen>
|
||||||
<dimen name="status_bar_height_landscape">74px</dimen>
|
<dimen name="status_bar_height_landscape">74px</dimen>
|
||||||
|
|
||||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
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_default">28dp</dimen>
|
<dimen name="status_bar_height_default">28dp</dimen>
|
||||||
<dimen name="status_bar_height_portrait">145px</dimen>
|
<dimen name="status_bar_height_portrait">130px</dimen>
|
||||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||||
|
|
||||||
<!-- the number of the max cached processes in the system. -->
|
<!-- the number of the max cached processes in the system. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue