I have the following code to generate a Menu Item:
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu1"
android:icon="@drawable/ic_action1"
android:title="@string/foo" />
</menu>
I see the Item in the menu, but I can not see the icon. Whats wrong? I dont want to use it as the following:
android:showAsAction="ifRoom|withText"
then I see the icon, but I dont want it to be in the Action Bar