onClickListener not triggered during animation

不想你离开。 提交于 2020-01-04 04:30:17

问题


I have followed this answer to animate an imageview. The animation works perfect. But I had added an onClickListener to the imageview. The onClickListener works perfectly when the image is at rest, that is not animating. But while animating, the imageview doesn't trigger the onClickListener action. What is the problem here? How can I rectify it? Please help me out.

来源:https://stackoverflow.com/questions/23947114/onclicklistener-not-triggered-during-animation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!