aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-v21/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-10-02 15:44:55 +0200
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-10-02 15:44:55 +0200
commit40446c25d9b396ffb0b572a9e9acc88713d85e15 (patch)
tree5c854380a1c0c52b1d1056e2fa3c84c139bda830 /src/main/res/values-v21/themes.xml
parentd76882631c6f1d22e4857477439113987ce2a01d (diff)
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.
Diffstat (limited to '')
-rw-r--r--src/main/res/values-v21/themes.xml7
1 files changed, 0 insertions, 7 deletions
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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <style name="ConversationsTheme.Dark" parent="ConversationsTheme.Dark.Base">
- <item name="android:navigationBarColor">@color/realblack</item>
- </style>
-</resources> \ No newline at end of file