Fix QQS side padding for icons and tiles.
Change-Id: I00b20bd705a1bbe3ee619188cee5e6cbd9f43eed Fixes: 77123524 Test: visual
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="14dp"
|
||||
android:layout_below="@id/quick_status_bar_system_icons"
|
||||
android:paddingEnd="@dimen/signal_cluster_battery_padding" >
|
||||
android:paddingEnd="@dimen/qs_header_tile_margin_horizontal" >
|
||||
|
||||
<com.android.systemui.statusbar.phone.StatusIconContainer
|
||||
android:id="@+id/statusIcons"
|
||||
|
||||
@@ -18,5 +18,5 @@
|
||||
<resources>
|
||||
<dimen name="nav_content_padding">8dp</dimen>
|
||||
<dimen name="rounded_corner_content_padding">8dp</dimen>
|
||||
<dimen name="qs_header_tile_margin_horizontal">5dp</dimen>
|
||||
<dimen name="qs_header_tile_margin_horizontal">13dp</dimen>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user