Rename splash screen icon

This commit is contained in:
Kirill Kamakin
2022-11-04 19:14:05 +01:00
parent 6e15578725
commit 40804efd70
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<resources> <resources>
<style name="Theme.App.Starting" parent="Base.Theme.App.Starting"> <style name="Theme.App.Starting" parent="Base.Theme.App.Starting">
<item name="android:windowSplashScreenAnimatedIcon">@drawable/avd_anim</item> <item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_splash_screen</item>
<item name="android:windowSplashScreenBackground">@android:color/white</item> <item name="android:windowSplashScreenBackground">@android:color/white</item>
</style> </style>