Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-05 22:06:51 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-05 22:06:51 +0300
commit6e4cc2ae2ad413e1790eced216611427bf8641af (patch)
tree388e75076326c56aaadc9d9ab50516ada48ceb05 /app/src/main/res/values-v23
parentd367bb058f86a7370ed39efc173200c4b69036f4 (diff)
Style statusbar and navigationbar only according to the API level
Diffstat (limited to 'app/src/main/res/values-v23')
-rw-r--r--app/src/main/res/values-v23/styles.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/values-v23/styles.xml b/app/src/main/res/values-v23/styles.xml
new file mode 100644
index 00000000..812e48ee
--- /dev/null
+++ b/app/src/main/res/values-v23/styles.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <style name="AppTheme" parent="BaseTheme">
+ <item name="android:statusBarColor">?attr/colorPrimary</item>
+ <item name="android:windowLightStatusBar">@bool/isDayMode</item>
+ </style>
+
+ <style name="SplashTheme" parent="AppTheme">
+ <item name="android:windowBackground">@drawable/splashscreen</item>
+ <item name="android:statusBarColor">@color/defaultBrand</item>
+ <item name="android:windowLightStatusBar">false</item>
+ </style>
+</resources> \ No newline at end of file