xml - RatingBar long press(android) -


sorry english. use ratingbar when pinched, stands out. how remove it? example image:

enter image description here

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)

see ratingbar class documentation here.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -