From 1b7760ff88ae5bfa3777fb971e7f256e4a868568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Borcz?= Date: Tue, 30 Apr 2019 17:45:37 +0200 Subject: [PATCH] Fix dark theme background with custom theme engine (#334) --- app/src/main/res/values-night/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 76347d54..342329dc 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -5,6 +5,7 @@ @color/colorPrimaryDark @color/colorPrimary @style/PreferenceThemeOverlay.v14.Material + @color/bottom_nav_background @color/bottom_nav_background @color/bottom_nav_background @color/divider_inverse