ImageView
Posted superxuezhazha
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ImageView相关的知识,希望对你有一定的参考价值。
<ImageView android:src="@drawable/cake" android:layout_width="100dp" android:layout_height="500dp" android:scaleType="center" android:scaleType="centerCrop"/>
scaleType
缩放方式,建议centerCrop。同时其宽度和高度也可以设置为wrap_content
以上是关于ImageView的主要内容,如果未能解决你的问题,请参考以下文章