BIT-147: Improve splash screen in dark mode (#75)

This commit is contained in:
Brian Yencho 2023-09-29 11:25:59 -05:00 committed by Álison Fernandes
parent cd918f9ca5
commit 49bb602a37
4 changed files with 5 additions and 12 deletions

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/dark_gray"/>
<foreground android:drawable="@drawable/logo_rounded"/>
</adaptive-icon>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/logo_rounded"/>
</adaptive-icon>

View file

@ -24,7 +24,10 @@
<style name="LaunchTheme" parent="Theme.SplashScreen">
<item name="postSplashScreenTheme">@style/BaseTheme</item>
<item name="windowSplashScreenAnimatedIcon">
@drawable/splash_screen_round
@drawable/logo_rounded
</item>
<item name="windowSplashScreenBackground">
@color/dark_gray
</item>
</style>
</resources>

View file

@ -25,7 +25,7 @@
<style name="LaunchTheme" parent="Theme.SplashScreen">
<item name="postSplashScreenTheme">@style/BaseTheme</item>
<item name="windowSplashScreenAnimatedIcon">
@drawable/splash_screen_round
@drawable/logo_rounded
</item>
<item name="windowSplashScreenBackground">
@color/ic_launcher_background