From e12ff7f70129e29bde264a6f87b278568b933f40 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Sun, 29 Apr 2018 22:48:10 +0200 Subject: [PATCH] Disable tooltip in the 3-dot menu Otherwise, the view intercepts touch events and the expander view never gets them. --- .../main/res/layout/activity_main_editor_with_overflow_menu.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_main_editor_with_overflow_menu.xml b/app/src/main/res/layout/activity_main_editor_with_overflow_menu.xml index c3b5b884..45fb1bf5 100644 --- a/app/src/main/res/layout/activity_main_editor_with_overflow_menu.xml +++ b/app/src/main/res/layout/activity_main_editor_with_overflow_menu.xml @@ -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"