From d587b4b2dc3b4b20559bc3c9cda894d5795001f4 Mon Sep 17 00:00:00 2001 From: uykek Date: Tue, 2 Jun 2020 21:13:02 +0200 Subject: [PATCH] Add all the theme attributes which are necessary for the win screen layout. --- app/src/main/res/values/attrs.xml | 2 ++ app/src/main/res/values/styles.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 2f0dcbc..6dbe1d6 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -4,5 +4,7 @@ + + \ 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 dacce95..d5042f9 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -9,6 +9,8 @@ @color/white @color/white @color/black + @color/middleblue + @color/transparent @style/ToolbarStyle