How can I set the star color of the ratingbar?

后端 未结 10 1670
夕颜
夕颜 2021-02-12 19:54

How can I set the star color of the ratingbar? I want yellow stars.

10条回答
  •  北荒
    北荒 (楼主)
    2021-02-12 20:23

    The rating bar is used automatically at run time for change color on touch star.

    First add style in app\src\main\res\values\styles.xml file:

    
    

    Then your rating bar add theme like this:

    
    

提交回复
热议问题