cheetah: Convert status_bar_height_portrait to dp
Fix status bar height not being scaled properly after switching screen resolution to 1080p. Change-Id: I7eba09b6da2eae6bd4274d3ad6acc85311d32db1
This commit is contained in:
parent
3ec651b05a
commit
d8eaf8c807
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,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">144px</dimen>
|
<dimen name="status_bar_height_portrait">41.142857143dp</dimen>
|
||||||
<dimen name="status_bar_height_landscape">28dp</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. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue