How do I define a set of animations without using the <set> tag? I read somewhere on this forum that the set tag has a buggy implementation and will not run with repeatCount="infinite".
How do I define a set of animations without using the <set> tag? I
Share
You could override
onAnimationStartandonAnimationEnd, if you you extendView, to trigger starting the new animation when the old animation has finished.