iielse / imageviewer

A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
MIT License
2.23k stars 310 forks source link

能不能加上背景色设置(至少透明度),还有代码关闭功能(不然没有动画) #87

Closed GOGJIAN closed 4 years ago

iielse commented 4 years ago

使用 ImageViewerBuilder.show() 来展示数据吧

背景色设置 调整 Config.VIEWER_BACKGROUND_COLOR 的值 主动关闭调用 ImageViewerActionViewModel.dismiss() 来实现 同https://github.com/iielse/ImageViewer/issues/70