diff --git a/android/res/layout/activity_download_resources.xml b/android/res/layout/activity_download_resources.xml
index 27c37f1f1a..e0460ba76e 100644
--- a/android/res/layout/activity_download_resources.xml
+++ b/android/res/layout/activity_download_resources.xml
@@ -1,62 +1,63 @@
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:orientation="vertical">
+ android:id="@+id/tv__download_message"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_base_plus"
+ android:drawableLeft="@drawable/ic_launcher"
+ android:drawablePadding="@dimen/margin_base"
+ android:drawableStart="@drawable/ic_launcher"
+ android:padding="@dimen/margin_half"
+ android:textAppearance="@style/MwmTextAppearance.Body2"
+ tools:text="@string/download_resources"/>
+ android:id="@+id/pb__download_resources"
+ style="@style/Widget.AppCompat.ProgressBar.Horizontal"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_base_plus"
+ android:indeterminate="false"
+ android:minWidth="200dp"/>
+ android:id="@+id/btn__download_resources"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_base_plus"
+ android:textAppearance="@style/MwmTextAppearance.Body1"
+ android:text="@string/download"/>
+ android:id="@+id/tv__location"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_base_plus"
+ android:gravity="center_horizontal"
+ android:text="@string/getting_position"
+ android:textAppearance="@style/MwmTextAppearance.Body2"
+ android:visibility="gone"/>
+ android:id="@+id/chb__download_country"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_base_plus"
+ android:text="@string/download_country_ask"
+ android:textAppearance="@style/MwmTextAppearance.Body2"
+ android:visibility="gone"/>
\ No newline at end of file
diff --git a/android/res/layout/item_bookmark_category.xml b/android/res/layout/item_bookmark_category.xml
index fd0e4a55da..8af9b9cdb7 100644
--- a/android/res/layout/item_bookmark_category.xml
+++ b/android/res/layout/item_bookmark_category.xml
@@ -1,41 +1,44 @@
-
+
+ android:id="@+id/iv__set_visible"
+ android:layout_width="@dimen/height_item_oneline"
+ android:layout_height="@dimen/height_item_oneline"
+ android:layout_weight="0"
+ android:background="?clickableBackground"
+ android:scaleType="center"
+ tools:src="@drawable/ic_bookmark_show"/>
+ android:id="@+id/tv__set_name"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="@dimen/margin_base"
+ android:layout_marginStart="@dimen/margin_base"
+ android:layout_weight="1"
+ android:ellipsize="marquee"
+ android:singleLine="true"
+ android:textAppearance="@style/MwmTextAppearance.Body1"
+ tools:text="Bookmark name looooooooooooooooooongasdasdasd"/>
+ android:id="@+id/tv__set_size"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:textAppearance="@style/MwmTextAppearance.Body2"
+ tools:text="42000000"/>
\ No newline at end of file