Open daverdalas opened 9 years ago
@daverdalas I got the same issue when loading thumbnail, have got the solution ?
@TomIsYourName Adjusting the height programmatically for ImageView after loading of image is the only solution that worked for me.
@daverdalas Thanks, will try
Hey, I have a little problem with the tool, which for a long time can't resolve. In my application I fill listView with ImageView's. Both the height of the listView what imageView is set to the entire height of the screen. ImageView is set to scaleType on centerCrop. I am loading images using a Universal Image Loader with:
Unfortunately, height of imageView shall is changed so as to maintain the aspect ratio of the image. I wish the image was high on the entire screen and on szerkość was hiding outside the screen. I tried different settings of ImageScaleType but the image always is reduced.
My list code:
ImageView code:
Uniwersal Image Loader settings:
Image loading code:
Some time ago I asked a similar question on stackoverflow but I didn't get the correct answer :( http://stackoverflow.com/questions/30335029/android-image-display-full-height-loaded-asynchronously Maybe someone here can help me :)