在 onDoubleTapEvent 上调整图像视图的大小
我想在 doubleTapEvent
上调整 ImageView
的大小。代码示例将非常有帮助。
I want to resize an ImageView
on doubleTapEvent
. A code example will be really helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XML:
Java:
类似这样的东西......
XML:
Java:
Something like this...
上面的代码不起作用,在 img.setOnDoubleTapListener(this) 行上给出错误...
给出此类错误
“setOnDoubleTapListener(this) 方法对于 ImageView 类型来说是未定义的”。
Above code is not working give error on img.setOnDoubleTapListener(this) line ...
give such type of error
"The method setOnDoubleTapListener(this) is the undefined for the type ImageView".