Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Default Action Bar Actions

jamesmontemagno edited this page Jul 14, 2012 · 2 revisions

The standard Action Bar Action is called:

MenuItemActionBarAction

This Action Bar action replicates a menu item click. This allows you to re-use all of your code for older devices when a menu item is selected. This allows you to re-use all existing Menu.xml code and when this action bar button is pressed it will trigger the OnOptionsItemSelected for the menuID that you have specified.

Clone this wiki locally