From 9f80ecfc83d69f795e434688f67d1e015d2d8389 Mon Sep 17 00:00:00 2001 From: Shamali P Date: Mon, 18 Nov 2024 20:41:12 +0000 Subject: [PATCH] Add container around the previews in the pin widget sheet. We did it in past for app-specific picker. Updating the same for the pin sheet - verified change with Jane Park. Bug: 379675391 Flag: EXEMPT BUGFIX Test: Verified with pin sheet and wallpaper colors Change-Id: I37e7ac93757e95e1940567e800a376256e0b8ed8 --- res/layout/add_item_confirmation_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/add_item_confirmation_activity.xml b/res/layout/add_item_confirmation_activity.xml index d113a38ac8..2bb2eb3097 100644 --- a/res/layout/add_item_confirmation_activity.xml +++ b/res/layout/add_item_confirmation_activity.xml @@ -71,7 +71,8 @@ android:id="@+id/widget_preview_scroll_view" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginVertical="16dp" + android:layout_margin="16dp" + android:background="@drawable/widgets_surface_background" android:layout_weight="1">