Change App icon & Splash Screen

You can change app icon & splash screen

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"

Change splash icon in Android

Place your splash screen inside mipmap folder - android-> app-> src -> main -> res -> mipmap

splash screen image name should be "splash_screen.jpg"

Last updated