Small ProgressDialog "spinner" for android
Posted
by user141146
on Stack Overflow
See other posts from Stack Overflow
or by user141146
Published on 2010-02-04T19:24:57Z
Indexed on
2010/06/01
6:53 UTC
Read the original article
Hit count: 546
Hi,
I've been able to use the standard "ProgressDialog" for android to show that an indeterminate task is running
But I'd like to use the "smaller" progress dialog "spinner" that's used for indeterminate tasks in some of the standard Android applications like the android Market (there's a small spinning circle that's actually integrated into the application window (as opposed to floating on top of it).
Does anyone know how to create the smaller progress dialog (or can someone point me in the right direction)?
Thanks!
© Stack Overflow or respective owner