Merge "Correct "cropping" of widget picker's search bar" into sc-dev am: ed40c7735e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14386337

Change-Id: I94d1ef06e8cdc36d5696f67b83a26e512641ce41
diff --git a/res/layout/widgets_search_bar.xml b/res/layout/widgets_search_bar.xml
index 103f296..b416906 100644
--- a/res/layout/widgets_search_bar.xml
+++ b/res/layout/widgets_search_bar.xml
@@ -6,6 +6,7 @@
     android:layout_height="wrap_content"
     android:orientation="horizontal"
     android:layout_marginTop="16dp"
+    android:layout_marginBottom="1dp"
     android:background="@drawable/bg_widgets_searchbox"
     android:elevation="2dp">