Google Inbox like RecyclerView item open animation
问题 Currently, I'm trying to implement Google Inbox like RecyclerView behaivior, and I'm very curious about email opening animation. My question is: how to do that? I mean, which method they used? Did they use ItemAnimator.dispatchChangeStarting() and change it's height to fill parent? Or something another? And if they do, how they make it close with pull gesture while underlying RecyclerView elements are slightly visible. Can anyone help me with pointing to some library, or code snippets