通知图标为橙色

时间:2014-10-17 19:12:17

标签: android notifications icons

Here's the icon!

我正在使用通知管理器发出正在进行的通知,但是当您向下滚动UI菜单时,它的图标是橙色的,有人知道为什么吗?

Builder montaNotification = new Notification.Builder(context)
                                                    .setContentTitle(tickerText)
                                                    .setContentText(message)
                                                    .setSmallIcon(R.drawable.icon)
                                                    .setContentIntent(aoSelecionar);

1 个答案:

答案 0 :(得分:0)

解决了,您必须将图像大小调整为36px x 36px