summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/values-v23
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main/res/values-v23')
-rw-r--r--ui/src/main/res/values-v23/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/src/main/res/values-v23/styles.xml b/ui/src/main/res/values-v23/styles.xml
new file mode 100644
index 00000000..f6c74dd4
--- /dev/null
+++ b/ui/src/main/res/values-v23/styles.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="AppTheme" parent="AppThemeBase">
+ <item name="android:statusBarColor">?android:colorBackground</item>
+ <item name="android:windowLightStatusBar">@bool/light_status_bar</item>
+ </style>
+</resources>