I\'m trying to restyle my app to an ICS look and feel with ABS. Getting the ActionBar itself was nice and straightforward, however adding menu items has not been.
M
just use this code boath menu are on ActionBar:
its look like:

Because if you are use
android:showAsAction="ifRoom" : Only place this item in the Action Bar if there is room for it.
and
android:showAsAction="Never" : Never place this item in the Action Bar.
if you use like :
then its look: one is on ActionBar & 2nd is open when you press menu button.

Note : Its working fine in < 3.0 Android OS so don't worry. But if you have multiple menu item(more then 3) with android:showAsAction="ifRoom" then it show you depend on device screen size.
in Protrait:

in Landscape:

After Doing all above i ll saggest you to use below way in < 3.0 Android os:

code: