Android 图片圆角
添加依赖
dependencies{
implementation 'com.rishabhharit.roundedimageview:RoundedImageView:0.8.4'
}
使用:替代ImageView标签为…RoundedImageView
<com.rishabhharit.roundedimageview.RoundedImageView
app:cornerRadius="80dp"<!--圆角值-->
/>