Button not responding to Click Event after Translation animation

前端 未结 7 1126
执笔经年
执笔经年 2020-12-01 21:10

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

7条回答
  •  遥遥无期
    2020-12-01 21:43

    The animation do not change the View actually Position. even if you setfillAfter(true), The position it can accept click event is the original position.

提交回复
热议问题