安卓图库
我正在尝试实现一个图像库,在每个图像上都具有放大和缩小功能。
为此,我扩展了 ImageView 并添加了放大缩小机制,然后在 Adapter 类中返回我自己的 ImageView。但不幸的是它不适用于当前的图库小部件。
我的图像视图骨架是这样的
public class myImageView extends ImageView implements OnTouchListener{}
我的适配器类代码也很简单我只是使用我的 ImageView 而不是原始的。放大缩小我的 ImageView 在没有画廊的情况下工作正常,但在画廊中则不行。
有什么建议吗?
I am trying to implement a Image Gallery with zoom in and zoom out facilities on every images.
for this i have extended ImageView and added zoom in zoom out mechanism with it, then in the Adapter class i return my own ImageView. But unfortunately it is not working with current Gallery widget.
my image view skeleton is like this
public class myImageView extends ImageView implements OnTouchListener{}
My adapter class code is also simple i just use my ImageView instead of original one. Zoom in Zoom out in my ImageView works fine without gallery but not with gallery.
Any, advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论