Library contains the rounded image view
For a working implementation, Have a look at the Sample Project - app
- Include the library as local library project.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.VRGsoftUA:RoundedImageView:1.0.0'
}
- Customize your
RoundedImageView
Property | Type | Description |
---|---|---|
rivTopLeft | dimension | top left corner value |
rivBottomLeft | dimension | bottom left corner value |
rivTopRight | dimension | top right corner value |
rivBottomRight | dimension | bottom right corner value |
rivCorners | dimension | default corner value |
- Contributions are always welcome
- If you want a feature and can code, feel free to fork and add the change yourself and make a pull request