2011年1月11日星期二

如何令標題欄(Title Bar)不顯示

令標題欄(Title Bar)不顯示, 可以使用Java程式碼:
       requestWindowFeature(Window.FEATURE_NO_TITLE);


或, 在AndroidManifest.xml內插入XML代碼:
android:theme="@android:style/Theme.NoTitleBar"

                  android:label="我的新名字"
android:theme="@android:style/Theme.NoTitleBar">









沒有留言:

發佈留言