Baseflow / PhotoView

Implementation of ImageView for Android that supports zooming, by various touch gestures.
https://baseflow.com
Apache License 2.0
18.77k stars 3.92k forks source link

when I zoom a photoView in my recyclerView, how to zoom other item at the same time? #401

Open Ahaochan opened 8 years ago

Ahaochan commented 8 years ago

i want to build a manga reader, but photoView can't let other item(photoView) to zoom(scale). and , maybe i want to drag one , cause to drag other photoView... can you get me a idea?thx :)

vvit commented 7 years ago

Try reading the scale value in onMatrixChanged listener and then apply this scale to other photo views.