From 2f35c36c83c9394b557b8c060e0efd8716f5beff Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Mon, 10 Jan 2022 12:31:27 +0100 Subject: [PATCH] Migrated to Material3 styles --- app/src/main/res/values-night/styles.xml | 16 ++++++++++++++++ app/src/main/res/values/styles.xml | 17 ++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 992fd9c6..4725c4a3 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -27,5 +27,21 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_primaryInverse + + false + ?attr/colorSurface + ?attr/colorSurface + none + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c38f4cdc..ce978ab8 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -27,6 +27,11 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_primaryInverse + + true + ?attr/colorSurface + ?attr/colorSurface + none - \ No newline at end of file