我嘗試在我的應用程序使用的圖標上的幾個地方用下面的代碼Android的圖標不顯示
android:icon="@drawable/app_logo" />
,但他們也不做露面也沒有我得到一個錯誤/警告。 我把app_logo.png放到res/drawable文件夾中,然後放到任何其他可繪製文件夾(res/drawable-hdpi,res/drawable-ldpi ...)中,但app_logo不會顯示在我的應用程序中。 有人可以幫我追查錯誤嗎?
編輯:我想在菜單和選項卡視圖使用它們,從網上的例子一樣採取
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/icon"
android:icon="@drawable/help_logo" />
<item android:id="@+id/help"
android:title="Help Text" />
<item android:id="@+id/icontext"
android:title="App Logo Text"
android:icon="@drawable/app_logo" />
對不起,但我不明白爲什麼有人會upvote ... – 2012-10-28 19:22:27