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

相關文章
相關標籤/搜索