I have a progressbar with the following style: style=\"?android:attr/android:progressBarStyleSmall\"
style=\"?android:attr/android:progressBarStyleSmall\"
Sadly the bar is nearly white and in my case displ
I had a very hard time trying to change it's color. To solve it, I got android's src code and did my own ProgressBar class.
Not the best answer, but it worked for me.