I have an AnimationSet with inside a ScaleAnimation and a TranslateAnimation like this:
TranslateAnimation:
TranslateAnimation goTopFromRight = n
My solution is to add a container outside your view, and apply the scale animation to your view while applying translate animation to the container. Then you can make more complex animation even via XML~