Sergey Smetanin

Results 1 comments of Sergey Smetanin

This bug seems to be a result of RatingBar extending ProgressBar. It can be fixed by setting your ``stepSize`` to ``0.01`` and implementing custom ``RatingBar.OnRatingBarChangeListener``. ``` ratingBar.setOnRatingBarChangeListener(new RatingBar.OnRatingBarChangeListener() { @Override...