Just had a look at the demo app of new Android support design library. It\'s provided by Chris Banes on github. Throught the app, CoordinatorLayout
is used Heav
Here it is you are looking for.
from docs
the Design library introduces CoordinatorLayout
, a layout which provides an additional level of control over touch events between child views, something which many of the components in the Design library take advantage of.
https://android-developers.googleblog.com/2015/05/android-design-support-library.html
in this link you will see the demo videos of all above mentioned views.
hope this helps :)