HorizontalScrollDemo-master
HorizontalScrollDemo-master copied to clipboard
RecyclerView+HorizontalScrollView 无嵌套实现左侧标题栏固定,右侧内容部分可整体横向滑动
Results
3
HorizontalScrollDemo-master issues
Sort by
recently updated
recently updated
newest added
去掉之后内部的recycleview如何多条联动。如何联动上方的HorizontalScrollView 头部
CustomHorizontalScrollView里的onInterceptTouchEvent方法中加了 `if (eventListener!=null){ return true; }` 判断会导致子View点击事件不触发,需要去掉
文件都不全,还要自己补