Android Question Notification icon blank white

Scantech

Well-Known Member
Licensed User
Longtime User
On Android 7 real Device the notification icon is blank white instead of my icon pic. Even the default icon will not show. However, it does show in lock screen at the bottom in color?

I have icon in the res folder and I am using adaptive icon.

What seems to be the problem?
 
Last edited:

Scantech

Well-Known Member
Licensed User
Longtime User
I tried gray scale and playing with alpha channel and even added different icon with gray scale. It still shows up in blank. Anyone have an icon i can test with my project?
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
Yes it works with new project. Something weird with my project? It does not accept default icon or any.

The new project did not like my icon (Blank Display). But still why wont the default icon work with my project?
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
I found the problem. I had Drawable_Large, Normal and Small Folders with icons. I removed them and default icon works!

One question. Should i delete the drawable large, normal small folder since i am using Adaptive Icons?
 
Upvote 0
Top