aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-03 21:46:59 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-03 21:46:59 +0200
commit810ac88a4995851892b1af7a084dba677f4e1fb3 (patch)
treeeeaeb87364481a70d43c9123c464d51888126a1a /src/main/res/values/themes.xml
parented4f8e44a368e4b07e49ba263608ca1713ae2e5c (diff)
added splash screen
Diffstat (limited to '')
-rw-r--r--src/main/res/values/themes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index eb2038a69..78a74cca0 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -86,4 +86,9 @@
<item name="android:windowBackground">@android:color/black</item>
</style>
+ <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
+ <item name="colorPrimaryDark">@color/grey50</item>
+ <item name="android:windowBackground">@drawable/background</item>
+ </style>
+
</resources> \ No newline at end of file