Android 使用Picasso加载网络图片等比例缩放
Transformation transformation = new Transformation() { @Override public Bitmap transform(Bitmap source) { int targetWidth = imageview.getWidth(); if (source.getW