2014-04-13 53 views
1

我是初學者到Android從所有佈局

隱藏在我被選中的所有版面的標題欄中刪除標題欄,在圖形佈局 「應用主題」(星標的之一)---- >全部---->無標題欄選項。

當我選擇,我總圖形佈局變成黑色

如何解決呢?請幫我

+0

看看這個問題: http://stackoverflow.com/questions/2591036/how-to-hide-the- title-bar-for-an-activity-in-xml-with-existing-custom-theme – msteel9999

+0

在佈局創建時,它應該刪除自己的標題欄先生/女士。事實上,我之前通過這個鏈接並遵循了上述過程。我沒有得到答案 – Anusha

+0

解決了這個問題或不? – Riser

回答

0

添加的最後一行在清單

<application 
    android:allowBackup="true" 
    android:icon="@drawable/ic_launcher" 
    android:label="@string/app_name" 
    android:theme="@android:style/Theme.NoTitleBar" >