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"