我正在使用RecyclerView
和GridLayoutManager
,在我的布局中使用5个跨度计数。
如何通过项目位置确定GridLayoutManager
中项目的跨度索引?
答案 0 :(得分:7)
最后我找到了!
根视图持有者项的布局参数为class Parent extends React.Component {
constructor() {
super();
this.state = {
mood: ""
};
}
updateMood = (value) => {
this.setState({ mood: value });
}
}
并且具有GridLayoutManager.LayoutParams
方法。
getSpanIndex()