Android 支持 Repository 23.2.1 RecyclerView 报错

Android Support Repository 23.2.1 RecyclerView error

更新我的支持库23.2.1后,我遇到了一个问题。即使我没有更改任何仅代码库更新,我的 recyclerview 项目也未显示。仅显示第一项,其他未显示。我不知道为什么它不显示所有元素。有人遇到过这个问题吗?如何解决?

Before library update

After library update

注意:不幸的是,我无法将 IDE Eclipse 更改为 Android Studio。

支持库 23.2.1 发生了变化

RecyclerView.LayoutManager no longer ignores some RecyclerView.LayoutParams settings, such as MATCH_PARENT in the scroll direction. Note: These lifted restrictions may cause unexpected behavior in your layouts. Make sure you specify the correct layout parameters.

您需要更改 RecyclerView 中的布局项目才能使用 WRAP_CONTENT