android UI属性

<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>

 

posted @ 2016-07-13 19:25  IT_lss  阅读(201)  评论(0编辑  收藏  举报