From 9e5064823ba13ad2c4e24b5d5e8f2e92bd79fe89 Mon Sep 17 00:00:00 2001 From: Jay Aliomer Date: Wed, 21 Apr 2021 12:19:59 -0400 Subject: [PATCH] Add padding to notif shade footer pill Test: visual Fixes: b/185924573 Change-Id: I2b98d46f030a15fe14fb94b26bf5a3e2f21dc561 --- packages/SystemUI/res/layout/status_bar_notification_footer.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/res/layout/status_bar_notification_footer.xml b/packages/SystemUI/res/layout/status_bar_notification_footer.xml index 91220e504a7e2..c3c291bb6de60 100644 --- a/packages/SystemUI/res/layout/status_bar_notification_footer.xml +++ b/packages/SystemUI/res/layout/status_bar_notification_footer.xml @@ -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"