I have been trying to add a button to the SherlockActionBar but I can\'t get it working.
This is the code that I have:
@Override public boolean o
I think in the menu.xml. Your item does not declare android:showAsAction attribute completely. You must declare it like this:
Since you did not specify any icon for the item action bar cannot display any item. By default icon are display than text.