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

This commit is contained in:
TreeHugger Robot 2021-09-24 18:17:10 +00:00 committed by Android (Google) Code Review
commit 8857382282
1 changed files with 3 additions and 1 deletions

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"