标签: android textview
我知道如果我想听单击,我可以在我的TextView中添加onClick。我可以为点按并执行类似的操作吗?
onClick
答案 0 :(得分:2)
使用onLongClick()方法see here