您的位置:首页 > 移动开发 > Android开发

android ImageView 的scaleType类型解析

2016-12-22 14:09 405 查看

一  ImageView 默认的scaleType类型是 fitCenter

<ImageView
android:id="@+id/iv_kh"
android:scaleType="fitCenter"
android:src="@drawable/emosion1"
android:layout_width="match_parent"
android:layout_height="match_parent" />


二 图解

点击打开链接
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: