From 5b3db3342a950e35f842485c33c2cac964c91411 Mon Sep 17 00:00:00 2001 From: uykek Date: Sun, 7 Jun 2020 10:31:56 +0200 Subject: [PATCH] Add new theme attribute and style to configure specific layouts for the night mode --- app/src/main/res/values-night/styles.xml | 7 +++++++ app/src/main/res/values/attrs.xml | 1 + app/src/main/res/values/styles.xml | 7 +++++++ 3 files changed, 15 insertions(+) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index ad5bb0a..920deaf 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -11,6 +11,7 @@ @color/white @color/white @color/middleblue + @color/black @color/transparent @style/ToolbarStyle @color/lightblue @@ -35,6 +36,12 @@ true + + + +