有弹性的RecycleView容器,有背景可以下拉放大,上拉时背景不动 .
<com.zhangyi.reboundrecyclelayout.customview.ReboundRecycleLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/play_list_rv"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</com.zhangyi.reboundrecyclelayout.customview.ReboundRecycleLayout>