在 setContentView() 之前, 加入下列程式碼: // 隱藏 狀態列 final Window win = this.getWindow(); win.setFlag ...
jacobtsai.wordpress.com