i implemented a TranslateAnimation, added a listener to the animation and after that animation i want to update the view layout params so the view is responsable to clicks.
The problem, in Gingerbread the animation is working but i cant click the view, even if i updated the LayoutParams: the Position of the view is still 0 x 0. In Android 4, the view is still clickable after the animation and the new positions are working too.
Is there a difference between TranslateAnimations and LayoutParams in this 2 Operating system versions?