A simple RatingBar that you can easier to customize image and animations
A simple RatingBar that you can easier to customize image and animations
The simplest RatingBar library, create your own animate RatingBar in a few steps!
Provide three RatingBars at the moment:
Icon made by Freepik from www.flaticon.com
filled and empty, and Library will auto processes your images to support float showing!from JitPack:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.ome450901:SimpleRatingBar:LATEST_VERSION'
}
…
…
BaseRatingBaremptyRatingBar and fillRatingBar this two method, and then you can start implement your own animaion!You can follow ScaleRatingBar to implement your own class.
Follow me at Medium.
…
No open issues yet, or sync has not completed.