Tried every possibility to set small icon in status bar(which would get carried on by system as large icon in opened notification drawer) but nothing is working.
Tried using raw .png
file as well as drawable .xml
files and combination of both(xml's referring to png as source of bitmap).
Also, I did add resource using AndroidStudio New -> Image Asset -> Notification icon
which gracefully converted it to required versions and stripped from all colors except white and alpha channel.
No matter what I do the default launcher icon is displayed instead of my own.