ProgressBar widget won't work in this case since the progress animation is shown depending on background activity associated with each list row. I've had a look through the RotateAnimation class but can't work out how to use it with this xml file. The xml file is "progress_small.xml" under android's /res/drawable and seems to make use of RotateAnimation, it starts with <rotate.
Any more help appreciated. Thanks. On May 13, 5:41 pm, "Mark Murphy" <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

