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

Make `starBorderWidth` and `starCornerRadius` dimensions instead of floats. #42

Closed carlosmuvi closed 5 years ago

carlosmuvi commented 6 years ago

Currently, starBorderWidth and starCornerRadius styleable attributes are floats that are treated as pixels, which gives different results depending on the device. This PR changes them to dimensions, so the star shape is consistent across devices.