AppCompatRatingBar
open class AppCompatRatingBar : RatingBar
A RatingBar
which supports compatible features on older versions of the platform.
This will automatically be used when you use RatingBar
in your layouts and the top-level activity / dialog is provided by appcompat. You should only need to manually use this class when writing custom views.
Summary
Protected methods
|
open Unit |
|
Public constructors
<init>
AppCompatRatingBar(@NonNull context: Context)
Protected methods
onMeasure
protected open fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int): Unit