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"
________________ />