I tried the NB6 example, but the code "BigPicture_Notification" don't resize the bitmap to fit in the notification.
Even change to "20dip, 20dip" there is no change in the picture:
Is possible to fit the picture in the notification?
Thanks in advance for any tip.
B4X:
n.BigPictureStyle(b.Resize(256dip, 256dip, True), b, "content title", "summary text")
Is possible to fit the picture in the notification?
Thanks in advance for any tip.