Top "Ratingbar" questions

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

ratingbar not working (not clickable) when using ratingBarStyleSmall style

ratingbar didn't change when the user click on it ? her is my xml code <?xml version="1.0" encoding="utf-8"?> &…

android xml ratingbar
android rating bar xml and numStars

I'm a beginner in designing with XML :D This is the XML of my rating bar and friends : <LinearLayout …

android ratingbar
Android RatingBar onRatingChanged Listener

I am using a RatingBar element in my app, and im trying to set it up with an OnRatingChangedListener. In …

android variables oncreate ratingbar
How to set rating bar to minimum one star?

I have a requirement to rate for a user with minimum of one star and after that ratings should increase …

android actionlistener ratingbar
Capture RatingBar Click

I seem to have a problem with catching my ratingbar click. The ratings bar is showing up just fine and …

android android-layout ratingbar
Can't change the size of custom RatingBar

I am trying to make custom RatingBar for my android app in which i can change the default size and …

android xml android-layout android-studio ratingbar
Using rating bar in android

I have a rating Bar <RatingBar android:id="@+id/RATINGinitialvalueratingID" style="?android:attr/ratingBarStyleSmall" android:layout_width="wrap_content" …

android ratingbar
Android RatingBar setRating doesn't work

I am trying to display an int value as a ratingBar. The max value is 5. This is my XML file: &…

android ratingbar
Android Rating Bar shows only full stars, not half stars too

I'm using rating bars in my Android application. But it only shows full stars, when I also want half stars. …

android ratingbar
How to set the colors of Android small RatingBar

I am trying to set a custom color for the small progressbar with this code: <style name="RatingBar" parent="…

android ratingbar