最近开发碰到个问题,为TextView设置了BetterLinkMovementMethod之后,文本内容如果过长,无法滑动。解决方法:借鉴文章 https://stackoverflow.com/questions/8558732/listview-textview-with-linkmovementmethod-makes-list-item-unclickable原理:原来是每个事件都返回false 现在每个事件处理完自己的逻辑之后,都让系统自带的touch去接收