How to change progress bar's progress color in Android

前端 未结 30 1871
情话喂你
情话喂你 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:34

    All API

    if use all API just create the theme in style

    style.xml

    
    
        //...
    
        
    
    
    

    and use in progress

    
    

    API level 21 and higher

    if used in API level 21 and higher just use this code:

    
    

提交回复
热议问题