ConsecutiveScroller
ConsecutiveScroller copied to clipboard
OnVerticalScrollChangeListener事件覆盖问题
问题1: ConsecutiveScrollerLayout嵌套ConsecutiveScrollerLayout,子ConsecutiveScrollerLayout.setOnVerticalScrollChangeListener,返回的state一直是0
问题2: ConsecutiveScrollerLayout下的recycleView.addOnScrollListener没有回调
ConsecutiveScrollerLayout会代理子view的滑动,所以只有外层的ConsecutiveScrollerLayout能正常监听滑动事件。子view不能监听