as the title suggest, I am getting a problem with the action Bar since i have recently installed android Api 22 under eclipse and jdk-7u76-windows-i586. Before the action Bar keep to display the icon with sdk version 7 and higher. But now icon is displayed only with sdk version 11 and higher,did I miss something or am I just blind?, here are the menu XML file and a screen shot:
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/share"
android:icon="@drawable/ic_action_add_group"
android:title="share info"
android:showAsAction="ifRoom" />