I wanted to move some linear layout using TranslateAnimation. I have 2 problems. My base SDK is Android 2.2.
I solved the issue with the help from post View.GONE in animation complete
The problem is after layout B completes the animation, i missed to make the view state as View.GONE. Adding View.GONE brought back the controls.