I have followed following links to customize the progress dialog :
How to center progress indicator in ProgressDialog easily (when no title/text passed along)
custom Progress Dialog in android?
I want to create custom progress dialog like in this image but that code does not show a progress dialog in my application.Please guide me how to do this ? Also guide me how can i change the color of progress dialog according to my projects theme ?
I have done this way:
Use this class for Custom Progress Dialog:
dialog_progressbar.xml:
Add drawable file named with bg_progressbar.xml in drawable folder:
Now whenever you want to start Progress Dialog, just write 1 line code:
Whenever you want to dismiss Progress Dialog, just write 1 line code:
Hope this will help you.