Reputation: 6567
is it possible to add any layout in progress dialog box in android??
Upvotes: 2
Views: 985
Reputation: 6712
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.
Upvotes: 3