解决
在xml的最外层viewGroup添加以下
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
解决
在xml的最外层viewGroup添加以下
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
本文标题:NestedScrollView内嵌RecyclerView会滚
本文链接:https://www.haomeiwen.com/subject/kfquiltx.html
网友评论