I want to be able to specify a custom view for a MenuItem.
I want to display an indicator on a shopping cart menu item in the action bar displaying how many items a
To use a custom view on a MenuItem call setActionView(View view).
You can supply either an already inflated view or a layout resource ID.