A cheap attempt at a native Bluesky client for Android

SplashScreen: use foreground launcher icon

Use the foreground layer of the launcher icon for the splash screen animation. This ensures only the Monarch logo is animated, without the background circle.

+1 -1
+1 -1
app/src/main/res/values/themes.xml
··· 5 5 6 6 <style name="Theme.App.Starting" parent="Theme.SplashScreen"> 7 7 <item name="windowSplashScreenBackground">@style/Theme.Monarch</item> 8 - <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item> 8 + <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_foreground</item> 9 9 <item name="postSplashScreenTheme">@style/Theme.Monarch</item> 10 10 </style> 11 11 </resources>