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
android:tag="swipe"
自定义侧滑移动的视图android:tag="swipe"后,当侧滑删除目标view后,滚动列表,复用的那一个item会直接显示背景项,滑动一下又能恢复。 代码是在官方的示例基础上修改的。 @liangjingkanji
任何业务相关问题没有fork仓库复现问题一律无法解决, 凭空猜测只会让问题晦涩难懂, 大量耽误项目维护时间
异常堆栈信息或者手机截图/视频(拖拽到输入框即可上传)
The text was updated successfully, but these errors were encountered:
Swipe视图的transitionX没有恢复导致
transitionX
Sorry, something went wrong.
暂时在onBind里把swipeView.x = 0f
fix: #263 自定义侧滑移动的视图android:tag="swipe"复用问题
353d1e8
90e08ad
已修复应该知道吧?
No branches or pull requests
问题描述
自定义侧滑移动的视图android:tag="swipe"后,当侧滑删除目标view后,滚动列表,复用的那一个item会直接显示背景项,滑动一下又能恢复。
代码是在官方的示例基础上修改的。
@liangjingkanji
期望行为
如何复现
截图
异常堆栈信息或者手机截图/视频(拖拽到输入框即可上传)
版本
The text was updated successfully, but these errors were encountered: