我在Scrollview中有Recyclerview
//Static content. . . //Dynamic content(newsfeed)
现在,在滚动时,layoutStaticContent在顶部保持修复,并在底部独立滚动回收内容.如何滚动整个内容即(layoutStaticContent + recyclerview内容),这样只有1个scrollview?我也尝试用Nestedscrollview替换scrollview但没有成功.
使用android.support.v4.widget.NestedScrollView
then里面的两个布局
NestedScrollView