From 0db233e5c749e0a56ff27dea258efcbc50760e83 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 9 Mar 2020 22:11:41 +0530 Subject: Use dark system bars on API 21 Light system bars didn't come around until API 23. Signed-off-by: Harsh Shandilya --- ui/src/main/res/values-v21/styles.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ui/src/main/res/values-v21/styles.xml (limited to 'ui/src/main/res/values-v21') diff --git a/ui/src/main/res/values-v21/styles.xml b/ui/src/main/res/values-v21/styles.xml new file mode 100644 index 00000000..c90c66f7 --- /dev/null +++ b/ui/src/main/res/values-v21/styles.xml @@ -0,0 +1,24 @@ + + + + -- cgit v1.2.3