From 20a688505ae8b1f69eb2072efea864b9b2d81f71 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..ccf87f6c4 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="?windowBackgroundForced" + android:backgroundTint="?windowBackgroundForced" 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..604eff515 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="?windowBackgroundForced" + android:backgroundTint="?windowBackgroundForced" android:text="@string/edit_place"/>