<How to animate the next item smoothly when expand...
# stackoverflow
u
How to animate the next item smoothly when expanding the previous item in recyclerview I'm making an expandable nested recyclerview. I have implemented both a parent recycler view and a child(nested) recycler view, but I would like the next item to be pushed out more smoothly when the previous item is expanded. I'll show you an example image. First what I want.

https://i.stack.imgur.com/X1dA8.gif

But what I made.

https://i.stack.imgur.com/yM5y6.gif

If you look at the GIF file, you won't notice...