您的位置:首页 > 移动开发 > Android开发

android ScrollView 嵌套RecyclerView 快速滑动粘黏问题

2016-10-09 15:29 465 查看
<android.support.v7.widget.RecyclerView
android:id="@+id/v_logistics_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:nestedScrollingEnabled="false"
android:orientation="vertical"
app:layoutManager="LinearLayoutManager">

</android.support.v7.widget.RecyclerView>

设置
android:nestedScrollingEnabled="false"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐