Problem description
ImageViews does not scale the image properly on Android, when width is specified and the surrounding view has height=Ti.UI.SIZE, or when put into a TableViewRow
This works fine on IOS.
Steps to reproduce
1) Create an empty Alloy project
2) Add the attached image to the assets directory
3) Use the following index.xml and run the app
<Alloy>
<Window backgroundColor="white">
<TableView>
<TableViewRow backgroundColor="yellow">
<ImageView image="/images.jpeg" width="Ti.UI.FILL" height="auto"></ImageView>
</TableViewRow>
<TableViewRow title="Bananas"/>
</TableView>
</Window>
</Alloy>
In iOS the image is scaled properly.
Also tested using left=0 and right=0, same results.
What is the solution for this issue now? As I'm still having issues with it
Closing ticket as duplicate, please refer to TIMOB-14395.