如何停止在 Scrollview 中滚动 Recyclerview?
How to stop scrolling of Recyclerview inside the Scrollview?
在我的项目中,我在滚动视图中放置了一个回收视图。 Recyclerview 工作正常并且滚动 well.I 不希望滚动 recyclerview.When 滚动屏幕整个布局应该 scroll.But 现在只有 recyclerview 是 scrolling.How 来阻止它?
在您的 RecyclerView
中添加 android:nestedScrollingEnabled="false"
属性。
在我的项目中,我在滚动视图中放置了一个回收视图。 Recyclerview 工作正常并且滚动 well.I 不希望滚动 recyclerview.When 滚动屏幕整个布局应该 scroll.But 现在只有 recyclerview 是 scrolling.How 来阻止它?
在您的 RecyclerView
中添加 android:nestedScrollingEnabled="false"
属性。