1 頁 (共 1 頁)

[Android]全畫面app的設定

發表於 : 2012年 8月 22日, 19:26
tim
在 manifest 設定檔中的 theme 調整如下:

由原來的

代碼: 選擇全部

android:theme="@style/AppTheme"
改為

代碼: 選擇全部

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"