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

Star thickness #49

Open amousavi opened 4 years ago

amousavi commented 4 years ago

Hello,

In this branch is a configurable attribute to give the star some "thickness" to match a growing trend of star styles. A float value from 0 to 1 will push the inner vertices outwards, giving the star some "thickness".

0 will mean no changes, and will be set by default if no attribute srb_starShapeThickness is set. 1 is the maximum amount of "thickness", and will result in a pentagon.

Screen Shot 2020-05-13 at 5 01 37 PM