I have two Layouts, first is some custom layout, and the second is a ListView
The first one is default, and when I need to open up a ListView, I just pull up the bottom of the first layout, so it goes up like a curtain in theaters and shows me my ListView
When I click some ListItem, curtains close and hide the ListView
Here I made a quick picture of what I meant:
curtain animation http://dl.dropbox.com/u/32772116/curtain.png
I have two layout files: default.xml and list.xml
So I need an advice on how to implement this curtain-like animation
You can get it from API demos. There are two xmls named
push_up_in.xmlandpush_up_out.xmlinres/animfolder. Also, you can referViews->Layout Animations->Grid FadeorViews->Layout Animations->Reverse Orderfor the same kinda animation. Best luck!