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
@ItemProviderTag( viewType = TimChatAdapter.TYPE_TEXT; layout = R.layout.item_tim_chat_text_msg;(这里会报和buttknife在Lib使用一样的错误) )
可以不可以拓展用代码 set layout 进去 ,兼容下
The text was updated successfully, but these errors were encountered:
已经重构了一波 代码 #2139
移除了接口注解的方式,同时也避免了在lib里面无法设置view的资源id情况
Sorry, something went wrong.
@a710398739 @AllenCoder BaseItemProvider新增支持注解或重写方法返回viewType和layout的id;
修复itemProvider覆盖onItemClickListener回调的问题,如有设置onItemClickListener则不回调到itemProvider的onClick方法中,长按事件如同
#2140
已修复,并移除
No branches or pull requests
@ItemProviderTag(
viewType = TimChatAdapter.TYPE_TEXT;
layout = R.layout.item_tim_chat_text_msg;(这里会报和buttknife在Lib使用一样的错误)
)
可以不可以拓展用代码 set layout 进去 ,兼容下
The text was updated successfully, but these errors were encountered: