feat: implemented custom splashscreen

This commit is contained in:
antonio 2023-05-06 16:43:21 +02:00
parent 684fd00ed2
commit 0101e0685b
6 changed files with 87 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/AppTheme.SplashScreen"
android:usesCleartextTraffic="true"
android:allowBackup="false">