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 enter image description here 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 ?

link|improve this question

do u also plan to change position of ProgressDialog? – Parth Doshi Nov 28 '11 at 11:17
This may help you: stackoverflow.com/questions/4581812/… – kool4u Nov 28 '11 at 11:21
feedback

1 Answer

up vote 2 down vote accepted

read please this post: http://www.hrupin.com/2011/09/how-to-make-custom-indeterminate-progressbar-in-android-or-how-to-change-progressbar-style-or-color

It's not resolve your problem, but it may help you.

link|improve this answer
thanks for your answer ,i am able to create the dialog as in this link now please tell me replacing only image will generate the same dialog as i want ?? – Shruti Nov 28 '11 at 12:18
Sorry, I don't know about this. I think you need extend android progress dialog and set your own style using this link. But, I didn't used this. – ihrupin Nov 28 '11 at 13:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.