androidbackground

Android Studio Image Asset Launcher Icon Background Color


I have a .png logo for my app which doesn't have a background, when I add it to android studio as an Image Asset I am forced to have a background. The hex field doesn't accept 8 digit color codes, 6 digits only. Is there anyway to keep the background invisible?


Solution

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

    enter image description here

    EDIT:

    For Android Studio 3.0, you can set it from Legacy Tab

    enter image description here