Android – 隱藏標題列與狀態列 | JacobTsai's Blog

Android – 隱藏標題列與狀態列 | JacobTsai's Blog

瀏覽:1286
日期:2025-10-03
在 setContentView() 之前, 加入下列程式碼: // 隱藏 狀態列 final Window win = this.getWindow(); win.setFlag ......看更多