Merge pull request #2522 from ecency/nt/splash-fix

updated splash icon android
This commit is contained in:
Feruz M 2022-11-08 16:49:36 +05:30 committed by GitHub
commit 6797f4967d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 12 deletions

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/ecency_logo"
android:gravity="center" />
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -3,6 +3,6 @@
<item name="splashBackground" type="color">#1e2835</item>
<item name="notification_icon" type="color">#1e2835</item>
<color name="primary_dark">#ffffff</color>
<color name="splashscreen_bg">#1e2835</color>
<color name="bootsplash_background">#1e2835</color>
<color name="app_bg">#1e2835</color>
</resources>

View File

@ -3,6 +3,6 @@
<item name="splashBackground" type="color">#ffffff</item>
<item name="notification_icon" type="color">#ffffff</item>
<color name="primary_dark">#000000</color>
<color name="splashscreen_bg">#ffffff</color>
<color name="app_bg">#ffffff</color>
<color name="bootsplash_background">#FFFFFF</color>
</resources>

View File

@ -16,8 +16,8 @@
<!-- BootTheme should inherit from Theme.SplashScreen -->
<style name="BootTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/splashscreen_bg</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/background_splash</item>
<item name="windowSplashScreenBackground">@color/bootsplash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>