From 40446c25d9b396ffb0b572a9e9acc88713d85e15 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 2 Oct 2019 15:44:55 +0200 Subject: Use dark navigation bar in QR scanner activity * Use dark navigation bar on dark theme This approach uses `tools:targetApi` instead of separate theme file and avoids lint errors. * Use dark navigation bar in QR scanner activity This is consistent with the black background that is already used in that activity. --- src/main/res/values-v21/themes.xml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/main/res/values-v21/themes.xml (limited to 'src/main/res/values-v21/themes.xml') diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml deleted file mode 100644 index 47f419248..000000000 --- a/src/main/res/values-v21/themes.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3