Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Rating bar displays only one star

I have created custom style for RatingBar and when I apply my style to rating bar, it shows only one star, and in properties of RatingBar, I've define the size of the start which 5 as well, but on run time it displays only one star. Note:I am using ActionbarActivity, in that I am displaying RatingBar, but when I use only Activity class, it displays 5 star and the theme is also applied on that. So Please help me out from this issue.

like image 670
Harsh Shah Avatar asked Oct 27 '25 12:10

Harsh Shah


1 Answers

check if 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.

like image 137
Amal Kronz Avatar answered Oct 29 '25 02:10

Amal Kronz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!