How to create Custom Ratings bar in Android

前端 未结 13 1414
故里飘歌
故里飘歌 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:06

    You can create custom material rating bar by defining drawable xml using material icon of your choice and then applying custom drawable to rating bar using progressDrawable attribute.

    For infomration about customizing rating bar see http://www.zoftino.com/android-ratingbar-and-custom-ratingbar-example

    Below drawable xml uses thumbs up icon for rating bar.

    
    
        
            
        
        
            
        
        
            
        
    
    

提交回复
热议问题