From 8b4326687c91d33f496a0f37dc5fc7e14388aca9 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sun, 17 Nov 2024 12:30:03 +0100 Subject: [PATCH] fixed color button issues, see bug #1038 --- .../app/src/main/res/values-night/themes.xml | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/android_app/app/src/main/res/values-night/themes.xml b/android_app/app/src/main/res/values-night/themes.xml index a988d38aa..a7119d6e2 100644 --- a/android_app/app/src/main/res/values-night/themes.xml +++ b/android_app/app/src/main/res/values-night/themes.xml @@ -27,7 +27,10 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_inversePrimary - @style/AppTheme.Dialog + @style/AppTheme.Dialog + @style/AppTheme.Dialog + @style/MaterialCalendarTheme + @style/MaterialPreferenceTheme @color/md_theme_dark_onPrimary @@ -35,8 +38,29 @@ @android:color/transparent - + + + + + + + +