From 954dffca340f6c7757ca07aff617742c3f0eb9a6 Mon Sep 17 00:00:00 2001 From: ErikWaegerle Date: Wed, 29 Jul 2020 19:35:50 +0200 Subject: [PATCH] Customizing the styles-night.xml Creating the items "rankingCircleSelected" and "rankingCircleNotSelected. So that the circle is also visible in Dark Mode. --- app/src/main/res/values-night/styles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 81dbff3..b19b842 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -16,6 +16,8 @@ @style/ToolbarStyle @color/lightblue @color/middlegrey + @color/lightblue + @color/middlegrey @color/lightblue @color/middlegrey @color/yellow