Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am playing with rating bar. I follow One good tutorial for customizing rating bar.

I am Facing some problem:

  • This tutorial use one image for rating bar but i don't want to use any image for rating bar. i need to use android Rating bar widget.

  • When i use Android Rating widget it show too large or too small(when i use style="?android:attr/ratingBarStyleSmall">) with having more than 10 star whether we set android:numStars="5" or not.

  • Ok. Suppose i use any image for that but when i set rating = 2.5 then image still not change i use this method ratingBar.setRating(Float.parseFloat("2.0"));.

Here i use image for this rating bar
but it's not changing whether you assign an value or not.

my code is same as which given above link.

Can you give me some reference by using i can use Rating bar widget in small shape with only 5 star?
I don't want to use any image i want to use only android rating widget.
I stuck here from last 5 hours.
Any help appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.