PullZoomRecyclerView
介绍:
RecyclerView的下拉缩放效果。
运行效果:
使用说明:
三个步骤:
1.在xml中定义PullZoomRecyclerView
<app.dinus.com.pullzoomrecyclerview.recyclerview.PullZoomRecyclerVie
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
2.调用setAdapter和setLayoutManager
mPullZoomRecyclerView.setAdapter(new Adapter());
mPullZoomRecyclerView.setLayoutMannager(new LinearLayoutManager(context));
3.调用setZoomView和setHeaderContainer
mPullZoomRecyclerView.setZoomView(zoomView);
mPullZoomRecyclerView.setHeaderContainer(headerContainer);
已下载
0