CSImageView

Basic library to handle shape along with checkable into an ImageView.

Integration

  • Add below line in your root settings.gradle file inside repositories block:
allprojects {
    repositories {
	    ...
	    maven { url 'https://jitpack.io' }
    }
}

  • Add below line into your app/build.gradle file
implementation 'com.github.ParryPatel021:CSImageView:<Jitpack Version>'