添加依赖
//圆形图片
implementation 'de.hdodenhof:circleimageview:3.1.0'
xml布局
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/cirvleview"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_centerInParent="true"
android:src="@mipmap/ic_launcher_round"
tools:ignore="MissingConstraints" />