tags:

views:

47

answers:

2

How to add rotation effect when change mode portrait to landscape ?

I want to make it smooth .

Please help me.

I want to sleep. T-T

A: 

I believe this is handled by Android so you can't really change it without making your own custom ROM.

Jay Askren
+1  A: 

You can set android:configChanges="orientation" on your Activity and then implement onConfigurationChanged() on the Activity.

Lars D