如何在 Android Gallery 小部件中启用缩放和平移功能?

发布于 2024-10-31 15:52:56 字数 84 浏览 1 评论 0 原文

Android Gallery 小部件中的 ImageView 不提供缩放和平移功能。

有谁知道如何启用这些功能?

谢谢。

The ImageView in the Android Gallery widget does not provide Zoom and Pan functions.

Does anyone know how to enable those functions ?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷雾森÷林ヴ 2024-11-07 15:52:56

ImageView 或 Gallery 没有“缩放和平移”功能。您要么需要找到提供此功能的第三方代码,要么自己编写。

以下是一些在 ImageView 上实现您自己的缩放逻辑的链接:

http://blogs .sonyericsson.com/developerworld/category/tutorials/zoom/

http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847

android 多点触控图像缩放?

以下是现有的支持多点触控的小部件:

http://code .google.com/p/android-pinch/

There is no "zoom and pan" for ImageView or for Gallery. You either need to find third-party code that provides this, or write it yourself.

Here are some links for implementing your own zoom logic on an ImageView:

http://blogs.sonyericsson.com/developerworld/category/tutorials/zoom/

http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847

android multitouch image zooming?

Here are existing multi-touch-enabled widgets:

http://code.google.com/p/android-pinch/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文