Add splash for android < 12 so app is not completely blank during process creation

This commit is contained in:
ganfra 2023-01-31 20:49:47 +01:00
parent fa71eab85e
commit 4b010e01df
7 changed files with 45 additions and 3 deletions

View file

@ -31,6 +31,7 @@
tools:targetApi="33">
<activity
android:name=".MainActivity"
android:theme="@style/Theme.ElementX.Splash"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:exported="true"
android:windowSoftInputMode="adjustResize"