Skip to content

Commit f379af5

Browse files
author
John Spurlock
committed
QS: Add 8dp above and below the tile panel.
Change-Id: I5ca21cb46e87b8c3707216d0aad90131560d9a2e
1 parent a4215ce commit f379af5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/SystemUI/res/layout/qs_panel.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
android:background="@drawable/qs_background_primary"
22+
android:paddingTop="8dp"
23+
android:paddingBottom="8dp"
2224
android:elevation="2dp">
2325

2426
<com.android.systemui.qs.QSPanel

0 commit comments

Comments
 (0)