How can I decrease the size of Ratingbar?

后端 未结 16 2177
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:23

    If you only need the default style, make sure you have the following width/height, otherwise the numStars could get messed up:

    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    

提交回复
热议问题