How to change android indeterminate ProgressBar color?

前端 未结 8 1035
春和景丽
春和景丽 2020-12-02 06:12

I would like to know how I can change indeterminate ProgressBar color from basis white/grey color to black ? When I change the indeterminateDrawable

8条回答
  •  粉色の甜心
    2020-12-02 06:43

    To get a ProgressBar in the default theme that is to be used on white/light back ground, use one of the inverse styles:

    
    
    
    

    This will usually give you a black on transparent ProgressBar, but some OS installs use custom assets. If you're looking for a specific color, you'll have to roll your own drawables by following the instructions provided by CommonsWare.

提交回复
热议问题