Merge "Add padding to notif shade footer pill" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-21 18:13:34 +00:00
committed by Android (Google) Code Review

View File

@@ -31,6 +31,7 @@
android:id="@+id/manage_text"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_marginTop="16dp"
android:layout_gravity="start"
android:background="@drawable/notif_footer_btn_background"
android:focusable="true"
@@ -43,6 +44,7 @@
android:id="@+id/dismiss_text"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_marginTop="16dp"
android:layout_gravity="end"
android:background="@drawable/notif_footer_btn_background"
android:focusable="true"