Android Question ImageView "on the fly" with picture and border

adriano.freitas

Active Member
Hi!

I would like to know how to create an ImageView "on the fly" that loads an image (with LoadBitmapResize) but has a border. I get everything but either insert a border (in the background property) or image. I can't both.

Thanks
 

adriano.freitas

Active Member
Hi!

I had thought about it. Is it the best solution? I ask because on other platforms I've worked before I had to always try to save resources and using extra objects meant more system resources. In this case, if I add a panel, it will consume a lot more resources? I ask, because there will be several images to be displayed and not just one...

Thanks
 
Upvote 0
Top