Disable tooltip in the 3-dot menu
Otherwise, the view intercepts touch events and the expander view never gets them.
This commit is contained in:
parent
4f8176ac10
commit
e12ff7f701
@ -27,6 +27,7 @@
|
||||
a:layout_width="20dp"
|
||||
a:layout_height="36dp"
|
||||
a:layout_gravity="top|end"
|
||||
a:tooltipText="@null"
|
||||
a:clickable="false"
|
||||
a:focusable="false"
|
||||
a:focusableInTouchMode="false"
|
||||
|
Loading…
Reference in New Issue
Block a user