aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values-night-v27/styles.xml8
-rw-r--r--app/src/main/res/values-v27/styles.xml10
-rw-r--r--app/src/main/res/values/styles.xml4
3 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/values-night-v27/styles.xml b/app/src/main/res/values-night-v27/styles.xml
new file mode 100644
index 00000000..275f4057
--- /dev/null
+++ b/app/src/main/res/values-night-v27/styles.xml
@@ -0,0 +1,8 @@
+<resources>
+
+ <style name="AppTheme.Launcher" parent="@style/AppTheme.NoActionBarWithTransparentStatusBar">
+ <item name="android:windowBackground">@drawable/splash_screen</item>
+ <item name="android:navigationBarColor">@color/navBarColor</item>
+ </style>
+
+</resources>
diff --git a/app/src/main/res/values-v27/styles.xml b/app/src/main/res/values-v27/styles.xml
new file mode 100644
index 00000000..c354ca2c
--- /dev/null
+++ b/app/src/main/res/values-v27/styles.xml
@@ -0,0 +1,10 @@
+<resources>
+
+ <style name="AppTheme.Launcher" parent="@style/AppTheme.NoActionBarWithTransparentStatusBar">
+ <item name="android:windowBackground">@drawable/splash_screen</item>
+ <item name="android:navigationBarColor">@color/navBarColor</item>
+ <item name="android:windowLightStatusBar">true</item>
+ <item name="android:windowLightNavigationBar">true</item>
+ </style>
+
+</resources>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 03c4361a..e4119c67 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -10,6 +10,10 @@
<item name="android:textColorPrimary">@android:color/white</item>
</style>
+ <style name="AppTheme.Launcher" parent="@style/AppTheme.NoActionBarWithTransparentStatusBar">
+ <item name="android:windowBackground">@drawable/splash_screen</item>
+ </style>
+
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>