ggband

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

只需在recyclerview的外层加入一个父布局就好了  

   <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="match_parent">

                        <android.support.v7.widget.RecyclerView
                            android:id="@+id/rv_lineView"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:layout_marginTop="20dip"
                            android:clipToPadding="false"
                            tools:listitem="@layout/item_timeline"
                            android:nestedScrollingEnabled="false"/>

  </RelativeLayout>

 

posted on 2018-08-24 18:09  ggband  阅读(2099)  评论(0编辑  收藏  举报