Open GoogleCodeExporter opened 9 years ago
Same here when I try to use a preset image in the image call.
Original comment by JakeDaGr...@gmail.com
on 6 Nov 2012 at 4:18
Solved this with a custom callback.
aq.id(holder.image).image(url, true, true, 0, 0,
new BitmapAjaxCallback() {
@Override
public void callback(String url, ImageView iv,
Bitmap bm,
com.androidquery.callback.AjaxStatus status) {
iv.setImageBitmap(bm);
iv.setScaleType(ImageView.ScaleType.CENTER_CROP);
}
});
Original comment by JakeDaGr...@gmail.com
on 10 Nov 2013 at 3:04
Original issue reported on code.google.com by
Cjay...@gmail.com
on 29 Aug 2012 at 3:38