sherlock actionbar menu
- by user1647443
I am trying to setup a menu programatically and my method gets com.actionbarsherlock.view.Menu menu as a parameter. As I want to change the styling of the menu item I am trying to setup a SpannableString spannable and pass it to add.
menu.add(0, MENU_ABOUT, 0, spannable);
This is causing a crash only in ICS when I cick that menu item. Any ideas…