Android Support Repository 23.2.1 RecyclerView error [duplicate]

旧城冷巷雨未停 提交于 2019-12-04 19:30:33

There was a change in the support library 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.

You need to change your layout items in your RecyclerView to use WRAP_CONTENT.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!