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:
parent
cded2e1901
commit
51d51d1dc0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue