Reading the limited documentation that Google has provided, I get the feeling that it is possible to change the look (drawable) of a ProgressBar/ProgressDialog by simply cre
I used the following for creating a custom progress bar.
File res/drawable/progress_bar_states.xml declares the colors of the different states:
res/drawable/progress_bar_states.xml
And the code inside your layout xml:
Enjoy!