RatingView
RatingView.
Constructors
Types
Listener that the rating has changed.
Properties
The original bitmap of the selected star.
The original bitmap of the unselected star.
Star Bitmap height(in pixels).
Star Bitmap width(in pixels).
Max number of stars.
Star interval width(in pixels).
The star orientation.
The progress of the currently selected stars.
The bitmap of the selected star with required size.
The star selection method.
The bitmap of the unselected star with required size.
Functions
Sets the listener to be called when the rating changes.
Set bitmap size of mStarSelectedBitmap and mStarUnselectedBitmap.
Set the number of star.
Set star bitmap interval.
Set star orientation.
Set star rating by starRating. If mStarRating is greater than mStarCountNumber, it will be set to mStarCountNumber.
Set the bitmap of the be selected star.
Set the bitmap of the be selected star by drawableId.
Set Star Select Method
Set the bitmap of the be unselected star.
Set the bitmap of the be unselected star by drawableId.