is it possible to add any layout in progress dialog box in android??
A:
The progress dialog currently implemented does not allow for custom content. Your best bet is to use the standard Dialog class and add in the progress bar and whatever else you need into a layout file and inflate it.
methodin
2010-09-27 16:43:46