Top "Ratingbar" questions

A RatingBar is an Android widget that shows a rating in stars.

Android: Change color of ratingbar to golden

I want to change color of rating bar to golden. I dont want to customize the stars, i just want …

android ratingbar
android - How to set the Rating bar is non clickable and touchable in HTC mobile

My application have rating bars. I want to set the Rating bar is non-click able and no-touchable. For this i …

android ratingbar
How can I set the star color of the ratingbar?

How can I set the star color of the ratingbar? I want yellow stars.

java android colors ratingbar
How to change the star images of the RatingBar?

With Android SDK 1.1 r1, is there any way to change the RatingBar widget class's star image with my own? Is …

android ratingbar
android set part of the stars in the rating bar if the value is in decimal places

I would like to show the user's score using the ratingbar. For example, if the user gets 7 out of 30 questions …

android ratingbar
How to give spacing between rating bar stars android?

Hi I am using custom rating bar with custom images. I need to provide space between stars. When I increase …

android ratingbar
How can I set the color of android rating bar's stroke? (Not the color of the stars but the BORDER)

I am an android beginner and I want to make my custom ratingBar. Disclaimer: it's not a duplicate. because all …

java android xml drawable ratingbar
When I use custom stars for Android RatingBar, always show half star for decimal values below 0.5

I've looked up a number of posts (e.g. Android RatingBar change star colors, Change the color of the stars …

android custom-controls ratingbar
How to allow full values (integers) only in ratingbars?

My client wants a ratingbar in one of the activities, but he doesn't want it to allow half-stars (aka float) …

android ratingbar
Embed RatingBar in AlertDialog

I have a ListView contains RatingBar to indicate something, if you click the item of the LisView it pop a …

android android-alertdialog ratingbar