Add splash for android < 12 so app is not completely blank during process creation
This commit is contained in:
parent
fa71eab85e
commit
4b010e01df
7 changed files with 45 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue