set Rating
Sets the rating of the RatingBar (number of filled stars).
Return
BaseViewHolder for chaining calls.
Parameters
view Id
The ID of the view.
rating
The rating value.
Sets the rating and maximum value for the RatingBar.
Return
BaseViewHolder for chaining calls.
Parameters
view Id
The view ID.
rating
The rating value.
max
The range of the RatingBar is 0...max.