We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
粗略的瞅了眼,如果是作为通用库的话不实用,侵入性太高
我的想法应该是 touch 并移动布局中的 ImageView 目标的时候,动态在布局中添加一个视图,然后通过 canvas 把原视图内容拷贝进去,并且隐藏拖动目标 拖动的轨迹完全可以通过 canvas 绘制,不需要用 item 包装 ImageView 这种高消耗的方式
touch
ImageView
canvas
item
The text was updated successfully, but these errors were encountered:
No branches or pull requests
粗略的瞅了眼,如果是作为通用库的话不实用,侵入性太高
我的想法应该是
touch
并移动布局中的ImageView
目标的时候,动态在布局中添加一个视图,然后通过canvas
把原视图内容拷贝进去,并且隐藏拖动目标拖动的轨迹完全可以通过
canvas
绘制,不需要用item
包装ImageView
这种高消耗的方式The text was updated successfully, but these errors were encountered: