이건 알아야지's/오늘 공부
CircleImageView 라이브러리
하루디
2021. 7. 26. 11:44
https://github.com/hdodenhof/CircleImageView
GitHub - hdodenhof/CircleImageView: A circular ImageView for Android
A circular ImageView for Android. Contribute to hdodenhof/CircleImageView development by creating an account on GitHub.
github.com
gradle위치에 라이브러리 추가하기, 추가하고 sync 누르기
/*추가한 라이브러리*/
/* 1. 이미지를 둥글게 하는 라이브러리*/
implementation 'de.hdodenhof:circleimageview:3.1.0'