I am using the same adapter for several recyclerviews, the doubt I have is that two of them are in parallel on the screen so it is half of the original recycler as a result I get in these two recycler the piled up information as it comes out in the image
The question is: can it be fixed in some way or is it better to create another adapter for these two recyclerviews?