> Hi, I'm trying to get an indeterminate progress image to show up in my > custom listview row. I tried copying the progress animation xml file > into my drawable folder and setting the image source to it, but it > just shows a static image. How can I get it to animate, like it would > in a dialog box or in the title bar?
Either use a real ProgressBar widget or use a RotateAnimation with an ImageView. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

