From 2557cda248f25fc6aa4999730a59558d2348b697 Mon Sep 17 00:00:00 2001 From: uykek Date: Tue, 2 Jun 2020 20:15:26 +0200 Subject: [PATCH] Add new theme attributes for light background colors, fonts and vector graphics --- app/src/main/res/values/attrs.xml | 8 +++++++- app/src/main/res/values/styles.xml | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index a6b3dae..2f0dcbc 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,2 +1,8 @@ - \ No newline at end of file + + + + + + + \ 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 75b60d3..dacce95 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -6,6 +6,9 @@ @color/colorPrimaryDark @color/colorPrimaryDark @color/colorAccent + @color/white + @color/white + @color/black @style/ToolbarStyle