You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no simple way to add this functionality. ProperRatingBar is a stupid horizontal LinearLayout that adds tick as many times as corresponding int field says.
There is an idea to process float instead of int by messing with the last tick's drawing - e.g. if rating is 3.75 - draw only rectangle with 75% width of the whole tick.
However, we do not need such element [so far] in our project where ProperRatingBar was implemented in the first place - and there is really not an ounce of a spare time to deal with this as a matter of supporting library. So - PRs are welcome.
Any plans making this feature?
The text was updated successfully, but these errors were encountered: