From b9e8324b273bd15a425e93a3cc5241a543f64de3 Mon Sep 17 00:00:00 2001 From: ErikWaegerle Date: Sat, 29 Aug 2020 13:43:20 +0200 Subject: [PATCH] Customize the attrs.xml/ styles.xml/ styles.xml-night Insert a new attribute "menuTextColor" to adjust colors of menu items in the Navigation Drawer in DarkMode. --- app/src/main/res/values-night/styles.xml | 1 + app/src/main/res/values/attrs.xml | 1 + app/src/main/res/values/styles.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 0988338..0234adc 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -24,6 +24,7 @@ @color/cardview_dark_background @color/colorPrimaryDark @color/colorPrimaryDark + @color/white