I'm just getting into Android development and basically I have 5 rectangular buttons stacked on each other.
When I click one (let's say the top one), I want the other 4 to slide down, and another set of buttons or whatever to show between them.
And I want the transitions to be sliding rather than just appearing.
Any suggestions on how to implement that or what functions to use?