Once user presses button, new activity is shown with animation.
What is the name of this animation in standard android resources? How can I apply that to my application? (some the animations there (xml files) contains references to other files and to some config values)
Would like to imitate new activity opening, when content of my ScrollView is changed.
You might be looking for slide_left_in, slide_left_out, slide_right_in, and slide_right_out.