Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

let me explain my situation/problem. I have main activity#1, from which I start activity#2 (where I have added overridePendingTransition(xxxxxx) in OnCreate). It works like a charm when coming back to main activity#1. But from activity#2 I start new activity#3 (for which I set overridePendingTransition(xxxxxx)) and finish() activity#2 beforehand. But when coming back from #3 to #1 (cause #2 is already closed) I have default animation "from left To right". Is there any way how to change it?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.