# PullToZoomInRecyclerView **Repository Path**: caopeng000/PullToZoomInRecyclerView ## Basic Information - **Project Name**: PullToZoomInRecyclerView - **Description**: 支持下拉放大图片的RecyclerView - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PullToZoomInRecyclerView - - - 支持下拉放大图片的RecyclerView ## PreView ![](https://github.com/gatsbydhn/PullToZoomInRecyclerView/blob/master/gif/demo.gif) ## 使用 第一步:在根目录的build.gradle文件中加入 `maven { url "https://jitpack.io" }` 效果如下: ``` allprojects { repositories { ... maven { url "https://jitpack.io" } } } ``` 第二步:添加依赖 ``` dependencies { compile 'com.github.gatsbydhn:PullToZoomInRecyclerView:v1.0' } ```