Android 图片预览工具
- 在build.gradle 文件添加
compile 'com.maiml:previewphoto:1.0.0'
- 调用
PhotoPreviewIntent intent = new PhotoPreviewIntent(this);
intent.setPhotoPaths(photos) ////预览图片对象列表
.setSmallWidth(width) //小图的宽
.setSmallHeight(height)//小图的宽
.setCurrentItem(position)//预览图片位置
.setDefluatDrawble(R.drawable.ic_launcher) //加载错误时的图片
.launch();
如果遇到问题或者好的建议,请反馈到我的邮箱,maimingliang8#163.com (# 换 @)
如果觉得对你有用的话,点一下Star赞一下吧!