解决ScrollView嵌套recyclerview滑动和显示问

2018-01-17  本文已影响0人  polelice

在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>

```

上一篇下一篇

猜你喜欢

热点阅读