如何在imageview中显示图像作为预览?不是完整的图片

时间:2018-12-04 13:59:01

标签: android image imageview android-imageview

我需要在图像视图中显示图像,但还不完整,只需要预览图像即可。

imagen preview

我有这段代码,但是它显示了完整的图像而不是预览

xml代码

<ImageView
 android:id="@+id/imageView2"
 android:layout_width="100dp"
 android:layout_height="100dp"
 android:layout_weight="1"
 android:contentDescription="@string/img_adjunta" />

kotlin代码

imageView2.setImageURI(Uri.fromFile(fileComprimido))

0 个答案:

没有答案