I cannot see the wheel, my activity is a tab activity, can this make
wrong something?

Tanks a lot!

On Nov 16, 4:28 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> For the progress *wheel*, it's:
>
> requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
>
> // setContentView here
>
> setProgressBarIndeterminateVisibility(true / false);
>
> -- Kostya
>
> 16.11.2010 18:02, Mark Murphy пишет:
>
>
>
>
>
> > Call requestWindowFeature(Window.FEATURE_PROGRESS); in onCreate().
>
> > Then call setProgressBarIndeterminate(true).
>
> > When you are done, call setProgressBarIndeterminateVisibility(false);
>
> > I have only used the determinate mode (where it's a bar, not a
> > circle), so I may be slightly off in these instructions, but they
> > should point you in the right direction.
>
> > On Tue, Nov 16, 2010 at 9:56 AM, pedr0<pulsarpie...@gmail.com>  wrote:
> >> Hi!
>
> >> I would like add a rotating wheel which indicates that my application
> >> do somethings in the application bar (where its name appears ).
>
> >> Someone knows how should I do?
>
> >> Thanks a lot.
>
> >> pedr0.
>
> >> --
> >> 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
>
> --
> Kostya Vasilyev -- WiFi Manager + pretty widget 
> --http://kmansoft.wordpress.com

-- 
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

Reply via email to