How to change ProgressDialog style in Android? I need to change background color, and text color.
I have my one style in my app, what item I must override to change progress dialog style?
I would like to change style using only xml, without coding. It is possiable?
PS:
I have no progress bar! I have progress dialog. And i would like to change it style using styles and themes, like I changes style for listview, windows backgrounds and etc.