如何确定网格布局管理器的跨度索引?

时间:2016-05-24 10:52:18

标签: android-recyclerview gridlayoutmanager

我正在使用RecyclerViewGridLayoutManager,在我的布局中使用5个跨度计数。

如何通过项目位置确定GridLayoutManager中项目的跨度索引?

1 个答案:

答案 0 :(得分:7)

最后我找到了! 根视图持有者项的布局参数为class Parent extends React.Component { constructor() { super(); this.state = { mood: "" }; } updateMood = (value) => { this.setState({ mood: value }); } } 并且具有GridLayoutManager.LayoutParams方法。

getSpanIndex()