Custom android circular view with image, border, offset, and tint properties
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.puhgeh:CircleIconView:1.0.2'
}