views:

26

answers:

0

i have an app with 2 activity. the first one have next button, the second have previous button. I use an animation on activity switching (use overridePendingTransition) and it is ok. But now, I want to edit effect of that animation. My idea is: when i click on next button, app will go to second activity (i dont care about animation). And in second activity, when i click previous button, second activity will scroll down slowly, and you can see the first activity behind the second activity. thanks for your help and sorry because my terrible English.