开发者

how do i change the orientation in android

I want to swich the orientation of an app (without the user turning the phone.) 开发者_高级运维How would i go about doing that?


Within an activity, you can do

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);

Or the following for portrait:

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜