diff --git a/OsmAnd/res/layout/available_gpx.xml b/OsmAnd/res/layout/available_gpx.xml
new file mode 100644
index 0000000000..d4da1a36b1
--- /dev/null
+++ b/OsmAnd/res/layout/available_gpx.xml
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/layout/dash_audio_video_notes_item.xml b/OsmAnd/res/layout/dash_audio_video_notes_item.xml
deleted file mode 100644
index ff426d59f7..0000000000
--- a/OsmAnd/res/layout/dash_audio_video_notes_item.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/OsmAnd/res/layout/dash_favorites_item.xml b/OsmAnd/res/layout/dash_favorites_item.xml
index 20eacc6ec6..62c9076754 100644
--- a/OsmAnd/res/layout/dash_favorites_item.xml
+++ b/OsmAnd/res/layout/dash_favorites_item.xml
@@ -77,7 +77,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="4dp"
- android:textColor="@color/dashboard_descr_colol"
+ android:textColor="@color/icon_color_light"
android:textSize="@dimen/showAllButtonTextSize"/>
diff --git a/OsmAnd/res/layout/dash_gpx_track_item.xml b/OsmAnd/res/layout/dash_gpx_track_item.xml
index a3f4783d0b..5d714d5ce8 100644
--- a/OsmAnd/res/layout/dash_gpx_track_item.xml
+++ b/OsmAnd/res/layout/dash_gpx_track_item.xml
@@ -1,71 +1,106 @@
-
-
-
-
-
-
-
+ android:layout_height="wrap_content"
+ android:minHeight="@dimen/dashListItemHeight"
+ android:orientation="vertical">
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
diff --git a/OsmAnd/res/layout/dash_map_fragment.xml b/OsmAnd/res/layout/dash_map_fragment.xml
index a8d0e524de..4f10bd82da 100644
--- a/OsmAnd/res/layout/dash_map_fragment.xml
+++ b/OsmAnd/res/layout/dash_map_fragment.xml
@@ -22,7 +22,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="3"
- android:textColor="@color/dashboard_descr_colol"
+ android:textColor="@color/icon_color_light"
android:text="@string/loading_data"
android:textSize="@dimen/dashProgressTextSize"/>
diff --git a/OsmAnd/res/layout/dashboard.xml b/OsmAnd/res/layout/dashboard.xml
index 26d8a01a30..f7d2a148e9 100644
--- a/OsmAnd/res/layout/dashboard.xml
+++ b/OsmAnd/res/layout/dashboard.xml
@@ -60,13 +60,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
-
-
-
-
-
-
-
+
diff --git a/OsmAnd/res/layout/favourite_edit_dialog.xml b/OsmAnd/res/layout/favorite_edit_dialog.xml
similarity index 100%
rename from OsmAnd/res/layout/favourite_edit_dialog.xml
rename to OsmAnd/res/layout/favorite_edit_dialog.xml
diff --git a/OsmAnd/res/layout/favourites_list_item.xml b/OsmAnd/res/layout/favorites_list_item.xml
similarity index 98%
rename from OsmAnd/res/layout/favourites_list_item.xml
rename to OsmAnd/res/layout/favorites_list_item.xml
index 609391c1ae..69537c2b8a 100644
--- a/OsmAnd/res/layout/favourites_list_item.xml
+++ b/OsmAnd/res/layout/favorites_list_item.xml
@@ -84,7 +84,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="4dp"
- android:textColor="@color/dashboard_descr_colol"
+ android:textColor="@color/icon_color_light"
android:textSize="@dimen/showAllButtonTextSize"/>
diff --git a/OsmAnd/res/layout/local_index_list_item.xml b/OsmAnd/res/layout/local_index_list_item.xml
index 3a922e413d..3627ec48ce 100644
--- a/OsmAnd/res/layout/local_index_list_item.xml
+++ b/OsmAnd/res/layout/local_index_list_item.xml
@@ -15,8 +15,7 @@
android:focusable="false"
android:visibility="gone"
android:layout_marginRight="@dimen/local_index_check_right_margin"
- android:layout_marginTop="@dimen/favorites_icon_top_margin"
-/>
+ android:layout_marginTop="@dimen/favorites_icon_top_margin"/>
-
-
-
+
-
-
+
+ android:layout_gravity="center_vertical"
+ android:layout_marginRight="@dimen/local_index_check_right_margin"
+ android:focusable="false"
+ android:visibility="gone"/>
-
-
+ android:layout_gravity="center_vertical"
+ android:layout_marginRight="@dimen/favorites_icon_right_margin"
+ android:focusable="false"
+ android:src="@drawable/ic_sdcard"/>
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/OsmAnd/res/layout/search_history.xml b/OsmAnd/res/layout/search_history.xml
index d5eb46208d..b5d817024f 100644
--- a/OsmAnd/res/layout/search_history.xml
+++ b/OsmAnd/res/layout/search_history.xml
@@ -13,8 +13,6 @@