问题描述
What I want to reach at the end,a view like this image,Click me
- 我有
RecyclerView
,正在使用GridLayoutManager
。 - 我想在第一行中列出5个项目。
- 其余各行每行应包含6个项目。
- 第一行中的项目比其他项目大。
我尝试了gridLayoutManager.setSpanSizeLookup(...)
请告知。 预先感谢。
What I want to reach at the end,a view like this image,Click me
RecyclerView
,正在使用GridLayoutManager
。我尝试了gridLayoutManager.setSpanSizeLookup(...)
请告知。 预先感谢。