How to change progress bar's progress color in Android

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

    One more little thing, the theme solution does work if you inherit a base theme, so for app compact your theme should be:

    
    

    And then set this in the progress bar theme

    
    

提交回复
热议问题