From 73321efbe0892cb4a9df9e21c42791daf8470aa0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 10 Jan 2026 09:48:31 +0100 Subject: [PATCH] [android] Update place page colors Signed-off-by: Jean-Baptiste --- .../main/res/layout-land/elevation_profile_bottom_sheet.xml | 2 +- android/app/src/main/res/layout/elevation_profile.xml | 2 +- .../src/main/res/layout/elevation_profile_bottom_sheet.xml | 2 +- android/app/src/main/res/layout/place_page.xml | 2 +- android/app/src/main/res/layout/place_page_add.xml | 4 ++-- .../app/src/main/res/layout/place_page_container_fragment.xml | 2 +- android/app/src/main/res/layout/place_page_details.xml | 4 ++-- android/app/src/main/res/layout/place_page_editor.xml | 4 ++-- android/app/src/main/res/layout/place_page_map_too_old.xml | 2 +- android/app/src/main/res/layout/place_page_phone_fragment.xml | 2 +- android/app/src/main/res/layout/place_page_preview.xml | 2 +- android/app/src/main/res/layout/place_page_rating_records.xml | 2 +- android/app/src/main/res/layout/pp_buttons_fragment.xml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/android/app/src/main/res/layout-land/elevation_profile_bottom_sheet.xml b/android/app/src/main/res/layout-land/elevation_profile_bottom_sheet.xml index 561143c09..928d7d609 100644 --- a/android/app/src/main/res/layout-land/elevation_profile_bottom_sheet.xml +++ b/android/app/src/main/res/layout-land/elevation_profile_bottom_sheet.xml @@ -7,7 +7,7 @@ android:layout_height="wrap_content" android:paddingTop="@dimen/margin_base" android:paddingBottom="@dimen/margin_base" - android:background="?cardBackground" + android:background="?appBackground" android:clickable="true" android:focusable="true" android:fillViewport="true" diff --git a/android/app/src/main/res/layout/elevation_profile.xml b/android/app/src/main/res/layout/elevation_profile.xml index 8c1024775..b608e9b2f 100644 --- a/android/app/src/main/res/layout/elevation_profile.xml +++ b/android/app/src/main/res/layout/elevation_profile.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/elevation_profile_content_height" - android:background="?cardBackground" + android:background="?appBackground" android:orientation="vertical"> diff --git a/android/app/src/main/res/layout/place_page_container_fragment.xml b/android/app/src/main/res/layout/place_page_container_fragment.xml index 2e65d00f9..6def4d9db 100644 --- a/android/app/src/main/res/layout/place_page_container_fragment.xml +++ b/android/app/src/main/res/layout/place_page_container_fragment.xml @@ -9,7 +9,7 @@ android:layout_width="0dp" android:layout_height="0dp" android:layout_gravity="center_horizontal|top" - android:background="?ppBackground" + android:background="?appBackground" android:visibility="gone" /> @@ -13,7 +13,7 @@ diff --git a/android/app/src/main/res/layout/place_page_map_too_old.xml b/android/app/src/main/res/layout/place_page_map_too_old.xml index 61b4e3d20..ebdf267f2 100644 --- a/android/app/src/main/res/layout/place_page_map_too_old.xml +++ b/android/app/src/main/res/layout/place_page_map_too_old.xml @@ -9,7 +9,7 @@ android:layout_marginHorizontal="@dimen/margin_base" android:layout_marginTop="@dimen/margin_half" app:strokeWidth="1dp" app:strokeColor="@color/base_accent" -app:cardBackgroundColor="?cardBackground"> +app:cardBackgroundColor="?appBackground"> \ No newline at end of file diff --git a/android/app/src/main/res/layout/place_page_preview.xml b/android/app/src/main/res/layout/place_page_preview.xml index f1691ba64..c2aa9ef85 100644 --- a/android/app/src/main/res/layout/place_page_preview.xml +++ b/android/app/src/main/res/layout/place_page_preview.xml @@ -189,7 +189,7 @@ android:id="@+id/container" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?ppBackground" + android:background="?appBackground" android:orientation="horizontal">