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

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

Change-Id: I2ed46a2e6f49d012f1a28bc491084e3bb5c4b3ef
This commit is contained in:
TreeHugger Robot
2021-09-24 18:29:52 +00:00
committed by Automerger Merge Worker
+3 -1
View File
@@ -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"