From 3cc8de12682ce7f68bc17afc09b01ea6702b5b87 Mon Sep 17 00:00:00 2001 From: fbaron Date: Wed, 14 Jun 2023 11:26:37 -0700 Subject: [PATCH] Fix padding/margin for widgets in widgetpicker Fix: 287079143 Test: Verify that the there's enough margin in between widgets and their container in widget picker Change-Id: I6c8cbf075541d6db734fbbc5c0e2386b41c7edac --- res/layout/widget_cell.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml index 55dd1de034..9868e20c2c 100644 --- a/res/layout/widget_cell.xml +++ b/res/layout/widget_cell.xml @@ -19,6 +19,7 @@ android:layout_height="wrap_content" android:paddingHorizontal="@dimen/widget_cell_horizontal_padding" android:paddingVertical="@dimen/widget_cell_vertical_padding" + android:layout_marginHorizontal="@dimen/widget_cell_horizontal_padding" android:layout_weight="1" android:orientation="vertical" android:focusable="true"