1implementation 'de.hdodenhof:circleimageview:3.1.0'
2
3<de.hdodenhof.circleimageview.CircleImageView
4 xmlns:app="http://schemas.android.com/apk/res-auto"
5 android:id="@+id/profile_image"
6 android:layout_width="96dp"
7 android:layout_height="96dp"
8 android:src="@drawable/profile"
9 app:civ_border_width="2dp"
10 app:civ_border_color="#FF000000"/>