1 parent 594abf8 commit 575f3c2Copy full SHA for 575f3c2
2 files changed
app/src/main/res/drawable/ic_splash_logo.xml
@@ -0,0 +1,5 @@
1
+<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
2
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <item android:drawable="@color/ic_launcher_background"/>
4
+ <item android:drawable="@drawable/ic_launcher_foreground"/>
5
+</layer-list>
app/src/main/res/values/styles.xml
@@ -3,7 +3,7 @@
<style name="AppTheme.Splash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">?attr/colorSurface</item>
6
- <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
+ <item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash_logo</item>
7
<item name="postSplashScreenTheme">@style/AppTheme</item>
8
</style>
9
0 commit comments