diff --git a/android/res/layout/downloader_item.xml b/android/res/layout/downloader_item.xml
index c47631d6c0..8b1e7e457f 100644
--- a/android/res/layout/downloader_item.xml
+++ b/android/res/layout/downloader_item.xml
@@ -75,13 +75,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/MwmTextAppearance.Body3"
- tools:text="100 / 200 MB"/>
+ tools:text="200 MB"/>
+ tools:text="10"/>
diff --git a/android/res/layout/toolbar_downloader.xml b/android/res/layout/toolbar_downloader.xml
index c0f507a974..f2fd166c17 100644
--- a/android/res/layout/toolbar_downloader.xml
+++ b/android/res/layout/toolbar_downloader.xml
@@ -7,19 +7,18 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
+ android:gravity="right|center_vertical">
diff --git a/android/res/layout/toolbar_search_controls.xml b/android/res/layout/toolbar_search_controls.xml
index 94fa348e9a..7334bf1e8a 100644
--- a/android/res/layout/toolbar_search_controls.xml
+++ b/android/res/layout/toolbar_search_controls.xml
@@ -1,7 +1,13 @@
-
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/frame"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="horizontal"
+ android:baselineAligned="false"
+ android:gravity="center_vertical">
-
\ No newline at end of file
+
diff --git a/android/res/layout/toolbar_with_search.xml b/android/res/layout/toolbar_with_search.xml
index 17c17b5375..4e4cba6045 100644
--- a/android/res/layout/toolbar_with_search.xml
+++ b/android/res/layout/toolbar_with_search.xml
@@ -6,13 +6,5 @@
android:theme="@style/MwmWidget.ToolbarTheme"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
-
-
-
+
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
index e443fc72f2..849c042e70 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -176,6 +176,7 @@