Skip to content

Commit a47316c

Browse files
John SpurlockAndroid (Google) Code Review
authored andcommitted
Merge "QS: Add 8dp above and below the tile panel." into lmp-dev
2 parents 0e32f6b + f379af5 commit a47316c

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)