在recycleview外加一層相對(duì)布局信夫,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>
```