Issue with Android Spinner inside RecyclerView items

144 Views Asked by At

I have an issue with showing RecyclerView elements inside RecyclerView.

When I selected the item inside prelast Spinner(1st pic), the last one (Spinner) disappeared(2nd pic.). What could be the main reason?

Every word is TextView. LayoutManager for inner RecyclerView is FlexboxLayoutManager with FlexDirection.ROW.

New fragment

Here spinner disappears

0

There are 0 best solutions below