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

scrollview嵌套recyclerview卡顿现象

时间:2018-08-24 19:21:41      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:into   tool   ntop   height   java   bsp   方式   androi   als   

方式一xml: android:nestedScrollingEnabled="false"

  

   <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"/>

方式二java:

   rv_lineView.setNestedScrollingEnabled(false);

 

 

  

scrollview嵌套recyclerview卡顿现象

标签:into   tool   ntop   height   java   bsp   方式   androi   als   

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

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