The way I have done something similar to this before (with a GalleryView) is
as follows:

- Create an animation in an XML file and save it in res/anim
- Use the startAnimation() method on the view class
- The view would be the item you want to animate

Thanks,
Justin

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Tue, Oct 27, 2009 at 10:15 AM, jax <jackma...@gmail.com> wrote:

>
> Is it possible to animate a single list item from a ListView?  If so
> how?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to