From 7af2ff2bb40a531754d2473c9d1a8eec9a06aa99 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Tue, 10 Dec 2019 20:19:55 +0530 Subject: [PATCH] Correcting dark mode color --- app/src/main/res/values-night-v27/styles.xml | 3 +++ app/src/main/res/values-night/styles.xml | 4 +++- app/src/main/res/values/colors.xml | 6 +++--- app/src/main/res/values/styles_parents.xml | 2 ++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values-night-v27/styles.xml b/app/src/main/res/values-night-v27/styles.xml index 130a8f371..69f875c28 100644 --- a/app/src/main/res/values-night-v27/styles.xml +++ b/app/src/main/res/values-night-v27/styles.xml @@ -33,5 +33,8 @@ @drawable/rect_selector @style/Widget.ActionButton.Overflow false + + @color/darkColorPrimary + @color/darkColorSurface \ No newline at end of file diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index f2672d6ff..e53f21ee5 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -31,6 +31,8 @@ @drawable/round_selector @drawable/rect_selector @style/Widget.ActionButton.Overflow - false + + @color/darkColorPrimary + @color/darkColorSurface \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 6b3b42d40..877d7921e 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -19,14 +19,14 @@ #202124 #ffffff #202124 - #121212 - #3C4043 + #202124 + #17181a #000000 #ffffff #000000 #000000 - #000000 + #17181a #00000000 diff --git a/app/src/main/res/values/styles_parents.xml b/app/src/main/res/values/styles_parents.xml index c2c7bdd49..214796858 100644 --- a/app/src/main/res/values/styles_parents.xml +++ b/app/src/main/res/values/styles_parents.xml @@ -39,6 +39,8 @@ @style/MaterialAlertDialogTheme @style/MaterialButtonTheme + + @color/darkColorSurface