-
Notifications
You must be signed in to change notification settings - Fork 108
Nested scrolling #14
Comments
dealing with same issue. please help i using this layoutmanager in nestedscrollview |
I'm sorry for the very late reply, I haven't had much time to work on my libraries and this one always takes lots of time to fix. Could you provide an example of what you are trying to do? |
@Arasthel Trying to have a nestedscrollview as a parent. While having SpannedGridLayoutManager as one of its children but when adding a your library it doesn't allow nested scrolling and is unscrollable. |
@mrsylerpowers |
@DennyWeinberg Edit: @Arasthel My whole setup is:
And here are the Item views that I am using and inflating inside of my recyclerAdapter :
and my adapter:
When I use the |
I am having exactly the same problem. I would like to set the height of the RecyclerView to // edit Adding this snippet in
The RecyclerView height is still not correct (a bit too much in my case), until now I did not find in the LayoutManager the right calculated height to use there. |
@rafalzawadzki It seems this a issue with just the rectsHelper.end calculator as mentioned in #43 even in original code there is extra space. |
Nested scrolling with my (and neither with your) code does not working at all. It just makes my screen unscrollable.
If i change the SpannedGridLayoutManager to a simple LinearLayoutManager, the NestedScrolling works fine, so the problem is in the LayoutManager.
Please fix it.
Thank you.
The text was updated successfully, but these errors were encountered: