add splash

This commit is contained in:
Christian Schabesberger 2019-01-31 18:13:00 +01:00
parent 442a38babc
commit 6bce2858bb
3 changed files with 13 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<item name="colorPrimaryDark">@android:color/transparent</item>
<item name="colorAccent">@android:color/transparent</item>
<item name="android:windowBackground">@color/dark_background_color</item>
<item name="android:windowBackground">@drawable/splash_background</item>
</style>
<!-- Base themes -->