From 2695bdddf8566b69b4db5f390e5a92b11f22336c Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 15 Nov 2020 14:34:59 -0500 Subject: [PATCH] Fix non-transparent navigation bar --- app/src/main/res/values/themes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index c2afe8e481..7d5bf6c820 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,5 +1,5 @@ - + @@ -46,6 +46,7 @@ ?attr/colorPrimary ?attr/colorPrimary + false true false @style/Theme.ActionMode @@ -135,6 +136,7 @@ ?attr/colorPrimary ?attr/colorPrimary + false true false @style/Theme.ActionMode