How to create Custom Ratings bar in Android

前端 未结 13 1400
故里飘歌
故里飘歌 2020-11-22 06:28

Hello all i need to perform Ratings in my application... SO i need to create custom Ratings bar... Can Anyone Help me in this?

13条回答
  •  余生分开走
    2020-11-22 07:12

    I made something simular, a RatingBar with individual rating icons, I'm using VectorDrawables for the rating icons but you could use any type of drawable

    https://github.com/manmountain/emoji-ratingbar

提交回复
热议问题