On my android application, I'm opening recycler view cell (increasing its height with animation).
If I'm opening it just on the top of recycler view - it scrolls top a little and top (offscreen) item is going to recycle and at the bottom of the recycler, the view appears another cell with opened content.
Tested with little smaller height to open - everything works fine.
So the question is, how to say to recycler view to give me a little bit more height on top offscreen before starting the recycling element?