在 android 中放大和缩小图像
zooming in and out an image in android
我有一张尺寸为 1200x2400 的图片。我使用 Picasso 将其加载到我的 ImageView。它运作良好。
现在我想要一个功能,可以用两根手指缩放 in/out 该图像。我如何实现它?
您可以使用 PhotoView 库 Chris Banes
我有一张尺寸为 1200x2400 的图片。我使用 Picasso 将其加载到我的 ImageView。它运作良好。
现在我想要一个功能,可以用两根手指缩放 in/out 该图像。我如何实现它?
您可以使用 PhotoView 库 Chris Banes