I'm just starting out with Android and I followed this guide on adding the Up navigation to an Activity on the Action Bar.
http://developer.android.com/training/implementing-navigation/ancestral.html
However, the transition of when I use the up button from the Action Bar makes it show as the fade-in transition of opening a new activity rather than the fade-out that it should be, as it does when pressing the back button on the bottom.
What can I do to make it display the correct transition? Thanks.