# GalleryView **Repository Path**: jimmy525/GalleryView ## Basic Information - **Project Name**: GalleryView - **Description**: Gallery图片查看器,支持吸附效果,平分屏幕GridView效果,支持点击下一个,上一个 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #GalleryView xmlns:app="http://schemas.android.com/apk/res-auto" // 支持自动分屏屏幕设置 app:autoCut="true" // 支持匹配Item原大小设置 app:autoCut="false" // 屏幕Item个数设置 app:colCount="2" // 查看上一个(下一个) gvImages1为GalleryView gvImages1.showPrevious(); gvImages1.showNext(); 效果图: ![image](https://github.com/xiaojianglaile/GalleryView/blob/master/raw/1.png) ![image](https://github.com/xiaojianglaile/GalleryView/blob/master/raw/2.png)