On Dec 25, 7:37 am, John Lussmyer <[email protected]> wrote: > I've already found that RepeatMode/Count on an AnimationSet doesn't work. > I may end up manually restarting it each time. It just seemed that having > an AnimationSequence was a pretty obvious function. I'm surprised it > doesn't exist yet.
Or you could try composing an AnimationSet using addAnimation() with as many Animations as you think will be appropriate for your requirements, as long as the size of the AnimationSet list can fit in memory, and it doesn't have to run "forever". -- 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

