Home > Software design >  Personalized Android Icons in Android Studio
Personalized Android Icons in Android Studio

Time:04-20

I created applications in Android Studio and downloaded them to my phone, but they all have the same icon. Is there a way to change the app icon to a custom one?

CodePudding user response:

Please refer to the following documentation from Android on how to create a launcher icon (along with other icons, such as ones for notifications): Create app icons with Image Asset Studio

  • Related