asales Expert Licensed User Longtime User Mar 31, 2022 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Mar 31, 2022 #2 I guess that the OS scales the image based on its ratio, which means that the actual size doesn't matter too much (only for the quality). Test with different ratios. Upvote 0
I guess that the OS scales the image based on its ratio, which means that the actual size doesn't matter too much (only for the quality). Test with different ratios.