Fix splash screen loading on Android

This commit is contained in:
Fredia Huya-Kouadio
2020-08-19 15:38:50 -07:00
parent eb9cbdc369
commit 2717891141
7 changed files with 115 additions and 6 deletions
@@ -38,7 +38,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"