2015年8月27日 星期四

「Android 」android full screen

在onCreate中寫這二行

//Remove title bar
this.requestWindowFeature(Window.FEATURE_NO_TITLE);

//Remove notification bar
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
寫在setContentView上面


資料來源:

沒有留言:

張貼留言