onAnimationEnd() is called exactly once - when I do the testShape.clearAnimation() to stop it.
On Thu, Dec 23, 2010 at 1:14 PM, John Lussmyer <[email protected]>wrote: > Now, that is interesting. > Moving the repeatCount and repeatMode settings to the XML made it mostly > work. > Setting the Duration in the Java does properly override the setting in the > XML. Setting Count and Mode does not. > > Also, the listeners onAnimationStart() is called exactly once. > OnAnimationRepeat() is never called - even though the animation is > repeating. > > > On Thu, Dec 23, 2010 at 12:50 PM, Mark Murphy <[email protected]>wrote: > >> Try specifying the repeat (and maybe the right duration) in the XML >> instead of in Java. That should not make a difference, but it is at >> least worth a try. >> >> Otherwise, I see nothing obviously wrong. >> >> > -- 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

