从代码中将方向设置为纵向
我知道我可以限制清单文件的方向。像这样
android:screenOrientation="portrait"
但是可以从代码中设置方向吗?
例如,可以从清单和代码 this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
将 Activity 设置为全屏
I know I can limit the orientation from the manifest file. Like this
android:screenOrientation="portrait"
But is it possible to set the orientation from code ?
for example setting the activity to full screen can be done both from manifest and from code this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)