From 2704ad7268936022ecdebb30cb050f9642d6e7b8 Mon Sep 17 00:00:00 2001 From: PavelRatushnyi Date: Wed, 13 Dec 2017 22:46:50 +0200 Subject: [PATCH] Fix main actions height --- OsmAnd/res/layout/map_context_menu_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/map_context_menu_fragment.xml b/OsmAnd/res/layout/map_context_menu_fragment.xml index 781de51c44..c148cb3b8c 100644 --- a/OsmAnd/res/layout/map_context_menu_fragment.xml +++ b/OsmAnd/res/layout/map_context_menu_fragment.xml @@ -366,7 +366,7 @@ android:paddingRight="@dimen/context_menu_padding_margin_small" android:id="@+id/context_menu_buttons" android:layout_width="match_parent" - android:layout_height="@dimen/context_menu_action_buttons_height" + android:layout_height="wrap_content" android:orientation="horizontal">