WindowFeatures Enum

Definition

Enumerates values returned by several methods of WindowFeatures and taken as a parameter of several types.

public enum WindowFeatures
type WindowFeatures = 
Inheritance
WindowFeatures

Fields

ActionBar 8

Flag for enabling the Action Bar. This is enabled by default for some devices.

ActionBarOverlay 9
ActionModeOverlay 10

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 13
ContentTransitions 12
ContextMenu 6

Flag for the context menu.

CustomTitle 7

Flag for custom title.

DefaultFeatures 65
IndeterminateProgress 5
LeftIcon 3
NoTitle 1

Flag for the "no title" feature, turning off the title at the top of the screen.

OptionsPanel 0

Flag for the "options panel" feature.

Progress 2
RightIcon 4
SwipeToDismiss 11

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