fixed splash screen
Before Width: | Height: | Size: 9.1 KiB |
BIN
app/src/main/res/drawable-hdpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/res/drawable-ldpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 6.4 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 19 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_splash_logo.png
Normal file
After Width: | Height: | Size: 34 KiB |
|
@ -5,7 +5,7 @@
|
||||||
<item android:drawable="@color/splash_background" />
|
<item android:drawable="@color/splash_background" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/ic_manager"
|
android:drawable="@drawable/ic_splash_logo"
|
||||||
android:gravity="center"/>
|
android:gravity="center"/>
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="SplashTheme" parent="Theme.MaterialComponents.NoActionBar">
|
<style name="SplashTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||||
<item name="android:windowBackground">@drawable/ic_splash</item>
|
<item name="android:windowBackground">@drawable/ic_splash</item>
|
||||||
<item name="android:windowTranslucentStatus">true</item>
|
<item name="android:windowTranslucentStatus">true</item>
|
||||||
<item name="android:windowTranslucentNavigation">true</item>
|
<item name="android:windowTranslucentNavigation">true</item>
|
||||||
|
|