How to change the color of an indefinite ProgressBar?

后端 未结 7 897
萌比男神i
萌比男神i 2020-12-14 17:50

I have a progressbar with the following style: style=\"?android:attr/android:progressBarStyleSmall\"

Sadly the bar is nearly white and in my case displ

7条回答
  •  一向
    一向 (楼主)
    2020-12-14 18:11

    And the answer was already on SO:

    stackoverflow.com/questions/2020882/how-to-change-progress-bars-progress-color-in-android

    You can simply change the whole drawable that is shown in the progressbar via the android:indeterminateDrawable attribute.

提交回复
热议问题