Member Name | Description |
---|---|
ActionBar | Flag for enabling the Action Bar. This is enabled by default for some devices. The Action Bar replaces the title bar and provides an alternate location for an on-screen menu button on some devices. |
ActionBarOverlay |
As of Android.OS.Build.VERSION_CODES.JellyBean, when an ActionBar is in this mode it will adjust the insets provided to View.FitSystemWindows(Android.Graphics.Rect) to include the content covered by the action bar, so you can do layout within that space. |
ActionModeOverlay | Flag for specifying the behavior of action modes when an Action Bar is not present. If overlay is enabled, the action mode UI will be allowed to cover existing window content. |
ActivityTransitions | Documentation for this section has not yet been entered. |
ContentTransitions | Documentation for this section has not yet been entered. |
ContextMenu | Flag for the context menu. This is enabled by default. |
CustomTitle | Flag for custom title. You cannot combine this feature with other title features. |
DefaultFeatures | The default features enabled |
IndeterminateProgress | Flag for indeterminate progress |
LeftIcon | Flag for having an icon on the left side of the title bar |
NoTitle | Flag for the "no title" feature, turning off the title at the top of the screen. |
OptionsPanel | Flag for the "options panel" feature. This is enabled by default. |
Progress | Flag for the progress indicator feature |
RightIcon | Flag for having an icon on the right side of the title bar |
SwipeToDismiss | Documentation for this section has not yet been entered. |