- when i use systemPic style,use system xml,it works well.
builder.setContentTitle(StringUtil.f(title));
builder.setContentText(StringUtil.f(desc));
if (poster != null) {
builder.setLargeIcon(poster);
}
Notification notification = builder.build();
- but when i use custom layout, the image in notification like a negative image: original image vs Invert image