Is it possible to perform animation when changing orientation? I have two layout for portrait and landscape. I want to perform a custom animation when changing orientation. If it's possible, how can I do that? In addition, when the screen change orientation, the children view rotate independently. For example, the textview rotates from left to right and the button rotate from right to left
Asked
Active
Viewed 3,505 times
2 Answers
1
I tried to use to rotate layout by using this sugesstion. It's just simulation, and the orientation is seemed to have animation when changing. As Jansel mentioned, there not way to change orientation change animation. Thus, I just try to make something to everything look like that.