java - Add dual color notification to app? -
how add dual color notification icon app one:
it seems apps have feature except mine. why? icon stays white.
as can see, notification white , it's in color when user pulls down notification bar. simple ideas?
my current code:
notificationcompat.builder notificationbuilder = new notificationcompat.builder(this) .setstyle(new notificationcompat.bigtextstyle()) .setsmallicon(r.drawable.white_icon) .setcontenttitle("hello") .setcontenttext("test")
Comments
Post a Comment