I have an imageview that is 350 height by 600 width. Right now, I am using photoshop to proportionally resize all of thejpeg images in the database so they don't exceed 350 height of 600 width. The imageview gravity property is set to CENTER. I would like to be able to use the app to do the resizing but I don't know where to begin, if it is possible. Any help appreciated
Yes -- the imageview.width is 600, imageview.height is 350. I can't resize the imageview because that's all the space I can allot for it. I need to proportionally resize the image when it loads into the imageview. I can't use Gravity of fill because the images will be out of proportion.