From 7f075d9bef7f9ad7a6dca7a055d574e7edb25760 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Mon, 1 Dec 2025 18:44:33 +0100 Subject: [PATCH] [android] Remove custom color for unchecked checkbox Signed-off-by: Jean-Baptiste --- .../app/src/main/res/layout/button_with_progress.xml | 1 - android/app/src/main/res/layout/item_cuisine.xml | 3 +-- android/app/src/main/res/layout/item_timetable.xml | 12 ------------ android/app/src/main/res/values/styles-editor.xml | 1 - 4 files changed, 1 insertion(+), 16 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 aa1aa3eba..7bc387340 100644 --- a/android/app/src/main/res/layout/button_with_progress.xml +++ b/android/app/src/main/res/layout/button_with_progress.xml @@ -13,7 +13,6 @@ android:layout_marginStart="@dimen/margin_base" android:text="@string/download_country_ask" android:textAppearance="?fontBody2" - app:buttonTint="?colorSecondary" android:visibility="gone" tools:visibility="visible"/> + android:layout_marginEnd="@dimen/margin_double" /> @@ -70,8 +68,6 @@ @@ -88,8 +84,6 @@ @@ -106,8 +100,6 @@ @@ -124,8 +116,6 @@ @@ -146,8 +136,6 @@ diff --git a/android/app/src/main/res/values/styles-editor.xml b/android/app/src/main/res/values/styles-editor.xml index afedc6020..52bf50066 100644 --- a/android/app/src/main/res/values/styles-editor.xml +++ b/android/app/src/main/res/values/styles-editor.xml @@ -38,7 +38,6 @@ wrap_content wrap_content true - ?colorAccent