You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the FixedGridLayoutManager doesn't work correctly if I try to inflate dynamical children in onBindViewHolder.
I have an RecyclerView where every cell exists of another RecyclerView.
The height of the cells is always zero respectively the minimum height.
I already tried to replace the child-RecyclerView with a LinearLayout and add to this the children.
But this doesn't help.
The text was updated successfully, but these errors were encountered:
Unfortunately the FixedGridLayoutManager doesn't work correctly if I try to inflate dynamical children in onBindViewHolder.
I have an RecyclerView where every cell exists of another RecyclerView.
The height of the cells is always zero respectively the minimum height.
I already tried to replace the child-RecyclerView with a LinearLayout and add to this the children.
But this doesn't help.
The text was updated successfully, but these errors were encountered: