Hey, I have an image view on my activity I set the height and width to 500px to start with as the image is rather big. I have the scale set to fitXY. My problem is the image comes in 3 widths 500px, 1200px and 1500px (depending on the graph) Whenever I have the 1200px or 1500px load into the ImageView it smashes it. How can I set the width in the java code? I tried doing maxwidth but when I do this it seems my image height shrinks.
Thank you for your time! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

