I\'m using an xml defined animation to slide a view off the screen. The problem is, as soon as the animation completes it resets to its original position. I need to know how
I might be a bit late in replying, but I have the solution for this:
Just add android:fillAfter="true" in your xml
android:fillAfter="true"