We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在滑动列表时,很容易就把侧滑的给划出来,不能像qq那样侧滑和上下滑动明确分开
The text was updated successfully, but these errors were encountered:
I have also the question
Sorry, something went wrong.
滑动的时候挺容易出现一点侧滑得边, @EnumContent @wzgl5533 你们解决了吗
@mingmingacc MotionEvent.ACTION_MOVE: 方法里面添加
//处理上下滑动灵敏的问题 if (gap > 0 && gap < 2) { gap = 0; }
@mingmingacc MotionEvent.ACTION_MOVE: 方法里面添加 //处理上下滑动灵敏的问题 if (gap > 0 && gap < 2) { gap = 0; }
感谢这位大佬的回复。
No branches or pull requests
在滑动列表时,很容易就把侧滑的给划出来,不能像qq那样侧滑和上下滑动明确分开
The text was updated successfully, but these errors were encountered: