aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-v23/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main/res/values-v23/styles.xml')
-rw-r--r--ui/src/main/res/values-v23/styles.xml8
1 files changed, 8 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..13feb8c3
--- /dev/null
+++ b/ui/src/main/res/values-v23/styles.xml
@@ -0,0 +1,8 @@
+<?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>