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
recyclerview模块的listitem_layout 的textview宽度使用match_parent无效。
The text was updated successfully, but these errors were encountered:
这个bug已解决,将适配器解析布局处修改一下。 @OverRide public ViewHolder onCreateViewHolder(ViewGroup viewHolder, int position) { View view = inflater.inflate(R.layout.listitem_layout, viewHolder,false); return new ChildViewHolder(view); }
Sorry, something went wrong.
No branches or pull requests
recyclerview模块的listitem_layout 的textview宽度使用match_parent无效。
The text was updated successfully, but these errors were encountered: