Migrate to Android 12 splash screen implementation

This commit is contained in:
CappielloAntonio 2021-08-04 08:33:53 +02:00
parent a531502a1b
commit 43c78c6e9b
8 changed files with 37 additions and 1 deletions

View file

@ -13,7 +13,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:theme="@style/Theme.App.Starting"
android:usesCleartextTraffic="true">
<activity
android:name=".ui.activity.MainActivity"