I have two RecyclerView's on the screen. Each View takes half of screen surface. Each View have a LinearLayoutManager as Layout manager with LinearLayoutManager.HORIZONTAL flag.
I need the next effect. When I scroll one of this RecyclerView, another View should be scrolled to the same position in the same time. How I can achieve this?