如何实现NestedScrollView中的recyclerview分页?
我的布局
<android.support.v4.widget.NestedScrollView
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
---------------
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view_ways"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</android.support.v4.widget.NestedScrollView>