When I set :
animationSet.setFillAfter(true);
The view holds the animated state there after. But before doing another animation, I need to reset the state to the old one. What I need is something like :
animationSet.resetFillAfter(true);
How can I achieve this? Is it possible?
You can call yourView.clearAnimation()