why the image for notification icon generated using Android Asset Studio is completely white?

1.5k views Asked by At

so I want to make icon for push notification. say for example I want to use the android image below as notification icon

https://p7.hiclipart.com/preview/135/689/279/android-computer-icons-logo-android.jpg

so I try to make it using Android asset studio. but the image generated from this Android Asset studio is completely white like this

enter image description here

what should I do ? is there any image requirement for this ?

2

There are 2 answers

0
Lenin On

As you can see, icons in notifications bar are white, that's why you are seeing all white

nav bar

0
Matthew Rideout On

Use Transparent Images

  • The icons generated will be totally solid color (dark grey or white will be used on the device depending on theme).
  • The icon you add should only contain the "shape" you want to show as the single color. The rest should be transparent pixels.
  • Any non-transparent pixels will be converted to white. So if you have a square logo with no transparent pixels, it will be a giant single colored square.
  • Use a .png image so you can save it with transparent background.