xml - RatingBar long press(android) -
sorry english. use ratingbar when pinched, stands out. how remove it? example image:

my 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" />
you can use setrating(float rating) user set rating (the number of stars filled)
Comments
Post a Comment