开发者

How can I animate my rotation smoothly?

开发者 https://www.devze.com 2023-01-15 19:03 出处:网络
I have an app that has a portrait layout. When I rotate my phone into landscape, it loads another layout that is strictly landscape (it is displaying an ImageView). How can I make the tran开发者_如何转

I have an app that has a portrait layout. When I rotate my phone into landscape, it loads another layout that is strictly landscape (it is displaying an ImageView). How can I make the tran开发者_如何转开发sition from portrait to landscape animate smoothly?


Set android:configChanges="orientation" in the manifest for the activity and then implement the onConfigurationChanged method to handle the orientation change.

0

精彩评论

暂无评论...
验证码 换一张
取 消