circleIamgeView는 imageView를 확장한 라이브러리이기 때문에 사용법은 imageView와 같습니다.
circleIamgeView 라이브러리 github 링크입니다.
https://github.com/hdodenhof/CircleImageView
circleImageView를 사용하기 위해선 gradle에 의존성을 추가해주어야합니다.
implementation 'de.hdodenhof:circleimageview:3.1.0'
civ_border_width="1dp" 둥근 테두리를 1dp 크기로 생성해주는 코드입니다.