在recycleview外加一层相对布局,binding.rvPeihuoDetail.setNestedScrollingEnabled(false);
```
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants">
android:id="@+id/rv_peihuo_detail"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</RelativeLayout>
```
网友评论