3

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 ?

Alexa289
  • 8,089
  • 10
  • 74
  • 178

2 Answers2

2

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.
Matthew Rideout
  • 7,330
  • 2
  • 42
  • 61
-2

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

nav bar

Lenin
  • 500
  • 3
  • 11