<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/fragment_photo_gallery_image_view" android:layout_width="match_parent" android:layout_height="120dp" android:layout_gravity="center" android:scaleType="centerCrop"> <!--android:scaleType="centerCrop" 作用:先居中放置图片,然后放大较小图片,裁剪较大图片(裁剪时裁剪图片两头)以匹配视图--> </ImageView>
时间: 2024-10-09 17:08:23