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:
Sergey Solovyev 2018-04-29 22:48:10 +02:00
parent 4f8176ac10
commit e12ff7f701

View File

@ -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"