diff --git a/android/app/src/main/res/layout/fragment_suggest_country_download.xml b/android/app/src/main/res/layout/fragment_suggest_country_download.xml index 3bfa31c55..f668b2c5b 100644 --- a/android/app/src/main/res/layout/fragment_suggest_country_download.xml +++ b/android/app/src/main/res/layout/fragment_suggest_country_download.xml @@ -6,7 +6,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?windowBackgroundForced" android:animateLayoutChanges="true" android:clickable="true" android:clipToPadding="false" diff --git a/android/app/src/main/res/layout/item_feature_category_footer.xml b/android/app/src/main/res/layout/item_feature_category_footer.xml index 2e0fc5182..65b272659 100644 --- a/android/app/src/main/res/layout/item_feature_category_footer.xml +++ b/android/app/src/main/res/layout/item_feature_category_footer.xml @@ -6,7 +6,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_gravity="center" android:orientation="vertical" - android:background="?windowBackgroundForced" + android:background="?cardBackground" android:padding="@dimen/margin_base"> diff --git a/android/app/src/main/res/layout/item_missed_map_group.xml b/android/app/src/main/res/layout/item_missed_map_group.xml index 0075e42bb..8cd010bdc 100644 --- a/android/app/src/main/res/layout/item_missed_map_group.xml +++ b/android/app/src/main/res/layout/item_missed_map_group.xml @@ -7,6 +7,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="?cardBackground" android:minHeight="@dimen/height_item_oneline" android:paddingStart="@dimen/margin_base_plus" android:paddingEnd="@dimen/margin_base_plus">