panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.01k stars 307 forks source link

请问一下我是在recyleview中的adapter里用到了这个库,用来做图片查看预览大图画廊 #130

Closed dary123 closed 2 years ago

dary123 commented 4 years ago

但是遇到了一个问题,我需要在recyleview或者包含的item点击整块区域时,顶部bar要缩回去,如果使用了photo_view.setZoomEnabled(true);photo_view.getZoomer().setReadMode(true);就没法监听到点击事件,因为被拦截了,如果去掉这两行代码才可以,如何解决这个冲突问题

panpf commented 4 years ago

我不会在列表中开启手势缩放,我也没有考虑在列表中手势缩放的问题,你为什么非要在列表中开启手势缩放

dary123 commented 4 years ago

因为要做左右滑动查看图片啊

panpf commented 4 years ago

是用 RecyclerView 代替 ViewPager 吗?

panpf commented 4 years ago

直接在 photo_view 上调用 setOnClickListener 即可拿到点击事件