8

I am trying to add a launcher icon for an app in Android Studio.

What I've done so far:

Gone to res folder right click and select new image asset

From there I find the png file which I would like to use as the app launcher icon.

This step is seen here: https://i.stack.imgur.com/QxYNr.png

As you can see, the source asset is displayed correctly, with no white background. But the 5 different icon types have a white background and lose their transparency.

I would like for the app icon to retain its transparency and not show a white background.

skydroid
  • 733
  • 6
  • 16
sawreals
  • 338
  • 4
  • 15

1 Answers1

8

To make background transparent, set shape as None. See the image below:

Before

Before

After

After

skydroid
  • 733
  • 6
  • 16