I would like to make a similar design to my RecyclerView
(or if it's not possible maybe a ListView
can do that) like the one in the status bar (or Lock Screen) of Android Lollipop and up.
I am mainly interested in how they stack on top of each other when they no longer fit into the screen. And the way they slide up is they go each one behind the one above it.
Here are some images (they are stacked in the second screen): one, two.
I know how to use the RecyclerView
with default scrolling behaviour and such but the one described above is very interesting. How is it possible?