How can I decrease the size of Ratingbar?

后端 未结 16 2181
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:22

    In the RatingBar tag, add these two lines

    style="@style/Widget.AppCompat.RatingBar.Small"
    android:isIndicator="false"
    

提交回复
热议问题