Merge "Make widget pickers edit text box parent focusable." into sc-v2-dev am: 8857382282 am: 388d7bb4a6

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

Change-Id: I23a4ce63b68248d6efb88cbf7713c4f2d46b02fe
diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml
index 0fc0ff8..309dc42 100644
--- a/res/layout/widgets_full_sheet.xml
+++ b/res/layout/widgets_full_sheet.xml
@@ -25,7 +25,9 @@
         android:id="@+id/container"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:background="@drawable/bg_widgets_full_sheet">
+        android:background="@drawable/bg_widgets_full_sheet"
+        android:focusable="true"
+        android:importantForAccessibility="no">
 
         <View
             android:id="@+id/collapse_handle"