我需要在图像视图中显示图像,但还不完整,只需要预览图像即可。
我有这段代码,但是它显示了完整的图像而不是预览
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))