public void displayImage(Context context, Object path, ImageView imageView) { imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
確定! 回上一頁