Hello,
Since updating to SDK 3.1, imageViews in Android don't keep ratios of pictures when specified any height and width different than 'auto' or Ti.UI.SIZE.
For example, you can't make an ImageView fill its parent view with Ti.UI.FILL in height and width and keeping it's ratio anymore.
You can't neither set specific numeric heights and widths of an ImageView without having a deformed picture anymore (unless obviously these heights and width are proportional to the height and width of the picture, but you have to know them)
All these points worked like a charm in SDK 3.0.2 and displayed perfectly scaled pictures on Android.
Is there a new parameter for ImageViews ? Changelog don't say anything about it ...
Thanks,
Renaud.