Circle page indicator - how to change fill color changing

前端 未结 4 1971
自闭症患者
自闭症患者 2021-02-05 11:39

I\'m using ViewPageIndicator, specifically CirclePageIndictor in my Android application. The requirement is that the fillColor will mo

4条回答
  •  终归单人心
    2021-02-05 12:17

    You can try this on your xml:

    
    

    and don't forget to add xmlns:app="http://schemas.android.com/apk/res-auto" on your layout. E.g

     
    
        
    
        
    
    
    

提交回复
热议问题