Android.Resource.Attribute.UiOptions Field
Extra options for an activity's UI.

Value: 16843672

Syntax

[Android.Runtime.Register("uiOptions")]
public const int UiOptions

Remarks

Extra options for an activity's UI. Applies to either the <activity> or <application> tag. If specified on the <application> tag these will be considered defaults for all activities in the application.
ConstantValueDescription
none0 No extra UI options. This is the default.
splitActionBarWhenNarrow1 Split the options menu into a separate bar at the bottom of the screen when severely constrained for horizontal space. (e.g. portrait mode on a phone.) Instead of a small number of action buttons appearing in the action bar at the top of the screen, the action bar will split into the top navigation section and the bottom menu section. Menu items will not be split across the two bars; they will always appear together.

Must be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14