Android 使用RoundedImageView得不到圆形图片,变成椭圆形的解决方案

贴上代码:

<com.makeramen.roundedimageview.RoundedImageView      android:id="@+id/iv_face" android:layout_width="70dp"  android:layout_height="70dp"                                 android:src="@drawable/test_picture"                                        app:riv_oval="true"/>

实现效果变成椭圆形

增加属性,android:scaleType="centerCrop"

变成圆形

这过程也就是说,要先通过scaleType来调整(裁剪)原图,然后再进行切圆角、加边框处理,这里用centerCrop才符合要求

附:compile 'com.makeramen:roundedimageview:2.3.0'

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。