How to change the color of a indefinite ProgressBar?
Posted
by Janusz
on Stack Overflow
See other posts from Stack Overflow
or by Janusz
Published on 2010-04-28T12:01:20Z
Indexed on
2010/04/28
12:03 UTC
Read the original article
Hit count: 259
I have a progressbar with the following style: style="?android:attr/android:progressBarStyleSmall"
Sadly the bar is nearly white and in my case displayed on a white background. The progressbar is nearly invisible because of that.
How can I change the color of the progressbar? A darker grey would be great.
© Stack Overflow or respective owner