From 1f498f468bd30683628d52b962d6b2ea89041f4f Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Tue, 31 May 2022 12:07:38 +0300 Subject: [PATCH] Use black navigation bar in black AMOLED theme Supported on API v21+, so added overrides in values-v21. --- app/src/main/res/values-v21/style.xml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/app/src/main/res/values-v21/style.xml b/app/src/main/res/values-v21/style.xml index 2985e1769..8a5e25912 100644 --- a/app/src/main/res/values-v21/style.xml +++ b/app/src/main/res/values-v21/style.xml @@ -191,4 +191,40 @@ @color/white + + \ No newline at end of file