Fix splash screen loading on Android

This commit is contained in:
Fredia Huya-Kouadio
2020-09-28 11:24:02 -07:00
parent 422c279fcb
commit 91a1e4c9ee
7 changed files with 116 additions and 6 deletions
@@ -45,7 +45,7 @@
<activity
android:name=".GodotApp"
android:label="@string/godot_project_name_string"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:theme="@style/GodotAppSplashTheme"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"