Custom Android Ratingbar

后端 未结 1 1813
说谎
说谎 2021-01-06 22:16

I want to implement a custom RatingBar in my workout app. The bar should have 4 stars and a stepsize of 1. The layout looks like this:



        
1条回答
  •  生来不讨喜
    2021-01-06 22:50

    Don't call super.onDraw- that will draw the normal stars. From there, what else doesn't work?

    0 讨论(0)
提交回复
热议问题