diff --git a/OsmAnd/res/layout/fragment_marker_menu_on_map.xml b/OsmAnd/res/layout/fragment_marker_menu_on_map.xml
index dca9b87443..0a157e20bc 100644
--- a/OsmAnd/res/layout/fragment_marker_menu_on_map.xml
+++ b/OsmAnd/res/layout/fragment_marker_menu_on_map.xml
@@ -55,8 +55,10 @@
android:id="@+id/marker_direction_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
android:layout_marginEnd="4dp"
android:layout_marginRight="4dp"
+ android:layout_marginTop="1sp"
tools:src="@drawable/ic_direction_arrow"/>