diff --git a/OsmAnd/res/layout-land/fragment_measurement_tool.xml b/OsmAnd/res/layout-land/fragment_measurement_tool.xml
index 18d1a984b8..3c000d4272 100644
--- a/OsmAnd/res/layout-land/fragment_measurement_tool.xml
+++ b/OsmAnd/res/layout-land/fragment_measurement_tool.xml
@@ -14,242 +14,258 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:clickable="true"
+ android:orientation="vertical"
tools:background="@drawable/bg_bottom_menu_dark">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:minHeight="0dp"
+ android:visibility="gone"
+ tools:visibility="visible"/>
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
-
+ android:layout_height="wrap_content"
+ android:layout_weight="0.45"
+ android:background="?attr/selectableItemBackground"
+ android:paddingBottom="14dp"
+ android:paddingTop="14dp">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ android:paddingTop="14dp"
+ tools:src="@drawable/ic_action_undo_dark"/>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/OsmAnd/res/layout/fragment_measurement_tool.xml b/OsmAnd/res/layout/fragment_measurement_tool.xml
index 469d957f9e..fb49b84a40 100644
--- a/OsmAnd/res/layout/fragment_measurement_tool.xml
+++ b/OsmAnd/res/layout/fragment_measurement_tool.xml
@@ -17,6 +17,15 @@
android:clickable="true"
android:orientation="vertical">
+
+