The exit animation can be set to 0, but the duration of two animations needs to be the same. Exit Animation:
<?xml version= "1.0" encoding= "Utf-8"?>
<set xmlns:android= "http://schemas.android.com/apk/res/android" $amp;>amp; $nbsp;
<translate
Android:fromxdelta= "0"
Android:toxdelta= "0"
Android:fromydelta= "0"
Android:toydelta= "0"
android:duration= "+"/$amp;>amp; $nbsp;
</set$amp;>amp; $nbsp;
Enter the animation:
<?xml version= "1.0" encoding= "Utf-8"?>
<set xmlns:android= "http://schemas.android.com/apk/res/android" $amp;>amp; $nbsp;
<translate
Android:fromxdelta= " -100%p"
Android:toxdelta= "0"
Android:fromydelta= "0"
Android:toydelta= "0"
android:duration= "+"/$amp;>amp; $nbsp;
</set$amp;>amp; $nbsp;
The wording is:
Overridependingtransition (enter animation, exit animation);
Overridependingtransition Animation sets only one