nestedscrollview中的recyclerview不滚动
I have a recyclerview inside a nestedScrollView and I have stopped the scrolling of recyclerview to allow nestedScrollView to scroll all the page, but the nestedScrollView is not working.
I have set the nestedScrollingEnabled of the recyclerview to false
I...