Android Question Resize big picture to fit in NB6 notification

asales

Expert
Licensed User
Longtime User
I tried the NB6 example, but the code "BigPicture_Notification" don't resize the bitmap to fit in the notification.
B4X:
n.BigPictureStyle(b.Resize(256dip, 256dip, True), b, "content title", "summary text")
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.
notfi1a.jpg
notfi2a.jpg
 
Top