Skip to content

Commit aa8042f

Browse files
Mygodhunterstich
authored andcommitted
[BottomSheet] Make touch_outside unfocusable
Resolves material-components#974 GIT_ORIGIN_REV_ID=682a8b7ac7eb4bcdc238e04c14349b7beb4a8185 PiperOrigin-RevId: 304632071
1 parent b7d46c4 commit aa8042f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java/com/google/android/material/bottomsheet/res/layout/design_bottom_sheet_dialog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
android:id="@+id/touch_outside"
3434
android:layout_width="match_parent"
3535
android:layout_height="match_parent"
36+
android:focusable="false"
3637
android:importantForAccessibility="no"
3738
android:soundEffectsEnabled="false"
3839
tools:ignore="UnusedAttribute"/>

0 commit comments

Comments
 (0)