标签: android image zoom pinch universal-image-loader
我在我的应用中应用了costras universal-image-loader。 但是,我似乎无法在任何地方找到缩放缩放选项。 它包含它吗?
答案 0 :(得分:4)
使用PhotoView库而不是ImageView。
https://github.com/chrisbanes/PhotoView
答案 1 :(得分:2)
以下链接提出了有关缩放的问题。
UIL不提供任何ImageView缩放功能。
https://github.com/nostra13/Android-Universal-Image-Loader/issues/66
用于缩放图像
Android imageView Zoom-in and Zoom-Out
How can I get zoom functionality for images?