From e2539a53b9c600d5f8a534fcbf3b0465705f81ab Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sun, 3 Jul 2022 14:10:36 +0200 Subject: [PATCH] Set navigation bar color to background color --- app/src/main/res/values/styles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cb91ec7..e9e1ac5 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -4,6 +4,7 @@ @color/secondary @color/primary @color/dialogDarkBackground + ?android:attr/colorBackground @color/primary #181818 #5B5A5C @@ -28,6 +29,7 @@