Support status_bar_padding_top

Also remove sw372dp override for rounded_corner_content_padding because
I'm pretty sure it's incorrect

Bug: 123083161
Test: visual - no change in default configurations
Change-Id: If0d3ee9cc04bc134c0c0492c54557e9948dd995b
This commit is contained in:
Evan Laird
2019-04-10 11:19:28 -04:00
parent c4a1f88951
commit cc1f3b6155
3 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
android:layout_height="match_parent"
android:paddingStart="@dimen/status_bar_padding_start"
android:paddingEnd="@dimen/status_bar_padding_end"
android:paddingTop="@dimen/status_bar_padding_top"
android:orientation="horizontal"
>
<FrameLayout

View File

@@ -17,6 +17,5 @@
-->
<resources>
<dimen name="nav_content_padding">8dp</dimen>
<dimen name="rounded_corner_content_padding">8dp</dimen>
<dimen name="qs_header_tile_margin_horizontal">13dp</dimen>
</resources>

View File

@@ -238,6 +238,9 @@
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">8dp</dimen>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">0dp</dimen>
<!-- the radius of the overflow dot in the status bar -->
<dimen name="overflow_dot_radius">2dp</dimen>