标签:android blog http 使用 ar div art sp log
原始地址: http://blog.csdn.net/xilibi2003/article/details/6628668
使用ImageView时经常会用到scaleType属性,如:
<ImageView android:layout_width="50dp" android:layout_height="50dp" android:scaleType="matrix" android:src="@drawable/sample_small" />
scaleType属性的各个值总是记不住之间的区别。今天找点时间总结了一下:
scaleType的属性值有:matrix fitXY fitStart fitCenter fitEnd center centerCrop centerInside
它们之间的区别如下:
Android转载四:(布局)ImageView scaleType属性测试
标签:android blog http 使用 ar div art sp log
原文地址:http://www.cnblogs.com/gaozy/p/3972837.html