add splash screen

This commit is contained in:
andrekir 2022-02-04 00:57:27 -03:00
parent a0d00a4287
commit 239a22c1bc
4 changed files with 19 additions and 1 deletions

View file

@ -128,7 +128,7 @@
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/AppTheme"
android:theme="@style/Theme.App.Starting"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />