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 <[email protected]> wrote: > *just make the progress dialog as the parent class in the XML and with in > this class define all other class. > * > > > > On Thu, Apr 22, 2010 at 5:55 PM, Ajay <[email protected]> wrote: > > Hi, > > I have the standard ProgressDialog displayed during a lengthy > > operation. How can I make this ProgressDialog to occupy the entire > > screen (make it full screen)? > > > Thank you, > > AJ > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

