Android RatingBar showing more than 5 stars

后端 未结 5 1057
鱼传尺愫
鱼传尺愫 2021-02-12 19:04

I want to show a rating bar via an alert dialog in my android app. The problem I am facing is that depending upon the width of the screen, the ratingbar shows more than 5 stars(

5条回答
  •  你的背包
    2021-02-12 19:32

    setting the width of the RatingBar to "wrap content" solves the whole issue. According to the documentation:

    Sets the number of stars to show. In order for these to be shown properly, it is recommended the layout width of this widget be wrap content.

提交回复
热议问题