/** @return Whether the menu should show icons for menu items. */
 public boolean shouldShowIcon() {
   return mMenu.getOptionalIconsVisible();
 }