Adding a button to the ActionBar with ActionBarSherlock
问题 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 onCreateOptionsMenu(Menu menu) { android.view.MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.menu, (android.view.Menu) menu); return super.onCreateOptionsMenu(menu); } This is my menu.xml code: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/save_button"