From 2a49e0d96d4f8b269aca3553b748c41fbef61ef8 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Sun, 27 Dec 2015 10:14:32 +0300 Subject: [PATCH] Fix https://github.com/osmandapp/Osmand/issues/2080 --- OsmAnd/res/layout/map_context_menu_fragment.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/map_context_menu_fragment.xml b/OsmAnd/res/layout/map_context_menu_fragment.xml index f271294c8f..036e9b3a6a 100644 --- a/OsmAnd/res/layout/map_context_menu_fragment.xml +++ b/OsmAnd/res/layout/map_context_menu_fragment.xml @@ -11,6 +11,7 @@ android:id="@+id/context_menu_main" android:layout_width="match_parent" android:layout_height="match_parent" + android:clickable="true" android:orientation="vertical">