From 9847b58efb1102ab8cee650f25d3138f325d1588 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 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