标签:
<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>
标签:
原文地址:http://www.cnblogs.com/IT-lss/p/5667995.html