diff --git a/android/res/layout-land/fragment_ads_removal_purchase_dialog.xml b/android/res/layout-land/fragment_ads_removal_purchase_dialog.xml index 30f10acc5b..f6e344afea 100644 --- a/android/res/layout-land/fragment_ads_removal_purchase_dialog.xml +++ b/android/res/layout-land/fragment_ads_removal_purchase_dialog.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_height="match_parent" android:layout_width="match_parent" + android:background="?cardBackground" android:fillViewport="true"> + android:gravity="center" + tools:text="@string/remove_ads"/> + android:gravity="center" + tools:text="@string/remove_ads"/> @@ -74,7 +75,7 @@ android:layout_height="wrap_content" android:minHeight="@dimen/primary_button_min_height" android:textAppearance="@style/MwmTextAppearance.Body4" - android:background="?attr/clickableBackground" + android:background="?clickableBackground" android:gravity="start|center_vertical" android:padding="@dimen/margin_half_plus" android:visibility="gone"/> diff --git a/android/res/layout/ads_removal_progress_container.xml b/android/res/layout/ads_removal_progress_container.xml index eced1befb8..2f1a737eae 100644 --- a/android/res/layout/ads_removal_progress_container.xml +++ b/android/res/layout/ads_removal_progress_container.xml @@ -21,5 +21,6 @@ android:gravity="center" android:singleLine="true" android:ellipsize="end" - android:textSize="@dimen/text_size_body_2"/> + android:textSize="@dimen/text_size_body_2" + tools:text="@string/remove_ads"/> diff --git a/android/res/layout/fragment_ads_removal_purchase_dialog.xml b/android/res/layout/fragment_ads_removal_purchase_dialog.xml index 358b646084..62667cbed5 100644 --- a/android/res/layout/fragment_ads_removal_purchase_dialog.xml +++ b/android/res/layout/fragment_ads_removal_purchase_dialog.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_height="match_parent" android:layout_width="match_parent" + android:background="?cardBackground" android:fillViewport="true"> + tools:visibility="visible" + tools:text="@string/remove_ads_title"/>