标签: android textview ontouchlistener scrollable
我的TextView是scrollable。我通过 setMovementMethod(...)完成了这项工作。现在我想添加OnTouchListener(setOnTouchListener(...)来处理横向移动,但是当我这样做时,视图不再是scrollable。 如何同时启用?
TextView
scrollable
OnTouchListener
答案 0 :(得分:1)
您可能会在覆盖“ onTouch(View,MotionEvent)”方法时返回<strong> true