diff --git a/OsmAnd/res/layout-land/dash_search_fragment.xml b/OsmAnd/res/layout-land/dash_search_fragment.xml
index 27a14f2e74..eaa2a6fc42 100644
--- a/OsmAnd/res/layout-land/dash_search_fragment.xml
+++ b/OsmAnd/res/layout-land/dash_search_fragment.xml
@@ -3,7 +3,6 @@
android:id="@+id/search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
android:background="@drawable/bg_cardui"
android:orientation="vertical" >
diff --git a/OsmAnd/res/layout-large-land/dashboard.xml b/OsmAnd/res/layout-large-land/dashboard.xml
index 569f52b4c6..07ea25e8ec 100644
--- a/OsmAnd/res/layout-large-land/dashboard.xml
+++ b/OsmAnd/res/layout-large-land/dashboard.xml
@@ -8,7 +8,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:padding="6dp" >
+ android:padding="@dimen/dashPadding" >
@@ -66,12 +69,14 @@
@@ -84,7 +89,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:visibility="gone"
- android:padding="6dp"
+ android:padding="@dimen/dashPadding"
android:baselineAligned="false">
+ android:textSize="@dimen/dashAboutTextSize" />
diff --git a/OsmAnd/res/layout-large/dashboard.xml b/OsmAnd/res/layout-large/dashboard.xml
deleted file mode 100644
index 93d694967e..0000000000
--- a/OsmAnd/res/layout-large/dashboard.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/OsmAnd/res/layout/dash_audio_video_notes_plugin.xml b/OsmAnd/res/layout/dash_audio_video_notes_plugin.xml
index dd9f77aa07..926b742694 100644
--- a/OsmAnd/res/layout/dash_audio_video_notes_plugin.xml
+++ b/OsmAnd/res/layout/dash_audio_video_notes_plugin.xml
@@ -3,13 +3,12 @@
+ android:layout_height="@dimen/dashHeaderHeight">
diff --git a/OsmAnd/res/layout/dash_download_maps_fragment.xml b/OsmAnd/res/layout/dash_download_maps_fragment.xml
index ffd74770ee..d20219834d 100644
--- a/OsmAnd/res/layout/dash_download_maps_fragment.xml
+++ b/OsmAnd/res/layout/dash_download_maps_fragment.xml
@@ -7,7 +7,7 @@
android:layout_height="wrap_content">
+ android:layout_height="@dimen/dashHeaderHeight">