I've just adapting my UI with Material Design Support Lib.
I want to recreate simple animation to open a form like mentionned in Official documentation:
The animation I want to reproduce is the second one ( Beach, blue toolbar)
Thing is I don't know what kind of animation is it, and how should I implement it?
Is there a way to do it with support lib, another lib, or should I just code it myself?
Here I have the official doc to create animations, but it's not helping me a lot...
http://developer.android.com/training/material/animations.html
Any idea?