如何在 Android Gallery 小部件中启用缩放和平移功能?
Android Gallery 小部件中的 ImageView 不提供缩放和平移功能。
有谁知道如何启用这些功能?
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Android Gallery 小部件中的 ImageView 不提供缩放和平移功能。
有谁知道如何启用这些功能?
谢谢。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
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/