Re: [android-developers] Re: ProgressDialog in full screen

2010-04-23 Thread ~ TreKing
On Thu, Apr 22, 2010 at 11:46 PM, Ajay aja...@gmail.com wrote: How can you inflate a progress dialog from xml? You can't. You can, however, inflate a view and set it as the content of a ProgressDialog.

[android-developers] Re: ProgressDialog in full screen

2010-04-22 Thread Ajay
Hi, How can you inflate a progress dialog from xml? If I try to inflate this way, it gives a compile error telling that View cannot be cast to a ProgressDialog. Thank you, AJ On Apr 22, 5:33 pm, prabhakaran sambasivam prabhakaransan...@gmail.com wrote: *just  make the progress dialog as the