Skip to content

Custom android circular view with image, border, offset, and tint properties

License

Notifications You must be signed in to change notification settings

puhgeh/CircleIconView

Repository files navigation

CircleIconView

Custom android circular view with image, border, offset, and tint properties

Add to the root build gradle

  allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
  } 

Add to dependency

  dependencies {
    implementation 'com.github.puhgeh:CircleIconView:1.0.2'
  }

About

Custom android circular view with image, border, offset, and tint properties

Resources

License

Stars

Watchers

Forks

Packages

No packages published