merlin2049er Well-Known Member Licensed User Longtime User Dec 11, 2013 #1 Hi, I've got images that are 120 x 110 pixels in size in my app. Can I scale these automatically in the designer? (like 2x the current size)
Hi, I've got images that are 120 x 110 pixels in size in my app. Can I scale these automatically in the designer? (like 2x the current size)
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2013 #2 If you put the image in an ImageView with Gravity.Fill then it will stretch the image to fill the ImageView. Upvote 0
If you put the image in an ImageView with Gravity.Fill then it will stretch the image to fill the ImageView.