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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.