UiOptions Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.Window.SetUiOptions, F:Android.Views.Window.SetUiOptions, and F:Android.Views.Window.SetUiOptions members.

public enum UiOptions
type UiOptions = 
Inheritance
UiOptions

Fields

Name Value Description
None 0
SplitActionBarWhenNarrow 1

Flag for use with uiOptions. Indicates that the action bar should put all action items in a separate bar when the screen is narrow. This value corresponds to "splitActionBarWhenNarrow" for the uiOptions XML attribute.

Android reference for android.content.pm.ActivityInfo.UIOPTION_SPLIT_ACTION_BAR_WHEN_NARROW.

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.

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