fix splash

This commit is contained in:
Michael Zanetti 2019-01-31 12:03:36 +01:00
parent 8091cbb8c6
commit 4d7400d1c7
3 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="SplashScreenTheme">
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>