如何在NestedScrollView中使用分页实现RecyclerView

时间:2018-07-18 10:15:42

标签: android android-layout

如何实现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>

0 个答案:

没有答案