OnClickListener 是按钮按下 + 按钮松开。无论如何只要按下按钮就可以让它消失吗?
我仍然不喜欢阅读文档。没有提到任何关于这个,我不知道如何去寻找可以帮助的东西。
OnLongClickListener说Called when a view has been clicked and held.
由于我的问题得到了相当快的回答,有谁知道为什么当我将 onClick 更改为 onTouch 时会出现此错误?
The method setOnTouchListener(View.OnTouchListener) in the type View is not applicable for the arguments (new OnTouchListener(){})