diff --git a/packages/SystemUI/res/layout/notification_snooze.xml b/packages/SystemUI/res/layout/notification_snooze.xml index 11ec02575e97d..8b5368098c009 100644 --- a/packages/SystemUI/res/layout/notification_snooze.xml +++ b/packages/SystemUI/res/layout/notification_snooze.xml @@ -21,6 +21,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" + android:paddingTop="2dp" + android:paddingBottom="2dp" android:background="?androidprv:attr/colorSurface" android:theme="@style/Theme.SystemUI">