From fc791b437106c47850e67123d4176a890558295e Mon Sep 17 00:00:00 2001 From: daveyannihilation Date: Sun, 21 Oct 2018 05:26:25 +0800 Subject: [PATCH] Fix Dark theme to display cards as slightly lighter than background as per Material Design standards. Also redirect colors to app as opposed to calling on framework --- app/src/full/res/values/styles.xml | 4 ++-- app/src/main/res/values/colors.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/full/res/values/styles.xml b/app/src/full/res/values/styles.xml index fab2c35e6..590186b59 100644 --- a/app/src/full/res/values/styles.xml +++ b/app/src/full/res/values/styles.xml @@ -39,11 +39,11 @@