如上图所示, 我在根目录中使用Recycler视图作为水平,并使用滑动菜单使用嵌套的垂直recyclerView(参考:https://github.com/TUBB/SwipeMenu) 这只能滑动水平回收器View,但我也想处理滑动菜单的滑动操作。 请帮帮我谢谢!
答案 0 :(得分:0)
您可以向任意方向滑动任何视图,只需设置正确的data.map( location ){
location.distance = bla bla bla // distance method will be here
}
并按照您想要的方式处理触摸事件。
例如,以下库在所有方向上使用TouchListener
内的滑动:
https://github.com/chthai64/SwipeRevealLayout