XListView-Android icon indicating copy to clipboard operation
XListView-Android copied to clipboard

XListView 按键事件优化

Open pengqinping opened this issue 11 years ago • 1 comments

XListView会有这样一个现象,手指一直按在列表上面,listview 会上下抖动, 可以在onTouchEvent方法的ACTION_MOVE事件中添加对deltaY的值判断,来解决这个问题。

pengqinping avatar Mar 08 '14 06:03 pengqinping

请提交一个push request。谢谢

Maxwin-z avatar Mar 12 '14 10:03 Maxwin-z