Change App icon & Splash Screen
You can change app icon & splash screen
Last updated
You can change app icon & splash screen
Last updated
Place your app icon inside mipmap folder - android-> app-> src -> main -> res -> mipmap
Icon of the name should be "ic_launcher.png"
and rounded iocn name should be "ic_launcher_round.png"
Place your splash screen inside mipmap folder - android-> app-> src -> main -> res -> mipmap
splash screen image name should be "splash_screen.jpg"