Remove resource overlays for system bar heights
With the new added APIs, we don't need to overlay status_bar_height that contains cutout size and quick_qs_offset_height anymore. Bug: 186604541 Test: make Change-Id: I474e7272c3240bbc36ddbb43f565e0eaed96b29e
This commit is contained in:
parent
1b06962002
commit
0aa99d3b57
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