Skip to content

Commit 2749544

Browse files
leticiarossipekingme
authored andcommitted
[OverflowLinearLayout] Add filterTouchesWhenObscured=true to button layout.
PiperOrigin-RevId: 758795342
1 parent 914900e commit 2749544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/java/com/google/android/material/overflow/res/layout/m3_overflow_button.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
-->
1717
<com.google.android.material.button.MaterialButton
1818
xmlns:android="http://schemas.android.com/apk/res/android"
19+
style="?attr/overflowLinearLayoutOverflowButtonStyle"
1920
android:layout_width="wrap_content"
2021
android:layout_height="wrap_content"
2122
android:id="@+id/overflow_button"
22-
style="?attr/overflowLinearLayoutOverflowButtonStyle"/>
23+
android:filterTouchesWhenObscured="true"/>

0 commit comments

Comments
 (0)