I have a problem creating an animation. I have a button in the action bar that clicks on it, or displays or hides a menu bar. So far it is displaying or hiding using GONE and VISIBLE. I would like to add an animation, this menu is just below the action bar, so when clicking to hide the menu, I would like it to move up, hiding it. When clicking to show the menu, I would like it to move down, showing it. Another problem is that the rest of the layout should follow the movement that is chosen. Does anyone know of an example for this problem? Thanks!