How to change progress bar's progress color in Android

前端 未结 30 1956
情话喂你
情话喂你 2020-11-22 07:49

I\'m using an horizontal progress bar in my Android application, and I want to change its progress color (which is Yellow by default). How can I do it using code

30条回答
  •  情歌与酒
    2020-11-22 08:25

    Horizontal progress bar custom material style :

    To change color of background and progress of horizontal progress bar.

    
    

    Apply it to progress bar by setting style attribute, for custom material styles and custom progress bar check http://www.zoftino.com/android-progressbar-and-custom-progressbar-examples

提交回复
热议问题