关于滑动出现菜单问题
valiantyan opened this issue · 2 comments
valiantyan commented
为什么一定要给 SwipeMenuLayout设置一个setOnClickListener事件才能滑动出现菜单。不设置 SwipeMenuLayout的setOnClickListene事件怎么滑动都不能出现菜单?作者能解释下吗?
TUBB commented
😄,刚才我看了下,如果item view不可点击的话,RecyclerView拦截不到item view的touch事件,直接设置itemView.setClickable(true)就可,下个版本我会修复,谢谢反馈~
在 2015年12月30日,14:34,布达佩饰 notifications@github.com 写道:
为什么一定要给 SwipeMenuLayout设置一个setOnClickListener事件才能滑动出现菜单。不设置 SwipeMenuLayout的setOnClickListene事件怎么滑动都不能出现菜单?作者能解释下吗?
—
Reply to this email directly or view it on GitHub #2.
valiantyan commented
3Q,反正我也需要点击事件,我一开始没设置点击事件的时候总是滑动不出来菜单哈哈。