diff --git a/android/res/layout/fragment_downloader.xml b/android/res/layout/fragment_downloader.xml
index 9f9c0ea694..60f81b2c7d 100644
--- a/android/res/layout/fragment_downloader.xml
+++ b/android/res/layout/fragment_downloader.xml
@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.Floating"
+ android:background="?windowBackgroundForced"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/android/res/layout/fragment_suggest_country_download.xml b/android/res/layout/fragment_suggest_country_download.xml
index 5d7fc647e8..40aab91e7d 100644
--- a/android/res/layout/fragment_suggest_country_download.xml
+++ b/android/res/layout/fragment_suggest_country_download.xml
@@ -12,6 +12,7 @@
android:id="@+id/ll__select_download"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:minWidth="@dimen/placeholder_size"
android:layout_gravity="center"
android:gravity="center_horizontal"
android:orientation="vertical"
@@ -79,14 +80,6 @@
android:layout_marginTop="@dimen/margin_half"
android:text="@string/search_select_map"
android:textAppearance="@style/MwmTextAppearance.Body1"/>
-
-