mirror of
https://github.com/Evolution-X-Devices/device_google_raviole
synced 2026-01-27 15:47:37 +00:00
raven: Convert status_bar_height_portrait to dp
Fix status bar height not being scaled properly after switching screen resolution to 1080p. DP = PX * (160 / DPI) Change-Id: I7eba09b6da2eae6bd4274d3ad6acc85311d32db1
This commit is contained in:
@@ -196,7 +196,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">145px</dimen>
|
||||
<dimen name="status_bar_height_portrait">41.42857143dp</dimen>
|
||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||
|
||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
||||
|
||||
Reference in New Issue
Block a user