If you take a look at notification bar, when closing it, the views go under each other and then finally go out of the screen. take a look at screenshots to see what i mean:
I want to implement a view in my application that behave just like this.
I've looked at these kind of tutorials that focus on CoordinatorLayout
to implement this, but i can't find a way to implement this behaviour. Is there any other view that can help me?