ActionBarDisplayOptions Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.App.ActionBar.SetDisplayOptions, and F:Android.App.ActionBar.SetDisplayOptions members.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ActionBarDisplayOptions
[<System.Flags>]
type ActionBarDisplayOptions = 
Inheritance
ActionBarDisplayOptions
Attributes

Fields

HomeAsUp 4
ShowCustom 16

Show the custom view if one has been set.

ShowHome 2

Show 'home' elements in this action bar, leaving more space for other navigation elements.

ShowTitle 8

Show the activity title and subtitle, if present.

1

Use logo instead of icon if available.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to