Reputation: 13
With this link you can navigate to the image of my recyclerview. Here I have vertical recyclerview inside horizontal recyclerview. The horizontal scrolling works fine because I have used LinearSnapHelper. So everytime I scroll horizontally, one of the displays of date and hours is positioned in the center. The problem is that I want to disable the vertical scrolling of 2 recyclerviews of the image which are on the edges, so the only central recyclerview can be scrolled vertically at that moment.
Looking forward to suggestions! Thanks in advance!
Upvotes: 0
Views: 74
Reputation: 83
I would like to help you with your problem
Could you please submit code snippets of your main activity, main XML file, and the activity that this layout is put in?
Upvotes: 0