Custom RatingBar not showing more than 1 star Custom RatingBar not showing more than 1 star android android

Custom RatingBar not showing more than 1 star


Your implementation is perfect But you are using Vector Drawable which is causing this issue. So to work with it try to replace Vector Drawable with png image in the drawable folder and see the magic it work.

you are using Vector Drawable with layer-list so your Vector Drawable image is fit to the whole layout try to replace it with png which will solve your problem.