Fix splash screen loading on Android

This commit is contained in:
Fredia Huya-Kouadio
2020-08-19 15:38:50 -07:00
parent 422c279fcb
commit 91a1e4c9ee
7 changed files with 116 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>
<style name="GodotAppSplashTheme" parent="@style/GodotAppMainTheme">
<item name="android:windowBackground">@drawable/splash_drawable</item>
</style>
</resources>