【发布时间】:2020-08-24 17:39:55
【问题描述】:
我有一个 PNG 图像,我想让它成为我收到任何通知时出现的通知图标,我不希望它是灰色和白色的,并且知道如何实现它?
FB 和 youtube 通知图标是彩色的
我的代码
notificationBuilder.SetContentTitle("My-App")
.SetSmallIcon(Resource.Drawable.My_PNG_ICON)
.SetContentText(messageBody)
.SetAutoCancel(true)
.SetShowWhen(false)
.SetContentIntent(pendingIntent);
我在我的 PNG 图像中使用了这个链接,但它给出了一个白色和灰色的图标 Link
【问题讨论】:
标签: xamarin.forms