Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.13 KB

RoundedImageView

Library contains the rounded image view

Usage

For a working implementation, Have a look at the Sample Project - app

  1. Include the library as local library project.
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.VRGsoftUA:RoundedImageView:1.0.0'
}
  1. 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

Contributing

  • 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