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
Hi All,
I was playing around FixedGridLayoutManager and tried to have a RecyclerView with FixedGridLayoutManager as an item of RecyclerView with LinearLayoutManager (Vertical).
The problem is now the RecyclerView with FixedGridLayoutManager does not scroll vertically.
ViewHolder for parent RecyclerView with LinearLayoutManager is as follows -
public static class VerticalItemHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
private SimpleTVAdapter mAdapter;
private RecyclerView recyclerView;
private TextView sectionTitle;
Hi All,
I was playing around FixedGridLayoutManager and tried to have a RecyclerView with FixedGridLayoutManager as an item of RecyclerView with LinearLayoutManager (Vertical).
The problem is now the RecyclerView with FixedGridLayoutManager does not scroll vertically.
ViewHolder for parent RecyclerView with LinearLayoutManager is as follows -
public static class VerticalItemHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
private SimpleTVAdapter mAdapter;
private RecyclerView recyclerView;
private TextView sectionTitle;
Can anyone point me in right direction how to achieve RecyclerView (FixedGrid) as an item inside another RecyclerView (Linear Vertical)?
Thank you.
The text was updated successfully, but these errors were encountered: