码迷,mamicode.com
首页 > 其他好文 > 详细

ImageView

时间:2018-07-29 10:50:48      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:ble   code   cal   height   rop   let   enter   scaletype   type   

<ImageView
    android:src="@drawable/cake"
    android:layout_width="100dp"
    android:layout_height="500dp"
    android:scaleType="center"
    android:scaleType="centerCrop"/>

scaleType

缩放方式,建议centerCrop。同时其宽度和高度也可以设置为wrap_content

ImageView

标签:ble   code   cal   height   rop   let   enter   scaletype   type   

原文地址:https://www.cnblogs.com/superxuezhazha/p/9384402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!