mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
BIT-147: Improve splash screen in dark mode (#75)
This commit is contained in:
parent
cd918f9ca5
commit
49bb602a37
4 changed files with 5 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue