oriole: Switch status_bar_height_{default|landscape} to dp
This matches all the other devices, there is no reason for this value to be in px. Change-Id: Ic31ceae0df31115df053474eb64b6f34dd750bde
This commit is contained in:
@@ -93,9 +93,9 @@
|
||||
<!-- Height of the status bar.
|
||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||
-->
|
||||
<dimen name="status_bar_height_default">74px</dimen>
|
||||
<dimen name="status_bar_height_default">28dp</dimen>
|
||||
<dimen name="status_bar_height_portrait">128px</dimen>
|
||||
<dimen name="status_bar_height_landscape">74px</dimen>
|
||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||
|
||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||
|
||||
Reference in New Issue
Block a user