如何在android gridview上进行图像视图拖放
我想重写 onTouch 事件并从 gridview 获取图像视图 并将其拖到网格上的新位置?
i want to Override the onTouch event and get the image view from the gridview
and drag it to new place on the grid ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这是否是您正在寻找的东西,但这是我开发的一个拖放网格,可能会对您有所帮助:
https://github.com/thquinn/DraggableGridView
它允许您长按子视图并将其拖动到网格中的另一个位置。还动画化了!
I'm not sure if this is the kind of thing you're looking for, but here's a drag-and-drop grid I developed that might help you:
https://github.com/thquinn/DraggableGridView
It allows you to long press a child view and drag it to another position in the grid. It's animated, too!