Android 中默认支持捏合缩放视图
是否有任何视图默认支持捏合缩放,而无需更改捏合缩放?需要对 Image 执行绘制操作,因此还需要 onTouch 支持。
当我们从 myfiles 图像列表启动图像时使用什么视图类型?
任何帮助将不胜感激。
Is there any view that supports pinch zoom by default with out our changes for pinch zoom ? Need to perform draw operations on Image so looking for onTouch support also.
what is the view type is used when we launch image from myfiles image list?
Any help would be appreciated .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过 android-pinch 中的任何代码?
Have you taken a look at any of the code from android-pinch?