码迷,mamicode.com
首页 > 其他好文 > 详细

scrollview嵌套recyclerview显示不全现象

时间:2018-08-24 19:18:33      阅读:410      评论:0      收藏:0      [点我收藏+]

标签:pad   lis   显示不全   time   嵌套   too   androi   als   support   

只需在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>

 

scrollview嵌套recyclerview显示不全现象

标签:pad   lis   显示不全   time   嵌套   too   androi   als   support   

原文地址:https://www.cnblogs.com/ggband/p/9531313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!