FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

Add support for custom rating star #51

Open OlukaDenis opened 3 years ago

OlukaDenis commented 3 years ago

Currently, the library doesn't support custom stars. For example when I want to use custom stars shown below; Screenshot 2021-06-16 at 18 00 08

I tried to use android:progressDrawable to embed a drawable but it couldn't work