Computer scienceMobileAndroidUser InterfaceUI components

Overview of ProgressBar, SeekBar and RatingBar

Minimum step

Report a typo

We have a RatingBar and we want its minimum step to be two stars. Type in the answer field the missing line from the following snippet to meet this condition.

<RatingBar
    android:layout_width="wrap_content"
    android:id="@+id/ratingBar"
    android:layout_height="wrap_content"
    android:numStars="5"
    ________________ />
Enter a short text
___

Create a free account to access the full topic