Android RecyclerView item match_parent失效解决方案

Android RecyclerView item match_parent失效解决方案

此问题的基础:

1、加载布局时已经使用:Viewview = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_note, parent, false);

2、解决过程如图所示:

问题效果样式


item_xml


解决方案


解决后效果图



                                                                                            End

你可能感兴趣的:(Android RecyclerView item match_parent失效解决方案)