mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
Merge pull request #2522 from ecency/nt/splash-fix
updated splash icon android
This commit is contained in:
commit
6797f4967d
@ -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>
|
BIN
android/app/src/main/res/mipmap-hdpi/bootsplash_logo.png
Normal file
BIN
android/app/src/main/res/mipmap-hdpi/bootsplash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/bootsplash_logo.png
Normal file
BIN
android/app/src/main/res/mipmap-mdpi/bootsplash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/bootsplash_logo.png
Normal file
BIN
android/app/src/main/res/mipmap-xhdpi/bootsplash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/bootsplash_logo.png
Normal file
BIN
android/app/src/main/res/mipmap-xxhdpi/bootsplash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/bootsplash_logo.png
Normal file
BIN
android/app/src/main/res/mipmap-xxxhdpi/bootsplash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user