摘要:Android - AQuery 圖片依比例條整寬高
layout 設定
AQuery aq = new AQuery(this);
aq.id(R.id.iv_img).image(mPicUrl, true, true, 0, 0, null, 0, AQuery.RATIO_PRESERVE);
https://code.google.com/p/android-query/wiki/ImageLoading