Question

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

No correct solution

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top