Start splash screen API migration

This commit is contained in:
Kirill Kamakin
2022-10-31 20:46:03 +01:00
parent eb65ac6860
commit 81e3fcfd98
8 changed files with 42 additions and 77 deletions

View File

@@ -15,7 +15,7 @@
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:theme="@style/Theme.App.Starting"
tools:ignore="UnusedAttribute">
<activity
android:name=".ui.activity.MainActivity"