How to change android indeterminate ProgressBar color?

前端 未结 8 1043
春和景丽
春和景丽 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:52

    Override android:colorControlActivated in your AppTheme which should be in your styles.xml:

    
    

    Works on API 21+

提交回复
热议问题