ImageView.ScaleType属性

决定图片在View上显示的样子

matrix(默认)

fit-x:fitStart 从ImageView的左上角开始绘制

    fitCenter 从ImageView的中间开始绘制

    fitEnd  从ImageView的右下角开始绘制

center:都是以原图的几何中心和ImageView的几何中心

      center  保持原图大小,在ImageView中心显示

      centerCrop  以填满整个ImageView为目的,将原图的中心对准ImageView的中心,等比例放大原图,直到填满ImageView为止(指的是ImageView的宽和高都要填满),原图超过ImageView的部分作裁剪处理。

      centerInside 以原图完全显示为目的

posted @ 2018-03-22 10:53  大一脚步  阅读(105)  评论(0编辑  收藏  举报