Android Question Adjust pic size on the panel

luisro

Member
Licensed User
hi, someone would guide me on the right path with the following.
B4X:
ImageView1.Bitmap = LoadBitmap (Dir, FileName)

I want to adjust the image to a miniature (panel or imageview) in WhatsApp and click on it to expand the image to its real size in a popup on the first screen.
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
LoadBitmapSample allows you to specify the size you want the image to be.

- Colin.
 
Upvote 0
Top