mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
BIT-147: Improve splash screen in dark mode (#75)
This commit is contained in:
committed by
Álison Fernandes
parent
cd918f9ca5
commit
49bb602a37
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user