分组中布局可以实现 recyclerview 的 GridLayoutManager 的效果吗?
e0uiprwp1#
你说的这种效果么
https://github.com/liangjingkanji/BRV/
qlckcl4x2#
是的,就是这种效果, demo得效果是 子分组是列表形式,我不太清楚是否能实现这种效果。 不过我用嵌套recyclerview实现了这种效果,虽然不太想用这种方式😔 发自我的iPhone…
在 2021年7月14日,00:05,劉強東***@***.***> 写道: 你说的这种效果么 https://github.com/liangjingkanji/BRV/ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
jtjikinw3#
binding.recyclerView.layoutManager = GridLayoutManager(context, 4) binding.recyclerView.adapter = adapter
init { addFullSpanNodeProvider(TitleProvider()) // 占据一整行的 item,标题 item addNodeProvider(EntranceProvider()) // 普通的一行四个的 item }
3条答案
按热度按时间e0uiprwp1#
你说的这种效果么
https://github.com/liangjingkanji/BRV/
qlckcl4x2#
是的,就是这种效果, demo得效果是 子分组是列表形式,我不太清楚是否能实现这种效果。 不过我用嵌套recyclerview实现了这种效果,虽然不太想用这种方式😔 发自我的iPhone…
在 2021年7月14日,00:05,劉強東***@***.***> 写道: 你说的这种效果么 https://github.com/liangjingkanji/BRV/ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
jtjikinw3#