about android screen

竖屏: java

android:screenOrientation="portrait"

横屏:android

android:screenOrientation="landscape"

全屏:this

this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
			  WindowManager.LayoutParams.FLAG_FULLSCREEN);
requestWindowFeature(Window.FEATURE_NO_TITLE);

如下是Android SDK 截图:spa

相关文章
相关标签/搜索