> ProgressBar widget won't work in this case since the progress > animation is shown depending on background activity associated with > each list row.
The widget approach would seem to work--just use android:visibility="gone" until you're ready to show it with setVisibility(View.VISIBLE). -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

