반응형
*The 친절한 코틀린 앱프로그래밍(정재곤 저)을 참고하여 작성하였습니다.
이미지뷰의 모양을 원형으로 바꿔주는 라이브러리 circleimageview
- 라이브러리 추가
implemention 'de.hdodenhof:circleimageview:2.2.0'
- 사용법 예시
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/circlrImageView"
android:layout_margin = "10dp"
android:layout_width = "40dp"
android:layout_height = "40dp"
android:src= "@drawable/user1"
app:civ_border_width="2dp"
app:civ_border_color="#FFcccccc"/>
댓글