RatingBar长按(android)

时间:2015-05-30 20:29:01

标签: android xml

抱歉我的英文。我使用RatingBar但是当它受到挤压时,它会脱颖而出。我该如何删除它?示例图片:

enter image description here

我的xml

    <RatingBar
        android:id="@+id/startBar"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:stepSize="1"
        android:layout_marginTop="30dp" />

1 个答案:

答案 0 :(得分:0)

您可以使用setRating(float rating)用户set the rating (the number of stars filled)

请参阅RatingBar Class Documentation here