From 36ac69d324b52203c1f6e9922c80c7ae1c3aaf9d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 20 Dec 2025 13:58:10 +0100 Subject: [PATCH] [android] Remove grey background on some views Signed-off-by: Jean-Baptiste --- .../src/main/res/layout/fragment_suggest_country_download.xml | 1 - .../app/src/main/res/layout/item_feature_category_footer.xml | 2 +- android/app/src/main/res/layout/item_missed_map.xml | 1 + android/app/src/main/res/layout/item_missed_map_group.xml | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) 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">