Skip to content

VRGsoftUA/RoundedImageView

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages