Android 嵌套RecyclerView禁止滑动事件

作者: android 发布时间: 2019-08-14 浏览: 3008 次 编辑

//禁用滑动事件
recyclerview.setNestedScrollingEnabled(false)