2014-03-24 34 views
0

我爲我的應用程序開發了一個導航抽屜,但切換按鈕顯示爲白色。這是我的按鈕NavigationDrawer上的白色切換按鈕

enter image description here

形象,這是它是如何顯示在我的應用程序

enter image description here

有誰知道爲什麼這個happends?

回答

0

你只需要確保你的應用程序的主題。如果你有你的主題,如黑色,你只是在你的應用程序Mainfest文件應用這個主題

<application  
    android:icon="@drawable/ic_launcher" 
    android:label="@string/app_name" 
    android:theme="@android:style/Theme.Holo.Light" > 
    ...... 
    .... 

</application> 

之後,你所得到的是同樣的PBLM你只需要確保你的繪製文件夾圖像就像你的灰色圖像或不...