fix(splash): use dedicated raster icon asset for splash screen
This commit is contained in:
parent
fd8e1fc1cb
commit
85bfba241c
@ -24,7 +24,7 @@ class SplashActivity : BaseActivity() {
|
|||||||
setContent {
|
setContent {
|
||||||
YaYaTheme {
|
YaYaTheme {
|
||||||
SplashScreen(
|
SplashScreen(
|
||||||
iconPainter = painterResource(R.mipmap.ic_launcher_round),
|
iconPainter = painterResource(R.drawable.ic_splash_icon),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
app/src/main/res/drawable-xxxhdpi/ic_splash_icon.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_splash_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Loading…
x
Reference in New Issue
Block a user