How to get out a childview from RecyclerView?

Viewed 1698

[EDITED AT THE BOTTOM]

I'm trying to code manually these types of animations:

Google Calendar

If you carefully see those views, they belong to a List or RecyclerView, but they are animated (size animation, translation animation) out of the parent's bounds.

If I try to do that, the result is that my view goes under my parent's bounds.

https://drive.google.com/file/d/0B-V0KHNRjbE_bkJEekExNGNLbDA/view?usp=sharing


This is one frame, carefully stopped just to see that the child view has been taken from the parent, and is starting expanding to the whole view:

enter image description here

and this is where it's almost 100% expanded:

enter image description here


I just wanted to re-point this in another way. Is this a stuff in relation with Activity Transitions ? Because if so, I don't have any idea of how to do it.

1 Answers
Related