husky: 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
71004946f4
commit
698b63384d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||
-->
|
||||
<dimen name="status_bar_height_default">28dp</dimen>
|
||||
<dimen name="status_bar_height_portrait">151px</dimen>
|
||||
<dimen name="status_bar_height_portrait">50.333333283dp</dimen>
|
||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue