From 6857ca8f90c9d3f56dac34f3ca83232a4b9b5ef0 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Tue, 22 Jul 2025 13:37:42 +0100 Subject: [PATCH] [android] fix checkbox colours after MaterialCheckbox migration Signed-off-by: Harry Bond --- .../main/res/layout/button_with_progress.xml | 1 + .../app/src/main/res/layout/item_cuisine.xml | 4 +++- .../app/src/main/res/layout/item_timetable.xml | 18 ++++++++++++------ .../app/src/main/res/values/styles-editor.xml | 1 + 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/android/app/src/main/res/layout/button_with_progress.xml b/android/app/src/main/res/layout/button_with_progress.xml index 770f5dcb2..e2ad9083e 100644 --- a/android/app/src/main/res/layout/button_with_progress.xml +++ b/android/app/src/main/res/layout/button_with_progress.xml @@ -13,6 +13,7 @@ android:layout_marginStart="@dimen/margin_base" android:text="@string/download_country_ask" android:textAppearance="?fontBody2" + app:buttonTint="?colorAccent" android:visibility="gone" tools:visibility="visible"/> + android:layout_marginEnd="@dimen/margin_double" + app:buttonTint="?colorAccent"/> + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -69,7 +70,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -86,7 +88,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -103,7 +106,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -120,7 +124,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> @@ -141,7 +146,8 @@ + android:layout_height="wrap_content" + style="@style/MwmWidget.Editor.DayCheckBox"/> diff --git a/android/app/src/main/res/values/styles-editor.xml b/android/app/src/main/res/values/styles-editor.xml index dfbe45030..e88d81250 100644 --- a/android/app/src/main/res/values/styles-editor.xml +++ b/android/app/src/main/res/values/styles-editor.xml @@ -38,6 +38,7 @@ wrap_content wrap_content true + ?colorAccent