Remove resource overlays for system bar heights am: b13036e2d1 am: 8239bba15b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16044454 Change-Id: I6a3fc7d4f4c219a4b5a8c263f62f8c1f4f481f58
This commit is contained in:
commit
018c96c60f
1 changed files with 4 additions and 2 deletions
|
@ -103,8 +103,10 @@
|
||||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||||
<dimen name="rounded_corner_radius_adjustment">25px</dimen>
|
<dimen name="rounded_corner_radius_adjustment">25px</dimen>
|
||||||
|
|
||||||
<!-- Height of the status bar -->
|
<!-- Height of the status bar.
|
||||||
<dimen name="status_bar_height_portrait">28dp</dimen>
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
|
-->
|
||||||
|
<dimen name="status_bar_height">28dp</dimen>
|
||||||
|
|
||||||
<!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
|
<!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
|
||||||
<dimen name="quick_qs_offset_height">171px</dimen>
|
<dimen name="quick_qs_offset_height">171px</dimen>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue