How can I decrease the size of Ratingbar?

后端 未结 16 2183
Happy的楠姐
Happy的楠姐 2020-12-12 20:08

In my activity I have some Rating bars. But the size of this bar is so big! How can I make it smaller?

Edit

Thanks to Gabriel Negut, I did

16条回答
  •  春和景丽
    2020-12-12 20:41

    Using Widget.AppCompat.RatingBar, you have 2 styles to use; Indicator and Small for large and small sizes respectively. See example below.

    
    

提交回复
热议问题