Fix cropping on splash screen icon

This commit is contained in:
William Brawner 2024-02-11 15:50:19 -07:00
parent a48f243e48
commit a6616550dd
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
</style> </style>
<style name="Theme.App.Starting" parent="Theme.SplashScreen"> <style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/colorBackground</item> <item name="windowSplashScreenBackground">@color/colorBackground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_fg</item> <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.App</item> <item name="postSplashScreenTheme">@style/Theme.App</item>
</style> </style>
</resources> </resources>

View file

@ -13,7 +13,7 @@
<style name="Theme.App.Starting" parent="Theme.SplashScreen"> <style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/colorPrimary</item> <item name="windowSplashScreenBackground">@color/colorPrimary</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_fg</item> <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.App</item> <item name="postSplashScreenTheme">@style/Theme.App</item>
</style> </style>
</resources> </resources>