I have performed a Translation animation on button ,everything work as i excepted ,but only the problem is after the animation the button not responding to click event pleas
This will translate the object in y direction:
ObjectAnimator mover = ObjectAnimator.ofFloat(v, "translationY", 0, 400); mover.start();