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

2010-04-23 Thread ~ TreKing
On Thu, Apr 22, 2010 at 11:46 PM, Ajay  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.

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
 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  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 android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en