diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index 20c88bb20..2a5a04f32 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -2,8 +2,7 @@ android:width="108dp" android:height="108dp" android:viewportWidth="108" - android:viewportHeight="108" - android:tint="@color/branding_icon_background"> + android:viewportHeight="108"> diff --git a/app/src/main/res/drawable/ic_launcher_foreground_light.xml b/app/src/main/res/drawable/ic_launcher_foreground_light.xml index 349d2cd3d..c6367716e 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground_light.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground_light.xml @@ -2,8 +2,7 @@ android:width="108dp" android:height="108dp" android:viewportWidth="108" - android:viewportHeight="108" - android:tint="@color/branding_icon_background"> + android:viewportHeight="108"> diff --git a/app/src/main/res/drawable/ic_splash_launcher_foreground.xml b/app/src/main/res/drawable/ic_splash_launcher_foreground.xml new file mode 100644 index 000000000..20c88bb20 --- /dev/null +++ b/app/src/main/res/drawable/ic_splash_launcher_foreground.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_splash_launcher_foreground_light.xml b/app/src/main/res/drawable/ic_splash_launcher_foreground_light.xml new file mode 100644 index 000000000..e5fede4ed --- /dev/null +++ b/app/src/main/res/drawable/ic_splash_launcher_foreground_light.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values-night-v31/splash.xml b/app/src/main/res/values-night-v31/splash.xml index 6cb90ffb4..a768473b7 100644 --- a/app/src/main/res/values-night-v31/splash.xml +++ b/app/src/main/res/values-night-v31/splash.xml @@ -5,7 +5,7 @@ false true false - @drawable/ic_launcher_foreground + @drawable/ic_splash_launcher_foreground @drawable/ic_branding_avatar 3000 @style/Theme.Essentials diff --git a/app/src/main/res/values-night/splash.xml b/app/src/main/res/values-night/splash.xml index 09f3c513a..bbacb3d55 100644 --- a/app/src/main/res/values-night/splash.xml +++ b/app/src/main/res/values-night/splash.xml @@ -6,7 +6,7 @@ true false @color/app_window_background - @drawable/ic_launcher_foreground + @drawable/ic_splash_launcher_foreground 2000 @style/Theme.Essentials diff --git a/app/src/main/res/values-v31/splash.xml b/app/src/main/res/values-v31/splash.xml index 9660ee816..fd79ef084 100644 --- a/app/src/main/res/values-v31/splash.xml +++ b/app/src/main/res/values-v31/splash.xml @@ -5,7 +5,7 @@ false true false - @drawable/ic_launcher_foreground_light + @drawable/ic_splash_launcher_foreground_light @drawable/ic_branding_avatar 3000 @style/Theme.Essentials diff --git a/app/src/main/res/values/splash.xml b/app/src/main/res/values/splash.xml index b8127be8b..393f91081 100644 --- a/app/src/main/res/values/splash.xml +++ b/app/src/main/res/values/splash.xml @@ -6,7 +6,7 @@ true false @color/app_window_background - @drawable/ic_launcher_foreground_light + @drawable/ic_splash_launcher_foreground_light 3000 @style/Theme.Essentials