首页 > 技术文章 > android UI属性

IT-lss 2016-07-13 19:25 原文

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

 

推荐阅读