We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914900e commit 2749544Copy full SHA for 2749544
lib/java/com/google/android/material/overflow/res/layout/m3_overflow_button.xml
@@ -16,7 +16,8 @@
16
-->
17
<com.google.android.material.button.MaterialButton
18
xmlns:android="http://schemas.android.com/apk/res/android"
19
+ style="?attr/overflowLinearLayoutOverflowButtonStyle"
20
android:layout_width="wrap_content"
21
android:layout_height="wrap_content"
22
android:id="@+id/overflow_button"
- style="?attr/overflowLinearLayoutOverflowButtonStyle"/>
23
+ android:filterTouchesWhenObscured="true"/>
0 commit comments