From ff8f42214bde756403f66d12038b4c06d6285d9c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 11 Nov 2025 20:32:25 +0100 Subject: [PATCH] [android] Fix background color of edit buttons on Android 5 Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/place_page_add.xml | 3 +++ android/app/src/main/res/layout/place_page_editor.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/android/app/src/main/res/layout/place_page_add.xml b/android/app/src/main/res/layout/place_page_add.xml index da7852d2f..9f36d2729 100644 --- a/android/app/src/main/res/layout/place_page_add.xml +++ b/android/app/src/main/res/layout/place_page_add.xml @@ -2,6 +2,7 @@ @@ -11,5 +12,7 @@ style="@style/MwmWidget.M3.Button.Secondary" android:layout_height="wrap_content" android:layout_width="match_parent" + app:backgroundTint="?cardBackground" + android:backgroundTint="?cardBackground" android:text="@string/placepage_add_place_button" /> diff --git a/android/app/src/main/res/layout/place_page_editor.xml b/android/app/src/main/res/layout/place_page_editor.xml index c085142d6..c9ed264ae 100644 --- a/android/app/src/main/res/layout/place_page_editor.xml +++ b/android/app/src/main/res/layout/place_page_editor.xml @@ -2,6 +2,7 @@ @@ -10,5 +11,7 @@ style="@style/MwmWidget.M3.Button.Secondary" android:layout_height="wrap_content" android:layout_width="match_parent" + app:backgroundTint="?cardBackground" + android:backgroundTint="?cardBackground" android:text="@string/edit_place"/>