NestedScrollView内嵌RecyclerView会滚
2021-08-26 本文已影响0人
带带我
解决
在xml的最外层viewGroup添加以下
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
解决
在xml的最外层viewGroup添加以下
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"