The methods of Android.App.ActionBar are listed below. For a list of all members, see the ActionBar Members list.
See Also: Inherited members from Java.Lang.Object
abstract | AddOnMenuVisibilityListener(ActionBar.IOnMenuVisibilityListener)Add a listener that will respond to menu visibility change events. | |
abstract | AddTab(ActionBar.Tab)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, bool)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, int)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, int, bool)Add a tab for use in tabbed navigation mode. | |
abstract | GetTabAt(int)Returns the tab at the specified index. | |
abstract | Hide()Hide the ActionBar if it is currently showing. | |
abstract | NewTab()Create and return a new NoType:android/app/ActionBar$Tab;Href=../../../reference/android/app/ActionBar.Tab.html. | |
abstract | RemoveAllTabs()Remove all tabs from the action bar and deselect the current tab. | |
abstract | RemoveOnMenuVisibilityListener(ActionBar.IOnMenuVisibilityListener)Remove a menu visibility listener. | |
abstract | RemoveTab(ActionBar.Tab)Remove a tab from the action bar. | |
abstract | RemoveTabAt(int)Remove a tab from the action bar. | |
abstract | SelectTab(ActionBar.Tab)Select the specified tab. | |
abstract | SetBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's background. | |
abstract | SetCustomView(int)Set the action bar into custom navigation mode, supplying a view for custom navigation. | |
abstract | SetCustomView(Android.Views.View, ActionBar.LayoutParams)Set the action bar into custom navigation mode, supplying a view for custom navigation. | |
abstract | SetDisplayHomeAsUpEnabled(bool)Set whether home should be displayed as an "up" affordance. | |
abstract | SetDisplayOptions(ActionBarDisplayOptions, ActionBarDisplayOptions)Set selected display options. | |
abstract | SetDisplayShowCustomEnabled(bool)Set whether a custom view should be displayed, if set. | |
abstract | SetDisplayShowHomeEnabled(bool)Set whether to include the application home affordance in the action bar. | |
abstract | SetDisplayShowTitleEnabled(bool)Set whether an activity title/subtitle should be displayed. | |
abstract | SetDisplayUseLogoEnabled(bool)Set whether to display the activity logo rather than the activity icon. | |
SetHomeActionContentDescription(Java.Lang.ICharSequence)Set an alternate description for the Home/Up action, when enabled. | ||
SetHomeActionContentDescription(int)Set an alternate description for the Home/Up action, when enabled. | ||
SetHomeActionContentDescription(string)Documentation for this section has not yet been entered. | ||
SetHomeAsUpIndicator(Android.Graphics.Drawables.Drawable)Set an alternate drawable to display next to the icon/logo/title when ActionBar.DISPLAY_HOME_AS_UP is enabled. | ||
SetHomeAsUpIndicator(int)Set an alternate drawable to display next to the icon/logo/title when ActionBar.DISPLAY_HOME_AS_UP is enabled. | ||
SetHomeButtonEnabled(bool)Enable or disable the "home" button in the corner of the action bar. | ||
abstract | SetIcon(Android.Graphics.Drawables.Drawable)Set the icon to display in the 'home' section of the action bar. | |
abstract | SetIcon(int)Set the icon to display in the 'home' section of the action bar. | |
abstract | SetListNavigationCallbacks(Android.Widget.ISpinnerAdapter, ActionBar.IOnNavigationListener)Set the adapter and navigation callback for list navigation mode. | |
abstract | SetLogo(Android.Graphics.Drawables.Drawable)Set the logo to display in the 'home' section of the action bar. | |
abstract | SetLogo(int)Set the logo to display in the 'home' section of the action bar. | |
abstract | SetSelectedNavigationItem(int)Set the selected navigation item in list or tabbed navigation modes. | |
SetSplitBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's split background. | ||
SetStackedBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's stacked background. | ||
abstract | SetSubtitle(int)Set the action bar's subtitle. | |
abstract | SetTitle(int)Set the action bar's title. | |
abstract | Show()Show the ActionBar if it is not currently showing. |