-
I have two fragments inside a view pager. Last fragment has a recycler view where I am trying to implement Swipe to Dismiss with SwipeLayout. However, SwipeLayout isn't working when that fragment is i…
-
How to pass RecycledViewPool to Nested horizontal recyclerview ?
-
- [x ] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate
## Issues and steps to reproduce
RecyclerView is not showing all ite…
-
Hello Eric first of all thanks for implemented _nestedrecyclerview_. I'm using this for my project but I'm not able to manage to start new activity when i clicked to book to preview that book. Thanks …
-
Hi! Can you please tell me, does it work inside ScrollView/NestedScrollView wrapped to Linear/Relative/Frame Layout?
I have two recyclerviews in my screen. And in the second one I need to use Scroller…
-
Thanks for nice nested recycler view example.
I just got an error log as below:
`FATAL EXCEPTION: main
Process: c…
-
I have view pager in my recycler view item, and inside that view pager player is there, can it be managed by toro somehow?
-
Hi,
The scenario I have is a recycler view containing items with different view types, i.e. i audio, video, image files all in a single adapter, in order to show media files as in other gallery apps.…
-
Probably is due to the height of the recyclerview being set as if the panel was always completely open. I was trying to to programmatically change the height using the slide listener:
```
@Overrid…
-
Currently if there is scrolling view (ex. RecyclerView) inside of `MotionLayout`, this view grabs touch events preventing transitions with swipe over that view. Method `onInterceptTouchEvent` can hand…