public static final class

R.styleable

extends Object
java.lang.Object
   ↳ android.R.styleable

Summary

Constants
int[] AbsListView Attributes that can be used with a AbsListView.
int AbsListView_cacheColorHint

Indicates that this list will always be drawn on top of solid, single-color opaque background.

int AbsListView_drawSelectorOnTop

When set to true, the selector will be drawn over the selected item.

int AbsListView_fastScrollEnabled

Enables the fast scroll thumb that can be dragged to quickly scroll through the list.

int AbsListView_listSelector

Drawable used to indicate the currently selected item in the list.

int AbsListView_scrollingCache

When set to true, the list uses a drawing cache during scrolling.

int AbsListView_smoothScrollbar

When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen.

int AbsListView_stackFromBottom

Used by ListView and GridView to stack their content from the bottom.

int AbsListView_textFilterEnabled

When set to true, the list will filter results as the user types.

int AbsListView_transcriptMode

Sets the transcript mode for the list.

int[] AbsSpinner Attributes that can be used with a AbsSpinner.
int AbsSpinner_entries

Reference to an array resource that will populate the Spinner.

int[] AbsoluteLayout_Layout Attributes that can be used with a AbsoluteLayout_Layout.
int AbsoluteLayout_Layout_layout_x

This symbol is the offset where the layout_x attribute's value can be found in the AbsoluteLayout_Layout array.

int AbsoluteLayout_Layout_layout_y

This symbol is the offset where the layout_y attribute's value can be found in the AbsoluteLayout_Layout array.

int[] AccelerateInterpolator Attributes that can be used with a AccelerateInterpolator.
int AccelerateInterpolator_factor

This is the amount of deceleration to add when easing in.

int[] AccountAuthenticator Use account-authenticator as the root tag of the XML resource that describes an account authenticator.
int AccountAuthenticator_accountPreferences

A preferences.xml file for authenticator-specific settings.

int AccountAuthenticator_accountType

The account type this authenticator handles.

int AccountAuthenticator_icon

The icon of the authenticator.

int AccountAuthenticator_label

The user-visible name of the authenticator.

int AccountAuthenticator_smallIcon

Smaller icon of the authenticator.

int[] AlertDialog The set of attributes that describe a AlertDialog's theme.
int AlertDialog_bottomBright

This symbol is the offset where the bottomBright attribute's value can be found in the AlertDialog array.

int AlertDialog_bottomDark

This symbol is the offset where the bottomDark attribute's value can be found in the AlertDialog array.

int AlertDialog_bottomMedium

This symbol is the offset where the bottomMedium attribute's value can be found in the AlertDialog array.

int AlertDialog_centerBright

This symbol is the offset where the centerBright attribute's value can be found in the AlertDialog array.

int AlertDialog_centerDark

This symbol is the offset where the centerDark attribute's value can be found in the AlertDialog array.

int AlertDialog_centerMedium

This symbol is the offset where the centerMedium attribute's value can be found in the AlertDialog array.

int AlertDialog_fullBright

This symbol is the offset where the fullBright attribute's value can be found in the AlertDialog array.

int AlertDialog_fullDark

This symbol is the offset where the fullDark attribute's value can be found in the AlertDialog array.

int AlertDialog_topBright

This symbol is the offset where the topBright attribute's value can be found in the AlertDialog array.

int AlertDialog_topDark

This symbol is the offset where the topDark attribute's value can be found in the AlertDialog array.

int[] AlphaAnimation Attributes that can be used with a AlphaAnimation.
int AlphaAnimation_fromAlpha

This symbol is the offset where the fromAlpha attribute's value can be found in the AlphaAnimation array.

int AlphaAnimation_toAlpha

This symbol is the offset where the toAlpha attribute's value can be found in the AlphaAnimation array.

int[] AnalogClock Attributes that can be used with a AnalogClock.
int AnalogClock_dial

This symbol is the offset where the dial attribute's value can be found in the AnalogClock array.

int AnalogClock_hand_hour

This symbol is the offset where the hand_hour attribute's value can be found in the AnalogClock array.

int AnalogClock_hand_minute

This symbol is the offset where the hand_minute attribute's value can be found in the AnalogClock array.

int[] AndroidManifest The manifest tag is the root of an AndroidManifest.xml file, describing the contents of an Android package (.apk) file.
int[] AndroidManifestAction Attributes that can be supplied in an AndroidManifest.xml action tag, a child of the intent-filter tag.
int AndroidManifestAction_name

The name of an action that is handled, using the Java-style naming convention.

int[] AndroidManifestActivity The activity tag declares an Activity class that is available as part of the package's application components, implementing a part of the application's user interface.
int[] AndroidManifestActivityAlias The activity-alias tag declares a new name for an existing activity tag.
int AndroidManifestActivityAlias_description

Descriptive text for the associated data.

int AndroidManifestActivityAlias_enabled

Specify whether the activity-alias is enabled or not (that is, can be instantiated by the system).

int AndroidManifestActivityAlias_exported

Flag indicating whether the given application component is available to other applications.

int AndroidManifestActivityAlias_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestActivityAlias_label

A user-legible name for the given item.

int AndroidManifestActivityAlias_name

Required name of the class implementing the activity, deriving from Activity.

int AndroidManifestActivityAlias_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestActivityAlias_targetActivity

The name of the activity this alias should launch.

int AndroidManifestActivity_allowTaskReparenting

Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate.

int AndroidManifestActivity_alwaysRetainTaskState

Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations.

int AndroidManifestActivity_clearTaskOnLaunch

Specify whether an activity's task should be cleared when it is re-launched from the home screen.

int AndroidManifestActivity_configChanges

Specify one or more configuration changes that the activity will handle itself.

int AndroidManifestActivity_description

Descriptive text for the associated data.

int AndroidManifestActivity_enabled

Specify whether the activity is enabled or not (that is, can be instantiated by the system).

int AndroidManifestActivity_excludeFromRecents

Indicates that an Activity should be excluded from the list of recently launched activities.

int AndroidManifestActivity_exported

Flag indicating whether the given application component is available to other applications.

int AndroidManifestActivity_finishOnCloseSystemDialogs

Specify whether an activity should be finished when a "close system windows" request has been made.

int AndroidManifestActivity_finishOnTaskLaunch

Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen.

int AndroidManifestActivity_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestActivity_label

A user-legible name for the given item.

int AndroidManifestActivity_launchMode

Specify how an activity should be launched.

int AndroidManifestActivity_multiprocess

Specify whether a component is allowed to have multiple instances of itself running in different processes.

int AndroidManifestActivity_name

Required name of the class implementing the activity, deriving from Activity.

int AndroidManifestActivity_noHistory

Specify whether an activity should be kept in its history stack.

int AndroidManifestActivity_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestActivity_process

Specify a specific process that the associated code is to run in.

int AndroidManifestActivity_screenOrientation

Specify the orientation an activity should be run in.

int AndroidManifestActivity_stateNotNeeded

Indicates that an Activity does not need to have its freeze state (as returned by onSaveInstanceState(Bundle) retained in order to be restarted.

int AndroidManifestActivity_taskAffinity

Specify a task name that activities have an "affinity" to.

int AndroidManifestActivity_theme

The overall theme to use for an activity.

int AndroidManifestActivity_windowSoftInputMode

Specify the default soft-input mode for the main window of this activity.

int[] AndroidManifestApplication The application tag describes application-level components contained in the package, as well as general application attributes.
int AndroidManifestApplication_allowBackup

Whether to allow the application to participate in backup infrastructure.

int AndroidManifestApplication_allowClearUserData

Option to let applications specify that user data can/cannot be cleared.

int AndroidManifestApplication_allowTaskReparenting

Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate.

int AndroidManifestApplication_backupAgent

The name of the class subclassing BackupAgent to manage backup and restore of the application's data on external storage.

int AndroidManifestApplication_debuggable

Flag indicating whether the application can be debugged, even when running on a device that is running in user mode.

int AndroidManifestApplication_description

Descriptive text for the associated data.

int AndroidManifestApplication_enabled

Specify whether the components in this application are enabled or not (that is, can be instantiated by the system).

int AndroidManifestApplication_hasCode

Indicate whether this application contains code.

int AndroidManifestApplication_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestApplication_killAfterRestore

Whether the application in question should be terminated after its settings have been restored during a full-system restore operation.

int AndroidManifestApplication_label

A user-legible name for the given item.

int AndroidManifestApplication_manageSpaceActivity

Name of activity to be launched for managing the application's space on the device.

int AndroidManifestApplication_name

An optional name of a class implementing the overall Application for this package.

int AndroidManifestApplication_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestApplication_persistent

Flag to control special persistent mode of an application.

int AndroidManifestApplication_process

Specify a specific process that the associated code is to run in.

int AndroidManifestApplication_restoreAnyVersion

Indicate that the application is prepared to attempt a restore of any backed-up dataset, even if the backup is apparently from a newer version of the application than is currently installed on the device.

int AndroidManifestApplication_restoreNeedsApplication This constant is deprecated. This attribute is not used by the Android operating system.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol restoreNeedsApplication.

int AndroidManifestApplication_taskAffinity

Specify a task name that activities have an "affinity" to.

int AndroidManifestApplication_testOnly

Option to indicate this application is only for testing purposes.

int AndroidManifestApplication_theme

The overall theme to use for an activity.

int AndroidManifestApplication_vmSafeMode

Flag indicating whether the application requests the VM to operate in the safe mode.

int[] AndroidManifestCategory Attributes that can be supplied in an AndroidManifest.xml category tag, a child of the intent-filter tag.
int AndroidManifestCategory_name

The name of category that is handled, using the Java-style naming convention.

int[] AndroidManifestCompatibleScreensScreen Attributes that can be supplied in an AndroidManifest.xml screen tag, a child of compatible-screens, which is itseld a child of the root manifest tag.
int AndroidManifestCompatibleScreensScreen_screenDensity

Specifies a compatible screen density, as per the device configuration screen density bins.

int AndroidManifestCompatibleScreensScreen_screenSize

Specifies a compatible screen size, as per the device configuration screen size bins.

int[] AndroidManifestData Attributes that can be supplied in an AndroidManifest.xml data tag, a child of the intent-filter tag, describing the types of data that match.
int AndroidManifestData_host

Specify a URI authority host that is handled, as per IntentFilter.addDataAuthority().

int AndroidManifestData_mimeType

Specify a MIME type that is handled, as per IntentFilter.addDataType().

int AndroidManifestData_path

Specify a URI path that must exactly match, as per IntentFilter.addDataAuthority() with PATTERN_LITERAL.

int AndroidManifestData_pathPattern

Specify a URI path that matches a simple pattern, as per IntentFilter.addDataAuthority() with PATTERN_SIMPLE_GLOB.

int AndroidManifestData_pathPrefix

Specify a URI path that must be a prefix to match, as per IntentFilter.addDataAuthority() with PATTERN_PREFIX.

int AndroidManifestData_port

Specify a URI authority port that is handled, as per IntentFilter.addDataAuthority().

int AndroidManifestData_scheme

Specify a URI scheme that is handled, as per IntentFilter.addDataScheme().

int[] AndroidManifestGrantUriPermission Attributes that can be supplied in an AndroidManifest.xml grant-uri-permission tag, a child of the provider tag, describing a specific URI path that can be granted as a permission.
int AndroidManifestGrantUriPermission_path

Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.

int AndroidManifestGrantUriPermission_pathPattern

Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB.

int AndroidManifestGrantUriPermission_pathPrefix

Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.

int[] AndroidManifestInstrumentation Attributes that can be supplied in an AndroidManifest.xml instrumentation tag, a child of the root manifest tag.
int AndroidManifestInstrumentation_functionalTest

Flag indicating that an Instrumentation class should be run as a functional test.

int AndroidManifestInstrumentation_handleProfiling

Flag indicating that an Instrumentation class wants to take care of starting/stopping profiling itself, rather than relying on the default behavior of profiling the complete time it is running.

int AndroidManifestInstrumentation_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestInstrumentation_label

A user-legible name for the given item.

int AndroidManifestInstrumentation_name

Required name of the class implementing the instrumentation, deriving from Instrumentation.

int AndroidManifestInstrumentation_targetPackage

The name of the application package that an Instrumentation object will run against.

int[] AndroidManifestIntentFilter The intent-filter tag is used to construct an IntentFilter object that will be used to determine which component can handle a particular Intent that has been given to the system.
int AndroidManifestIntentFilter_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestIntentFilter_label

A user-legible name for the given item.

int AndroidManifestIntentFilter_priority

Specify the relative importance or ability in handling a particular Intent.

int[] AndroidManifestMetaData The meta-data tag is used to attach additional arbitrary data to an application component.
int AndroidManifestMetaData_name

A unique name for the given item.

int AndroidManifestMetaData_resource

Resource identifier to assign to this piece of named meta-data.

int AndroidManifestMetaData_value

Concrete value to assign to this piece of named meta-data.

int[] AndroidManifestOriginalPackage Private tag to declare the original package name that this package is based on.
int AndroidManifestOriginalPackage_name

A unique name for the given item.

int[] AndroidManifestPathPermission Attributes that can be supplied in an AndroidManifest.xml path-permission tag, a child of the provider tag, describing a permission that allows access to a specific path in the provider.
int AndroidManifestPathPermission_path

Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.

int AndroidManifestPathPermission_pathPattern

Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB.

int AndroidManifestPathPermission_pathPrefix

Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.

int AndroidManifestPathPermission_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestPathPermission_readPermission

A specific permission name for read-only access to a ContentProvider.

int AndroidManifestPathPermission_writePermission

A specific permission name for write access to a ContentProvider.

int[] AndroidManifestPermission The permission tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages).
int[] AndroidManifestPermissionGroup The permission-group tag declares a logical grouping of related permissions.
int AndroidManifestPermissionGroup_description

Descriptive text for the associated data.

int AndroidManifestPermissionGroup_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestPermissionGroup_label

A user-legible name for the given item.

int AndroidManifestPermissionGroup_name

Required public name of the permission group, permissions will use to specify the group they are in.

int[] AndroidManifestPermissionTree The permission-tree tag declares the base of a tree of permission values: it declares that this package has ownership of the given permission name, as well as all names underneath it (separated by '.').
int AndroidManifestPermissionTree_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestPermissionTree_label

A user-legible name for the given item.

int AndroidManifestPermissionTree_name

Required public name of the permission tree, which is the base name of all permissions under it.

int AndroidManifestPermission_description

Descriptive text for the associated data.

int AndroidManifestPermission_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestPermission_label

A user-legible name for the given item.

int AndroidManifestPermission_name

Required public name of the permission, which other components and packages will use when referring to this permission.

int AndroidManifestPermission_permissionGroup

Specified the name of a group that this permission is associated with.

int AndroidManifestPermission_protectionLevel

Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it.

int[] AndroidManifestProtectedBroadcast Private tag to declare system protected broadcast actions.
int AndroidManifestProtectedBroadcast_name

A unique name for the given item.

int[] AndroidManifestProvider The provider tag declares a ContentProvider class that is available as part of the package's application components, supplying structured access to data managed by the application.
int AndroidManifestProvider_authorities

Specify the authorities under which this content provider can be found.

int AndroidManifestProvider_description

Descriptive text for the associated data.

int AndroidManifestProvider_enabled

Specify whether this provider is enabled or not (that is, can be instantiated by the system).

int AndroidManifestProvider_exported

Flag indicating whether the given application component is available to other applications.

int AndroidManifestProvider_grantUriPermissions

If true, the Context.grantUriPermission or corresponding Intent flags can be used to allow others to access specific URIs in the content provider, even if they do not have an explicit read or write permission.

int AndroidManifestProvider_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestProvider_initOrder

Specify the order in which content providers hosted by a process are instantiated when that process is created.

int AndroidManifestProvider_label

A user-legible name for the given item.

int AndroidManifestProvider_multiprocess

Specify whether a component is allowed to have multiple instances of itself running in different processes.

int AndroidManifestProvider_name

Required name of the class implementing the provider, deriving from ContentProvider.

int AndroidManifestProvider_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestProvider_process

Specify a specific process that the associated code is to run in.

int AndroidManifestProvider_readPermission

A specific permission name for read-only access to a ContentProvider.

int AndroidManifestProvider_syncable

Flag indicating whether this content provider would like to participate in data synchronization.

int AndroidManifestProvider_writePermission

A specific permission name for write access to a ContentProvider.

int[] AndroidManifestReceiver The receiver tag declares an BroadcastReceiver class that is available as part of the package's application components, allowing the application to receive actions or data broadcast by other applications even if it is not currently running.
int AndroidManifestReceiver_description

Descriptive text for the associated data.

int AndroidManifestReceiver_enabled

Specify whether the receiver is enabled or not (that is, can be instantiated by the system).

int AndroidManifestReceiver_exported

Flag indicating whether the given application component is available to other applications.

int AndroidManifestReceiver_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestReceiver_label

A user-legible name for the given item.

int AndroidManifestReceiver_name

Required name of the class implementing the receiver, deriving from BroadcastReceiver.

int AndroidManifestReceiver_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestReceiver_process

Specify a specific process that the associated code is to run in.

int[] AndroidManifestService The service tag declares a Service class that is available as part of the package's application components, implementing long-running background operations or a rich communication API that can be called by other packages.
int AndroidManifestService_description

Descriptive text for the associated data.

int AndroidManifestService_enabled

Specify whether the service is enabled or not (that is, can be instantiated by the system).

int AndroidManifestService_exported

Flag indicating whether the given application component is available to other applications.

int AndroidManifestService_icon

A Drawable resource providing a graphical representation of its associated item.

int AndroidManifestService_label

A user-legible name for the given item.

int AndroidManifestService_name

Required name of the class implementing the service, deriving from Service.

int AndroidManifestService_permission

Specify a permission that a client is required to have in order to use the associated object.

int AndroidManifestService_process

Specify a specific process that the associated code is to run in.

int[] AndroidManifestSupportsScreens The supports-screens specifies the screen dimensions an application supports.
int AndroidManifestSupportsScreens_anyDensity

Indicates whether the application can accommodate any screen density.

int AndroidManifestSupportsScreens_largeScreens

Indicates whether the application supports larger screen form-factors.

int AndroidManifestSupportsScreens_normalScreens

Indicates whether an application supports the normal screen form-factors.

int AndroidManifestSupportsScreens_resizeable

Indicates whether the application can resize itself to newer screen sizes.

int AndroidManifestSupportsScreens_smallScreens

Indicates whether the application supports smaller screen form-factors.

int AndroidManifestSupportsScreens_xlargeScreens

Indicates whether the application supports extra large screen form-factors.

int[] AndroidManifestUsesConfiguration The uses-configuration tag specifies a specific hardware configuration value used by the application.
int AndroidManifestUsesConfiguration_reqFiveWayNav

Application's requirement for five way navigation

Must be a boolean value, either "true" or "false".

int AndroidManifestUsesConfiguration_reqHardKeyboard

Application's requirement for a hard keyboard

Must be a boolean value, either "true" or "false".

int AndroidManifestUsesConfiguration_reqKeyboardType

The input method preferred by an application.

int AndroidManifestUsesConfiguration_reqNavigation

The navigation device preferred by an application.

int AndroidManifestUsesConfiguration_reqTouchScreen

The type of touch screen used by an application.

int[] AndroidManifestUsesFeature The uses-feature tag specifies a specific feature used by the application.
int AndroidManifestUsesFeature_glEsVersion

The GLES driver version number needed by an application.

int AndroidManifestUsesFeature_name

The name of the feature that is being used.

int AndroidManifestUsesFeature_required

Specify whether this feature is required for the application.

int[] AndroidManifestUsesLibrary The uses-libraries specifies a shared library that this package requires to be linked against.
int AndroidManifestUsesLibrary_name

Required name of the library you use.

int AndroidManifestUsesLibrary_required

Specify whether this library is required for the application.

int[] AndroidManifestUsesPermission The uses-permission tag requests a <permission> that the containing package must be granted in order for it to operate correctly.
int AndroidManifestUsesPermission_name

Required name of the permission you use, as published with the corresponding name attribute of a <permission> tag; often this is one of the standard system permissions.

int[] AndroidManifestUsesSdk The uses-sdk tag describes the SDK features that the containing package must be running on to operate correctly.
int AndroidManifestUsesSdk_maxSdkVersion

This is the maximum SDK version number that an application works on.

int AndroidManifestUsesSdk_minSdkVersion

This is the minimum SDK version number that the application requires.

int AndroidManifestUsesSdk_targetSdkVersion

This is the SDK version number that the application is targeting.

int AndroidManifest_installLocation

The default install location defined by an application.

int AndroidManifest_sharedUserId

Specify the name of a user ID that will be shared between multiple packages.

int AndroidManifest_sharedUserLabel

Specify a label for the shared user UID of this package.

int AndroidManifest_versionCode

Internal version code.

int AndroidManifest_versionName

The text shown to the user to indicate the version they have.

int[] AnimatedRotateDrawable Attributes that can be used with a AnimatedRotateDrawable.
int AnimatedRotateDrawable_drawable

Reference to a drawable resource to use for the frame.

int AnimatedRotateDrawable_pivotX

This symbol is the offset where the pivotX attribute's value can be found in the AnimatedRotateDrawable array.

int AnimatedRotateDrawable_pivotY

This symbol is the offset where the pivotY attribute's value can be found in the AnimatedRotateDrawable array.

int AnimatedRotateDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] Animation Attributes that can be used with a Animation.
int[] AnimationDrawable Attributes that can be used with a AnimationDrawable.
int[] AnimationDrawableItem Attributes that can be used with a AnimationDrawableItem.
int AnimationDrawableItem_drawable

Reference to a drawable resource to use for the frame.

int AnimationDrawableItem_duration

Amount of time (in milliseconds) to display this frame.

int AnimationDrawable_oneshot

If true, the animation will only run a single time and then stop.

int AnimationDrawable_variablePadding

If true, allows the drawable's padding to change based on the current state that is selected.

int AnimationDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] AnimationSet Attributes that can be used with a AnimationSet.
int AnimationSet_shareInterpolator

This symbol is the offset where the shareInterpolator attribute's value can be found in the AnimationSet array.

int Animation_detachWallpaper

Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it.

int Animation_duration

Amount of time (in milliseconds) for the animation to run.

int Animation_fillAfter

When set to true, the animation transformation is applied after the animation is over.

int Animation_fillBefore

When set to true, the animation transformation is applied before the animation has started.

int Animation_fillEnabled

When set to true, fillAfter is taken into account.

int Animation_interpolator

Defines the interpolator used to smooth the animation movement in time.

int Animation_repeatCount

Defines how many times the animation should repeat.

int Animation_repeatMode

Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite.

int Animation_startOffset

Delay in milliseconds before the animation runs, once start time is reached.

int Animation_zAdjustment

Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation.

int[] AnticipateInterpolator Attributes that can be used with a AnticipateInterpolator.
int AnticipateInterpolator_tension

This is the amount of tension.

int[] AnticipateOvershootInterpolator Attributes that can be used with a AnticipateOvershootInterpolator.
int AnticipateOvershootInterpolator_extraTension

This is the amount by which to multiply the tension.

int AnticipateOvershootInterpolator_tension

This is the amount of tension.

int[] AppWidgetProviderInfo Use appwidget-provider as the root tag of the XML resource that describes an AppWidget provider.
int AppWidgetProviderInfo_configure

A class name in the AppWidget's package to be launched to configure.

int AppWidgetProviderInfo_initialLayout

A resource id of a layout.

int AppWidgetProviderInfo_minHeight

Minimum height of the AppWidget.

int AppWidgetProviderInfo_minWidth

Minimum width of the AppWidget.

int AppWidgetProviderInfo_updatePeriodMillis

Update period in milliseconds, or 0 if the AppWidget will update itself.

int[] AutoCompleteTextView Attributes that can be used with a AutoCompleteTextView.
int AutoCompleteTextView_completionHint

Defines the hint displayed in the drop down menu.

int AutoCompleteTextView_completionHintView

Defines the hint view displayed in the drop down menu.

int AutoCompleteTextView_completionThreshold

Defines the number of characters that the user must type before completion suggestions are displayed in a drop down menu.

int AutoCompleteTextView_dropDownAnchor

View to anchor the auto-complete dropdown to.

int AutoCompleteTextView_dropDownHeight

Specifies the basic height of the dropdown.

int AutoCompleteTextView_dropDownHorizontalOffset

Amount of pixels by which the drop down should be offset horizontally.

int AutoCompleteTextView_dropDownSelector

Selector in a drop down list.

int AutoCompleteTextView_dropDownVerticalOffset

Amount of pixels by which the drop down should be offset vertically.

int AutoCompleteTextView_dropDownWidth

Specifies the basic width of the dropdown.

int AutoCompleteTextView_inputType

The type of data being placed in a text field, used to help an input method decide how to let the user enter text.

int[] BitmapDrawable Drawable used to draw bitmaps.
int BitmapDrawable_antialias

Enables or disables antialiasing.

int BitmapDrawable_dither

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

int BitmapDrawable_filter

Enables or disables bitmap filtering.

int BitmapDrawable_gravity

Defines the gravity for the bitmap.

int BitmapDrawable_src

Identifier of the bitmap file.

int BitmapDrawable_tileMode

Defines the tile mode.

int[] Button Attributes that can be used with a Button.
int[] CheckBoxPreference Base attributes available to CheckBoxPreference.
int CheckBoxPreference_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled.

int CheckBoxPreference_summaryOff

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.

int CheckBoxPreference_summaryOn

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.

int[] CheckedTextView Attributes that can be used with a CheckedTextView.
int CheckedTextView_checkMark

Drawable used for the check mark graphic.

int CheckedTextView_checked

Indicates the initial checked state of this text.

int[] Chronometer Attributes that can be used with a Chronometer.
int Chronometer_format

Format string: if specified, the Chronometer will display this string, with the first "%s" replaced by the current timer value in "MM:SS" or "H:MM:SS" form.

int[] ClipDrawable Attributes that can be used with a ClipDrawable.
int ClipDrawable_clipOrientation

The orientation for the clip.

int ClipDrawable_drawable

Reference to a drawable resource to draw with the specified scale.

int ClipDrawable_gravity

Specifies where to clip within the drawable.

int[] ColorDrawable Drawable used to draw a single color.
int ColorDrawable_color

The color to use.

int[] CompoundButton Attributes that can be used with a CompoundButton.
int CompoundButton_button

Drawable used for the button graphic (e.g.

int CompoundButton_checked

Indicates the initial checked state of this button.

int[] ContactsDataKind Maps a specific contact data MIME-type to styling information.
int ContactsDataKind_detailColumn

Column in data table that contains details for this data.

int ContactsDataKind_detailSocialSummary

Flag indicating that detail should be built from SocialProvider.

int ContactsDataKind_icon

Icon used to represent data of this kind.

int ContactsDataKind_mimeType

Mime-type handled by this mapping.

int ContactsDataKind_summaryColumn

Column in data table that summarizes this data.

int[] CycleInterpolator Attributes that can be used with a CycleInterpolator.
int CycleInterpolator_cycles

This symbol is the offset where the cycles attribute's value can be found in the CycleInterpolator array.

int[] DatePicker Attributes that can be used with a DatePicker.
int DatePicker_endYear

The last year (inclusive), for example "2010".

int DatePicker_startYear

The first year (inclusive), for example "1940".

int[] DecelerateInterpolator Attributes that can be used with a DecelerateInterpolator.
int DecelerateInterpolator_factor

This is the amount of acceleration to add when easing out.

int[] DeviceAdmin Use device-admin as the root tag of the XML resource that describes a DeviceAdminReceiver, which is referenced from its DEVICE_ADMIN_META_DATA meta-data entry.
int DeviceAdmin_visible

Control whether the admin is visible to the user, even when it is not enabled.

int[] DialogPreference Base attributes available to DialogPreference.
int DialogPreference_dialogIcon

The icon for the dialog.

int DialogPreference_dialogLayout

A layout to be used as the content View for the dialog.

int DialogPreference_dialogMessage

The message in the dialog.

int DialogPreference_dialogTitle

The title in the dialog.

int DialogPreference_negativeButtonText

The negative button text for the dialog.

int DialogPreference_positiveButtonText

The positive button text for the dialog.

int[] Drawable Base attributes that are available to all Drawable objects.
int[] DrawableCorners Attributes that can be used with a DrawableCorners.
int DrawableCorners_bottomLeftRadius

This symbol is the offset where the bottomLeftRadius attribute's value can be found in the DrawableCorners array.

int DrawableCorners_bottomRightRadius

This symbol is the offset where the bottomRightRadius attribute's value can be found in the DrawableCorners array.

int DrawableCorners_radius

This symbol is the offset where the radius attribute's value can be found in the DrawableCorners array.

int DrawableCorners_topLeftRadius

This symbol is the offset where the topLeftRadius attribute's value can be found in the DrawableCorners array.

int DrawableCorners_topRightRadius

This symbol is the offset where the topRightRadius attribute's value can be found in the DrawableCorners array.

int[] DrawableStates Drawable states.
int DrawableStates_state_active

State value for StateListDrawable.

int DrawableStates_state_checkable

State identifier indicating that the object may display a check mark.

int DrawableStates_state_checked

State identifier indicating that the object is currently checked.

int DrawableStates_state_enabled

State value for StateListDrawable.

int DrawableStates_state_first

State value for StateListDrawable.

int DrawableStates_state_focused

State value for StateListDrawable.

int DrawableStates_state_last

State value for StateListDrawable.

int DrawableStates_state_middle

State value for StateListDrawable.

int DrawableStates_state_pressed

State value for StateListDrawable.

int DrawableStates_state_selected

State value for StateListDrawable.

int DrawableStates_state_single

State value for StateListDrawable.

int DrawableStates_state_window_focused

State value for StateListDrawable.

int Drawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] EditText Attributes that can be used with a EditText.
int[] ExpandableListChildIndicatorState State array representing an expandable list child's indicator.
int ExpandableListChildIndicatorState_state_last

State identifier indicating the child is the last child within its group.

int[] ExpandableListGroupIndicatorState State array representing an expandable list group's indicator.
int ExpandableListGroupIndicatorState_state_empty

State identifier indicating the group is empty (has no children).

int ExpandableListGroupIndicatorState_state_expanded

State identifier indicating the group is expanded.

int[] ExpandableListView Attributes that can be used with a ExpandableListView.
int ExpandableListView_childDivider

Drawable or color that is used as a divider for children.

int ExpandableListView_childIndicator

Indicator shown beside the child View.

int ExpandableListView_childIndicatorLeft

The left bound for a child's indicator.

int ExpandableListView_childIndicatorRight

The right bound for a child's indicator.

int ExpandableListView_groupIndicator

Indicator shown beside the group View.

int ExpandableListView_indicatorLeft

The left bound for an item's indicator.

int ExpandableListView_indicatorRight

The right bound for an item's indicator.

int[] Extra An extra data value to place into a an extra/name value pair held in a Bundle, as per Bundle.
int Extra_name

Required name of the extra data.

int Extra_value

Concrete value to put for this named extra data.

int[] FrameLayout Attributes that can be used with a FrameLayout.
int[] FrameLayout_Layout Attributes that can be used with a FrameLayout_Layout.
int FrameLayout_Layout_layout_gravity

Standard gravity constant that a child can supply to its parent.

int FrameLayout_foreground

Defines the drawable to draw over the content.

int FrameLayout_foregroundGravity

Defines the gravity to apply to the foreground drawable.

int FrameLayout_measureAllChildren

Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring.

int[] Gallery Attributes that can be used with a Gallery.
int Gallery_animationDuration

Sets how long a transition animation should run (in milliseconds) when layout has changed.

int Gallery_gravity

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

int Gallery_spacing

This symbol is the offset where the spacing attribute's value can be found in the Gallery array.

int Gallery_unselectedAlpha

Sets the alpha on the items that are not selected.

int[] GestureOverlayView GestureOverlayView specific attributes.
int GestureOverlayView_eventsInterceptionEnabled

Defines whether the overlay should intercept the motion events when a gesture is recognized.

int GestureOverlayView_fadeDuration

Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture.

int GestureOverlayView_fadeEnabled

Defines whether the gesture will automatically fade out after being recognized.

int GestureOverlayView_fadeOffset

Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it.

int GestureOverlayView_gestureColor

Color used to draw a gesture.

int GestureOverlayView_gestureStrokeAngleThreshold

Minimum curve angle a stroke must contain before it is recognized as a gesture.

int GestureOverlayView_gestureStrokeLengthThreshold

Minimum length of a stroke before it is recognized as a gesture.

int GestureOverlayView_gestureStrokeSquarenessThreshold

Squareness threshold of a stroke before it is recognized as a gesture.

int GestureOverlayView_gestureStrokeType

Defines the type of strokes that define a gesture.

int GestureOverlayView_gestureStrokeWidth

Width of the stroke used to draw the gesture.

int GestureOverlayView_orientation

Indicates whether horizontal (when the orientation is vertical) or vertical (when orientation is horizontal) strokes automatically define a gesture.

int GestureOverlayView_uncertainGestureColor

Color used to draw the user's strokes until we are sure it's a gesture.

int[] GradientDrawable Attributes that can be used with a GradientDrawable.
int[] GradientDrawableGradient Attributes that can be used with a GradientDrawableGradient.
int GradientDrawableGradient_angle

This symbol is the offset where the angle attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_centerColor

Optional center color.

int GradientDrawableGradient_centerX

This symbol is the offset where the centerX attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_centerY

This symbol is the offset where the centerY attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_endColor

This symbol is the offset where the endColor attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_gradientRadius

This symbol is the offset where the gradientRadius attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_startColor

This symbol is the offset where the startColor attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_type

This symbol is the offset where the type attribute's value can be found in the GradientDrawableGradient array.

int GradientDrawableGradient_useLevel

This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawableGradient array.

int[] GradientDrawablePadding Attributes that can be used with a GradientDrawablePadding.
int GradientDrawablePadding_bottom

This symbol is the offset where the bottom attribute's value can be found in the GradientDrawablePadding array.

int GradientDrawablePadding_left

This symbol is the offset where the left attribute's value can be found in the GradientDrawablePadding array.

int GradientDrawablePadding_right

This symbol is the offset where the right attribute's value can be found in the GradientDrawablePadding array.

int GradientDrawablePadding_top

This symbol is the offset where the top attribute's value can be found in the GradientDrawablePadding array.

int[] GradientDrawableSize Attributes that can be used with a GradientDrawableSize.
int GradientDrawableSize_height

Makes the TextView be exactly this many pixels tall.

int GradientDrawableSize_width

Makes the TextView be exactly this many pixels wide.

int[] GradientDrawableSolid Attributes that can be used with a GradientDrawableSolid.
int GradientDrawableSolid_color

This symbol is the offset where the color attribute's value can be found in the GradientDrawableSolid array.

int[] GradientDrawableStroke Attributes that can be used with a GradientDrawableStroke.
int GradientDrawableStroke_color

This symbol is the offset where the color attribute's value can be found in the GradientDrawableStroke array.

int GradientDrawableStroke_dashGap

This symbol is the offset where the dashGap attribute's value can be found in the GradientDrawableStroke array.

int GradientDrawableStroke_dashWidth

This symbol is the offset where the dashWidth attribute's value can be found in the GradientDrawableStroke array.

int GradientDrawableStroke_width

Makes the TextView be exactly this many pixels wide.

int GradientDrawable_innerRadius

Inner radius of the ring.

int GradientDrawable_innerRadiusRatio

Inner radius of the ring expressed as a ratio of the ring's width.

int GradientDrawable_shape

This symbol is the offset where the shape attribute's value can be found in the GradientDrawable array.

int GradientDrawable_thickness

Thickness of the ring.

int GradientDrawable_thicknessRatio

Thickness of the ring expressed as a ratio of the ring's width.

int GradientDrawable_useLevel

This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawable array.

int GradientDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] GridLayoutAnimation Attributes that can be used with a GridLayoutAnimation.
int GridLayoutAnimation_columnDelay

Fraction of the animation duration used to delay the beginning of the animation of each column.

int GridLayoutAnimation_direction

Direction of the animation in the grid.

int GridLayoutAnimation_directionPriority

Priority of the rows and columns.

int GridLayoutAnimation_rowDelay

Fraction of the animation duration used to delay the beginning of the animation of each row.

int[] GridView Attributes that can be used with a GridView.
int GridView_columnWidth

This symbol is the offset where the columnWidth attribute's value can be found in the GridView array.

int GridView_gravity

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

int GridView_horizontalSpacing

This symbol is the offset where the horizontalSpacing attribute's value can be found in the GridView array.

int GridView_numColumns

This symbol is the offset where the numColumns attribute's value can be found in the GridView array.

int GridView_stretchMode

This symbol is the offset where the stretchMode attribute's value can be found in the GridView array.

int GridView_verticalSpacing

This symbol is the offset where the verticalSpacing attribute's value can be found in the GridView array.

int[] HorizontalScrollView Attributes that can be used with a HorizontalScrollView.
int HorizontalScrollView_fillViewport

Defines whether the scrollview should stretch its content to fill the viewport.

int[] Icon Attributes that can be used with a Icon.
int[] IconDefault Attributes that can be used with a IconDefault.
int IconDefault_icon

A Drawable resource providing a graphical representation of its associated item.

int[] IconMenuView Attributes that can be used with a IconMenuView.
int IconMenuView_maxItemsPerRow

Defines the maximum number of items per row.

int IconMenuView_maxRows

Defines the maximum number of rows displayed.

int IconMenuView_moreIcon

'More' icon.

int IconMenuView_rowHeight

Defines the height of each row.

int Icon_icon

A Drawable resource providing a graphical representation of its associated item.

int Icon_mimeType

Specify a MIME type that is handled, as per IntentFilter.addDataType().

int[] ImageSwitcher Attributes that can be used with a ImageSwitcher.
int[] ImageView Attributes that can be used with a ImageView.
int ImageView_adjustViewBounds

Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable.

int ImageView_baselineAlignBottom

If true, the image view will be baseline aligned with based on its bottom edge.

int ImageView_cropToPadding

If true, the image will be cropped to fit within its padding.

int ImageView_maxHeight

An optional argument to supply a maximum height for this view.

int ImageView_maxWidth

An optional argument to supply a maximum width for this view.

int ImageView_scaleType

Controls how the image should be resized or moved to match the size of this ImageView.

int ImageView_src

Sets a drawable as the content of this ImageView.

int ImageView_tint

Set a tinting color for the image.

int[] InputExtras An input-extras is a container for extra data to supply to an input method.
int[] InputMethod Use input-method as the root tag of the XML resource that describes an InputMethod service, which is referenced from its SERVICE_META_DATA meta-data entry.
int[] InputMethodService Attributes that can be used with a InputMethodService.
int InputMethodService_imeExtractEnterAnimation

Animation to use when showing the fullscreen extract UI after it had previously been hidden.

int InputMethodService_imeExtractExitAnimation

Animation to use when hiding the fullscreen extract UI after it had previously been shown.

int InputMethodService_imeFullscreenBackground

Background to use for entire input method when it is being shown in fullscreen mode with the extract view, to ensure that it completely covers the application.

int InputMethod_isDefault

Set to true in all of the configurations for which this input method should be considered an option as the default.

int InputMethod_settingsActivity

Component name of an activity that allows the user to modify the settings for this service.

int[] InsetDrawable Attributes that can be used with a InsetDrawable.
int InsetDrawable_drawable

Reference to a drawable resource to use for the frame.

int InsetDrawable_insetBottom

This symbol is the offset where the insetBottom attribute's value can be found in the InsetDrawable array.

int InsetDrawable_insetLeft

This symbol is the offset where the insetLeft attribute's value can be found in the InsetDrawable array.

int InsetDrawable_insetRight

This symbol is the offset where the insetRight attribute's value can be found in the InsetDrawable array.

int InsetDrawable_insetTop

This symbol is the offset where the insetTop attribute's value can be found in the InsetDrawable array.

int InsetDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] Intent Declaration of an Intent object in XML.
int[] IntentCategory A category to add to an Intent, as per Intent.addCategory().
int IntentCategory_name

Required name of the category.

int Intent_action

The action name to assign to the Intent, as per Intent.setAction().

int Intent_data

The data URI to assign to the Intent, as per Intent.setData().

int Intent_mimeType

The MIME type name to assign to the Intent, as per Intent.setType().

int Intent_targetClass

The class part of the ComponentName to assign to the Intent, as per Intent.setComponent().

int Intent_targetPackage

The package part of the ComponentName to assign to the Intent, as per Intent.setComponent().

int[] Keyboard Attributes that can be used with a Keyboard.
int[] KeyboardView Attributes that can be used with a KeyboardView.
int[] KeyboardViewPreviewState Attributes that can be used with a KeyboardViewPreviewState.
int KeyboardViewPreviewState_state_long_pressable

State for KeyboardView key preview background.

int KeyboardView_keyBackground

Image for the key.

int KeyboardView_keyPreviewHeight

Height of the key press feedback popup.

int KeyboardView_keyPreviewLayout

Layout resource for key press feedback.

int KeyboardView_keyPreviewOffset

Vertical offset of the key press feedback from the key.

int KeyboardView_keyTextColor

Color to use for the label in a key.

int KeyboardView_keyTextSize

Size of the text for character keys.

int KeyboardView_labelTextSize

Size of the text for custom keys with some text and no icon.

int KeyboardView_popupLayout

Layout resource for popup keyboards.

int KeyboardView_shadowColor

Place a shadow of the specified color behind the text.

int KeyboardView_shadowRadius

Radius of the shadow.

int KeyboardView_verticalCorrection

Amount to offset the touch Y coordinate by, for bias correction.

int[] Keyboard_Key Attributes that can be used with a Keyboard_Key.
int Keyboard_Key_codes

The unicode value or comma-separated values that this key outputs.

int Keyboard_Key_iconPreview

The icon to show in the popup preview.

int Keyboard_Key_isModifier

Whether this is a modifier key such as Alt or Shift.

int Keyboard_Key_isRepeatable

Whether long-pressing on this key will make it repeat.

int Keyboard_Key_isSticky

Whether this is a toggle key.

int Keyboard_Key_keyEdgeFlags

Key edge flags.

int Keyboard_Key_keyIcon

The icon to display on the key instead of the label.

int Keyboard_Key_keyLabel

The label to display on the key.

int Keyboard_Key_keyOutputText

The string of characters to output when this key is pressed.

int Keyboard_Key_keyboardMode

Mode of the keyboard.

int Keyboard_Key_popupCharacters

The characters to display in the popup keyboard.

int Keyboard_Key_popupKeyboard

The XML keyboard layout of any popup keyboard.

int[] Keyboard_Row Attributes that can be used with a Keyboard_Row.
int Keyboard_Row_keyboardMode

Mode of the keyboard.

int Keyboard_Row_rowEdgeFlags

Row edge flags.

int Keyboard_horizontalGap

Default horizontal gap between keys.

int Keyboard_keyHeight

Default height of a key, in pixels or percentage of display width.

int Keyboard_keyWidth

Default width of a key, in pixels or percentage of display width.

int Keyboard_verticalGap

Default vertical gap between rows of keys.

int[] LayerDrawableItem Attributes that can be used with a LayerDrawableItem.
int LayerDrawableItem_bottom

This symbol is the offset where the bottom attribute's value can be found in the LayerDrawableItem array.

int LayerDrawableItem_drawable

Reference to a drawable resource to use for the frame.

int LayerDrawableItem_id

Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById().

int LayerDrawableItem_left

This symbol is the offset where the left attribute's value can be found in the LayerDrawableItem array.

int LayerDrawableItem_right

This symbol is the offset where the right attribute's value can be found in the LayerDrawableItem array.

int LayerDrawableItem_top

This symbol is the offset where the top attribute's value can be found in the LayerDrawableItem array.

int[] LayoutAnimation Attributes that can be used with a LayoutAnimation.
int LayoutAnimation_animation

Animation to use on each child.

int LayoutAnimation_animationOrder

The order in which the animations will be started.

int LayoutAnimation_delay

Fraction of the animation duration used to delay the beginning of the animation of each child.

int LayoutAnimation_interpolator

Interpolator used to interpolate the delay between the start of each animation.

int[] LevelListDrawableItem Attributes that can be used with a LevelListDrawableItem.
int LevelListDrawableItem_drawable

Reference to a drawable resource to use for the frame.

int LevelListDrawableItem_maxLevel

The maximum level allowed for this item.

int LevelListDrawableItem_minLevel

The minimum level allowed for this item.

int[] LinearLayout Attributes that can be used with a LinearLayout.
int[] LinearLayout_Layout Attributes that can be used with a LinearLayout_Layout.
int LinearLayout_Layout_layout_gravity

Standard gravity constant that a child can supply to its parent.

int LinearLayout_Layout_layout_height

Specifies the basic height of the view.

int LinearLayout_Layout_layout_weight

This symbol is the offset where the layout_weight attribute's value can be found in the LinearLayout_Layout array.

int LinearLayout_Layout_layout_width

Specifies the basic width of the view.

int LinearLayout_baselineAligned

When set to false, prevents the layout from aligning its children's baselines.

int LinearLayout_baselineAlignedChildIndex

When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).

int LinearLayout_gravity

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

int LinearLayout_orientation

Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.

int LinearLayout_weightSum

Defines the maximum weight sum.

int[] ListPreference Base attributes available to ListPreference.
int ListPreference_entries

The human-readable array to present as a list.

int ListPreference_entryValues

The array to find the value to save for a preference when an entry from entries is selected.

int[] ListView Attributes that can be used with a ListView.
int ListView_choiceMode

Defines the choice behavior for the ListView.

int ListView_divider

Drawable or color to draw between list items.

int ListView_dividerHeight

Height of the divider.

int ListView_entries

Reference to an array resource that will populate the ListView.

int ListView_footerDividersEnabled

When set to false, the ListView will not draw the divider before each footer view.

int ListView_headerDividersEnabled

When set to false, the ListView will not draw the divider after each header view.

int ListView_overScrollFooter

Drawable to draw below list content.

int ListView_overScrollHeader

Drawable to draw above list content.

int[] LockPatternView Attributes that can be used with a LockPatternView.
int[] MapView The set of attributes for a MapView.
int MapView_apiKey

Value is a string that specifies the Maps API Key to use.

int[] Menu Base attributes that are available to all Menu objects.
int[] MenuGroup Base attributes that are available to all groups.
int MenuGroup_checkableBehavior

Whether the items are capable of displaying a check mark.

int MenuGroup_enabled

Whether the items are enabled.

int MenuGroup_id

The ID of the group.

int MenuGroup_menuCategory

The category applied to all items within this group.

int MenuGroup_orderInCategory

The order within the category applied to all items within this group.

int MenuGroup_visible

Whether the items are shown/visible.

int[] MenuItem Base attributes that are available to all Item objects.
int[] MenuItemCheckedFocusedState State array representing a menu item that is currently focused and checked.
int MenuItemCheckedFocusedState_state_checkable

State identifier indicating that the object may display a check mark.

int MenuItemCheckedFocusedState_state_checked

State identifier indicating that the object is currently checked.

int MenuItemCheckedFocusedState_state_focused

State value for StateListDrawable.

int[] MenuItemCheckedState State array representing a menu item that is currently checked.
int MenuItemCheckedState_state_checkable

State identifier indicating that the object may display a check mark.

int MenuItemCheckedState_state_checked

State identifier indicating that the object is currently checked.

int[] MenuItemUncheckedFocusedState State array representing a menu item that is focused and checkable but is not currently checked.
int MenuItemUncheckedFocusedState_state_checkable

State identifier indicating that the object may display a check mark.

int MenuItemUncheckedFocusedState_state_focused

State value for StateListDrawable.

int[] MenuItemUncheckedState State array representing a menu item that is checkable but is not currently checked.
int MenuItemUncheckedState_state_checkable

State identifier indicating that the object may display a check mark.

int MenuItem_alphabeticShortcut

The alphabetic shortcut key.

int MenuItem_checkable

Whether the item is capable of displaying a check mark.

int MenuItem_checked

Whether the item is checked.

int MenuItem_enabled

Whether the item is enabled.

int MenuItem_icon

The icon associated with this item.

int MenuItem_id

The ID of the item.

int MenuItem_menuCategory

The category applied to the item.

int MenuItem_numericShortcut

The numeric shortcut key.

int MenuItem_orderInCategory

The order within the category applied to the item.

int MenuItem_title

The title associated with the item.

int MenuItem_titleCondensed

The condensed title associated with the item.

int MenuItem_visible

Whether the item is shown/visible.

int[] MenuView Attributes that can be used with a MenuView.
int MenuView_headerBackground

Default background for the menu header.

int MenuView_horizontalDivider

Default horizontal divider between rows of menu items.

int MenuView_itemBackground

Default background for each menu item.

int MenuView_itemIconDisabledAlpha

Default disabled icon alpha for each menu item that shows an icon.

int MenuView_itemTextAppearance

Default appearance of menu item text.

int MenuView_verticalDivider

Default vertical divider between menu items.

int MenuView_windowAnimationStyle

Default animations for the menu.

int[] NinePatchDrawable Drawable used to draw 9-patches.
int NinePatchDrawable_dither

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

int NinePatchDrawable_src

Identifier of the bitmap file.

int[] OvershootInterpolator Attributes that can be used with a OvershootInterpolator.
int OvershootInterpolator_tension

This is the amount of tension.

int[] PopupWindow Attributes that can be used with a PopupWindow.
int[] PopupWindowBackgroundState Attributes that can be used with a PopupWindowBackgroundState.
int PopupWindowBackgroundState_state_above_anchor

State identifier indicating the popup will be above the anchor.

int PopupWindow_popupAnimationStyle

This symbol is the offset where the popupAnimationStyle attribute's value can be found in the PopupWindow array.

int PopupWindow_popupBackground

This symbol is the offset where the popupBackground attribute's value can be found in the PopupWindow array.

int[] Preference Base attributes available to Preference.
int[] PreferenceGroup Base attributes available to PreferenceGroup.
int PreferenceGroup_orderingFromXml

Whether to order the Preference under this group as they appear in the XML file.

int Preference_defaultValue

The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.

int Preference_dependency

The key of another Preference that this Preference will depend on.

int Preference_enabled

Whether the Preference is enabled.

int Preference_key

The key to store the Preference value.

int Preference_layout

The layout for the Preference in a PreferenceActivity screen.

int Preference_order

The order for the Preference (lower values are to be ordered first).

int Preference_persistent

Whether the Preference stores its value to the shared preferences.

int Preference_selectable

Whether the Preference is selectable.

int Preference_shouldDisableView

Whether the view of this Preference should be disabled when this Preference is disabled.

int Preference_summary

The summary for the Preference in a PreferenceActivity screen.

int Preference_title

The title for the Preference in a PreferenceActivity screen.

int Preference_widgetLayout

The layout for the controllable widget portion of a Preference.

int[] ProgressBar Attributes that can be used with a ProgressBar.
int ProgressBar_indeterminate

Allows to enable the indeterminate mode.

int ProgressBar_indeterminateBehavior

Defines how the indeterminate mode should behave when the progress reaches max.

int ProgressBar_indeterminateDrawable

Drawable used for the indeterminate mode.

int ProgressBar_indeterminateDuration

Duration of the indeterminate animation.

int ProgressBar_indeterminateOnly

Restricts to ONLY indeterminate mode (state-keeping progress mode will not work).

int ProgressBar_interpolator

This symbol is the offset where the interpolator attribute's value can be found in the ProgressBar array.

int ProgressBar_max

Defines the maximum value the progress can take.

int ProgressBar_maxHeight

An optional argument to supply a maximum height for this view.

int ProgressBar_maxWidth

An optional argument to supply a maximum width for this view.

int ProgressBar_minHeight

This symbol is the offset where the minHeight attribute's value can be found in the ProgressBar array.

int ProgressBar_minWidth

This symbol is the offset where the minWidth attribute's value can be found in the ProgressBar array.

int ProgressBar_progress

Defines the default progress value, between 0 and max.

int ProgressBar_progressDrawable

Drawable used for the progress mode.

int ProgressBar_secondaryProgress

Defines the secondary progress value, between 0 and max.

int[] QuickContactBadge Attributes that can be used with a QuickContactBadge.
int[] RadioGroup Attributes that can be used with a RadioGroup.
int RadioGroup_checkedButton

The id of the child radio button that should be checked by default within this radio group.

int RadioGroup_orientation

Should the radio group be a column or a row? Use "horizontal" for a row, "vertical" for a column.

int[] RatingBar Attributes that can be used with a RatingBar.
int RatingBar_isIndicator

Whether this rating bar is an indicator (and non-changeable by the user).

int RatingBar_numStars

The number of stars (or rating items) to show.

int RatingBar_rating

The rating to set by default.

int RatingBar_stepSize

The step size of the rating.

int[] RecognitionService Use recognition-service as the root tag of the XML resource that describes a RecognitionService, which is reference from its SERVICE_META_DATA meta-data entry.
int RecognitionService_settingsActivity

Component name of an activity that allows the user to modify the settings for this service.

int[] RelativeLayout Attributes that can be used with a RelativeLayout.
int[] RelativeLayout_Layout Attributes that can be used with a RelativeLayout_Layout.
int RelativeLayout_Layout_layout_above

Positions the bottom edge of this view above the given anchor view ID.

int RelativeLayout_Layout_layout_alignBaseline

Positions the baseline of this view on the baseline of the given anchor view ID.

int RelativeLayout_Layout_layout_alignBottom

Makes the bottom edge of this view match the bottom edge of the given anchor view ID.

int RelativeLayout_Layout_layout_alignLeft

Makes the left edge of this view match the left edge of the given anchor view ID.

int RelativeLayout_Layout_layout_alignParentBottom

If true, makes the bottom edge of this view match the bottom edge of the parent.

int RelativeLayout_Layout_layout_alignParentLeft

If true, makes the left edge of this view match the left edge of the parent.

int RelativeLayout_Layout_layout_alignParentRight

If true, makes the right edge of this view match the right edge of the parent.

int RelativeLayout_Layout_layout_alignParentTop

If true, makes the top edge of this view match the top edge of the parent.

int RelativeLayout_Layout_layout_alignRight

Makes the right edge of this view match the right edge of the given anchor view ID.

int RelativeLayout_Layout_layout_alignTop

Makes the top edge of this view match the top edge of the given anchor view ID.

int RelativeLayout_Layout_layout_alignWithParentIfMissing

If set to true, the parent will be used as the anchor when the anchor cannot be be found for layout_toLeftOf, layout_toRightOf, etc.

int RelativeLayout_Layout_layout_below

Positions the top edge of this view below the given anchor view ID.

int RelativeLayout_Layout_layout_centerHorizontal

If true, centers this child horizontally within its parent.

int RelativeLayout_Layout_layout_centerInParent

If true, centers this child horizontally and vertically within its parent.

int RelativeLayout_Layout_layout_centerVertical

If true, centers this child vertically within its parent.

int RelativeLayout_Layout_layout_toLeftOf

Positions the right edge of this view to the left of the given anchor view ID.

int RelativeLayout_Layout_layout_toRightOf

Positions the left edge of this view to the right of the given anchor view ID.

int RelativeLayout_gravity

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

int RelativeLayout_ignoreGravity

Indicates what view should not be affected by gravity.

int[] RingtonePreference Base attributes available to RingtonePreference.
int RingtonePreference_ringtoneType

Which ringtone type(s) to show in the picker.

int RingtonePreference_showDefault

Whether to show an item for a default sound.

int RingtonePreference_showSilent

Whether to show an item for 'Silent'.

int RotarySelector_orientation

Use "horizontal" or "vertical".

int[] RotateAnimation Attributes that can be used with a RotateAnimation.
int RotateAnimation_fromDegrees

This symbol is the offset where the fromDegrees attribute's value can be found in the RotateAnimation array.

int RotateAnimation_pivotX

This symbol is the offset where the pivotX attribute's value can be found in the RotateAnimation array.

int RotateAnimation_pivotY

This symbol is the offset where the pivotY attribute's value can be found in the RotateAnimation array.

int RotateAnimation_toDegrees

This symbol is the offset where the toDegrees attribute's value can be found in the RotateAnimation array.

int[] RotateDrawable Attributes that can be used with a RotateDrawable.
int RotateDrawable_drawable

Reference to a drawable resource to use for the frame.

int RotateDrawable_fromDegrees

This symbol is the offset where the fromDegrees attribute's value can be found in the RotateDrawable array.

int RotateDrawable_pivotX

This symbol is the offset where the pivotX attribute's value can be found in the RotateDrawable array.

int RotateDrawable_pivotY

This symbol is the offset where the pivotY attribute's value can be found in the RotateDrawable array.

int RotateDrawable_toDegrees

This symbol is the offset where the toDegrees attribute's value can be found in the RotateDrawable array.

int RotateDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] ScaleAnimation Attributes that can be used with a ScaleAnimation.
int ScaleAnimation_fromXScale

This symbol is the offset where the fromXScale attribute's value can be found in the ScaleAnimation array.

int ScaleAnimation_fromYScale

This symbol is the offset where the fromYScale attribute's value can be found in the ScaleAnimation array.

int ScaleAnimation_pivotX

This symbol is the offset where the pivotX attribute's value can be found in the ScaleAnimation array.

int ScaleAnimation_pivotY

This symbol is the offset where the pivotY attribute's value can be found in the ScaleAnimation array.

int ScaleAnimation_toXScale

This symbol is the offset where the toXScale attribute's value can be found in the ScaleAnimation array.

int ScaleAnimation_toYScale

This symbol is the offset where the toYScale attribute's value can be found in the ScaleAnimation array.

int[] ScaleDrawable Attributes that can be used with a ScaleDrawable.
int ScaleDrawable_drawable

Reference to a drawable resource to draw with the specified scale.

int ScaleDrawable_scaleGravity

Specifies where the drawable is positioned after scaling.

int ScaleDrawable_scaleHeight

Scale height, expressed as a percentage of the drawable's bound.

int ScaleDrawable_scaleWidth

Scale width, expressed as a percentage of the drawable's bound.

int[] ScrollView Attributes that can be used with a ScrollView.
int ScrollView_fillViewport

Defines whether the scrollview should stretch its content to fill the viewport.

int[] Searchable Searchable activities and applications must provide search configuration information in an XML file, typically called searchable.xml.
int[] SearchableActionKey In order to process special action keys during search, you must define them using one or more "ActionKey" elements in your Searchable metadata.
int SearchableActionKey_keycode

This attribute denotes the action key you wish to respond to.

int SearchableActionKey_queryActionMsg

If you wish to handle an action key during normal search query entry, you must define an action string here.

int SearchableActionKey_suggestActionMsg

If you wish to handle an action key while a suggestion is being displayed and selected, there are two ways to handle this.

int SearchableActionKey_suggestActionMsgColumn

If you wish to handle an action key while a suggestion is being displayed and selected, but you do not wish to enable this action key for every suggestion, then you can use this attribute to control it on a suggestion-by-suggestion basis.

int Searchable_autoUrlDetect

If provided and true, URLs entered in the search dialog while searching within this activity would be detected and treated as URLs (show a 'go' button in the keyboard and invoke the browser directly when user launches the URL instead of passing the URL to the activity).

int Searchable_hint

If supplied, this string will be displayed as a hint to the user.

int Searchable_icon

This is deprecated.

int Searchable_imeOptions

Additional features you can enable in an IME associated with an editor to improve the integration with your application.

int Searchable_includeInGlobalSearch

If provided and true, this searchable activity will be included in any global lists of search targets.

int Searchable_inputType

The type of data being placed in a text field, used to help an input method decide how to let the user enter text.

int Searchable_label

This is the user-displayed name of the searchable activity.

int Searchable_queryAfterZeroResults

If provided and true, this searchable activity will be invoked for all queries in a particular session.

int Searchable_searchButtonText

If supplied, this string will be displayed as the text of the "Search" button.

int Searchable_searchMode

Additional features are controlled by mode bits in this field.

int Searchable_searchSettingsDescription

If provided, this string will be used to describe the searchable item in the searchable items settings within system search settings.

int Searchable_searchSuggestAuthority

If provided, this is the trigger indicating that the searchable activity provides suggestions as well.

int Searchable_searchSuggestIntentAction

If provided, and not overridden by an action in the selected suggestion, this string will be placed in the action field of the Intent when the user clicks a suggestion.

int Searchable_searchSuggestIntentData

If provided, and not overridden by an action in the selected suggestion, this string will be placed in the data field of the Intent when the user clicks a suggestion.

int Searchable_searchSuggestPath

If provided, this will be inserted in the suggestions query Uri, after the authority you have provide but before the standard suggestions path.

int Searchable_searchSuggestSelection

If provided, suggestion queries will be passed into your query function as the selection parameter.

int Searchable_searchSuggestThreshold

If provided, this is the minimum number of characters needed to trigger search suggestions.

int Searchable_voiceLanguage

If provided, this specifies the spoken language to be expected, and that it will be different than the one set in the getDefault().

int Searchable_voiceLanguageModel

If provided, this specifies the language model that should be used by the voice recognition system.

int Searchable_voiceMaxResults

If provided, enforces the maximum number of results to return, including the "best" result which will always be provided as the SEARCH intent's primary query.

int Searchable_voicePromptText

If provided, this specifies a prompt that will be displayed during voice input.

int Searchable_voiceSearchMode

Voice search features are controlled by mode bits in this field.

int[] SeekBar Attributes that can be used with a SeekBar.
int SeekBar_thumb

Draws the thumb on a seekbar.

int SeekBar_thumbOffset

An offset for the thumb that allows it to extend out of the range of the track.

int[] ShapeDrawable Drawable used to draw shapes.
int[] ShapeDrawablePadding Defines the padding of a ShapeDrawable.
int ShapeDrawablePadding_bottom

Bottom padding.

int ShapeDrawablePadding_left

Left padding.

int ShapeDrawablePadding_right

Right padding.

int ShapeDrawablePadding_top

Top padding.

int ShapeDrawable_color

Defines the color of the shape.

int ShapeDrawable_height

Defines the height of the shape.

int ShapeDrawable_width

Defines the width of the shape.

int[] SlidingDrawer SlidingDrawer specific attributes.
int SlidingDrawer_allowSingleTap

Indicates whether the drawer can be opened/closed by a single tap on the handle.

int SlidingDrawer_animateOnClick

Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle.

int SlidingDrawer_bottomOffset

Extra offset for the handle at the bottom of the SlidingDrawer.

int SlidingDrawer_content

Identifier for the child that represents the drawer's content.

int SlidingDrawer_handle

Identifier for the child that represents the drawer's handle.

int SlidingDrawer_orientation

Orientation of the SlidingDrawer.

int SlidingDrawer_topOffset

Extra offset for the handle at the top of the SlidingDrawer.

int[] SlidingTab Attributes that can be used with a SlidingTab.
int SlidingTab_orientation

Use "horizontal" for a row, "vertical" for a column.

int[] Spinner Attributes that can be used with a Spinner.
int Spinner_prompt

The prompt to display when the spinner's dialog is shown.

int[] StateListDrawable Attributes that can be used with a StateListDrawable.
int StateListDrawable_constantSize

If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states.

int StateListDrawable_dither

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

int StateListDrawable_variablePadding

If true, allows the drawable's padding to change based on the current state that is selected.

int StateListDrawable_visible

Provides initial visibility state of the drawable; the default value is false.

int[] SyncAdapter Use account-authenticator as the root tag of the XML resource that describes an account authenticator.
int SyncAdapter_accountType

The account type this authenticator handles.

int SyncAdapter_contentAuthority

the authority of a content provider.

int SyncAdapter_supportsUploading

This symbol is the offset where the supportsUploading attribute's value can be found in the SyncAdapter array.

int SyncAdapter_userVisible

This symbol is the offset where the userVisible attribute's value can be found in the SyncAdapter array.

int[] TabWidget Attributes that can be used with a TabWidget.
int TabWidget_divider

Drawable used to draw the divider between tabs.

int TabWidget_tabStripEnabled

Determines whether the strip under the tab indicators is drawn or not.

int TabWidget_tabStripLeft

Drawable used to draw the left part of the strip underneath the tabs.

int TabWidget_tabStripRight

Drawable used to draw the right part of the strip underneath the tabs.

int[] TableLayout Attributes that can be used with a TableLayout.
int TableLayout_collapseColumns

The zero-based index of the columns to collapse.

int TableLayout_shrinkColumns

The zero-based index of the columns to shrink.

int TableLayout_stretchColumns

The zero-based index of the columns to stretch.

int[] TableRow Attributes that can be used with a TableRow.
int[] TableRow_Cell Attributes that can be used with a TableRow_Cell.
int TableRow_Cell_layout_column

The index of the column in which this child should be.

int TableRow_Cell_layout_span

Defines how many columns this child should span.

int[] TextAppearance Attributes that can be used with a TextAppearance.
int TextAppearance_textColor

Text color.

int TextAppearance_textColorHighlight

Color of the text selection highlight.

int TextAppearance_textColorHint

Color of the hint text.

int TextAppearance_textColorLink

Color of the links.

int TextAppearance_textSize

Size of the text.

int TextAppearance_textStyle

Style (bold, italic, bolditalic) for the text.

int TextAppearance_typeface

Typeface (normal, sans, serif, monospace) for the text.

int[] TextSwitcher Attributes that can be used with a TextSwitcher.
int[] TextView Attributes that can be used with a TextView.
int TextView_autoLink

Controls whether links such as urls and email addresses are automatically found and converted to clickable links.

int TextView_autoText

If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors.

int TextView_bufferType

Determines the minimum type that getText() will return.

int TextView_capitalize

If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types.

int TextView_cursorVisible

Makes the cursor visible (the default) or invisible.

int TextView_digits

If set, specifies that this TextView has a numeric input method and that these specific characters are the ones that it will accept.

int TextView_drawableBottom

The drawable to be drawn below the text.

int TextView_drawableLeft

The drawable to be drawn to the left of the text.

int TextView_drawablePadding

The padding between the drawables and the text.

int TextView_drawableRight

The drawable to be drawn to the right of the text.

int TextView_drawableTop

The drawable to be drawn above the text.

int TextView_editable

If set, specifies that this TextView has an input method.

int TextView_editorExtras

Reference to an <input-extras> XML resource containing additional data to supply to an input method, which is private to the implementation of the input method.

int TextView_ellipsize

If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle.

int TextView_ems

Makes the TextView be exactly this many ems wide.

int TextView_enabled

Specifies whether the TextView is enabled or not.

int TextView_freezesText

If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position.

int TextView_gravity

Specifies how to align the text by the view's x- and/or y-axis when the text is smaller than the view.

int TextView_height

Makes the TextView be exactly this many pixels tall.

int TextView_hint

Hint text to display when the text is empty.

int TextView_imeActionId

Supply a value for EditorInfo.actionId used when an input method is connected to the text view.

int TextView_imeActionLabel

Supply a value for EditorInfo.actionLabel used when an input method is connected to the text view.

int TextView_imeOptions

Additional features you can enable in an IME associated with an editor to improve the integration with your application.

int TextView_includeFontPadding

Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly.

int TextView_inputMethod

If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name).

int TextView_inputType

The type of data being placed in a text field, used to help an input method decide how to let the user enter text.

int TextView_lineSpacingExtra

Extra spacing between lines of text.

int TextView_lineSpacingMultiplier

Extra spacing between lines of text, as a multiplier.

int TextView_lines

Makes the TextView be exactly this many lines tall.

int TextView_linksClickable

If set to false, keeps the movement method from being set to the link movement method even if autoLink causes links to be found.

int TextView_marqueeRepeatLimit

The number of times to repeat the marquee animation.

int TextView_maxEms

Makes the TextView be at most this many ems wide.

int TextView_maxHeight

Makes the TextView be at most this many pixels tall.

int TextView_maxLength

Set an input filter to constrain the text length to the specified number.

int TextView_maxLines

Makes the TextView be at most this many lines tall.

int TextView_maxWidth

Makes the TextView be at most this many pixels wide.

int TextView_minEms

Makes the TextView be at least this many ems wide.

int TextView_minHeight

Makes the TextView be at least this many pixels tall.

int TextView_minLines

Makes the TextView be at least this many lines tall.

int TextView_minWidth

Makes the TextView be at least this many pixels wide.

int TextView_numeric

If set, specifies that this TextView has a numeric input method.

int TextView_password

Whether the characters of the field are displayed as password dots instead of themselves.

int TextView_phoneNumber

If set, specifies that this TextView has a phone number input method.

int TextView_privateImeOptions

An addition content type description to supply to the input method attached to the text view, which is private to the implementation of the input method.

int TextView_scrollHorizontally

Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally).

int TextView_selectAllOnFocus

If the text is selectable, select it all when the view takes focus instead of moving the cursor to the start or end.

int TextView_shadowColor

Place a shadow of the specified color behind the text.

int TextView_shadowDx

Horizontal offset of the shadow.

int TextView_shadowDy

Vertical offset of the shadow.

int TextView_shadowRadius

Radius of the shadow.

int TextView_singleLine

Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key.

int TextView_text

Text to display.

int TextView_textAppearance

Base text color, typeface, size, and style.

int TextView_textColor

Text color.

int TextView_textColorHighlight

Color of the text selection highlight.

int TextView_textColorHint

Color of the hint text.

int TextView_textColorLink

Text color for links.

int TextView_textScaleX

Sets the horizontal scaling factor for the text.

int TextView_textSelectHandle

Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.

int TextView_textSelectHandleLeft

Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.

int TextView_textSelectHandleRight

Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.

int TextView_textSize

Size of the text.

int TextView_textStyle

Style (bold, italic, bolditalic) for the text.

int TextView_typeface

Typeface (normal, sans, serif, monospace) for the text.

int TextView_width

Makes the TextView be exactly this many pixels wide.

int[] Theme These are the standard attributes that make up a complete theme.
int Theme_absListViewStyle

Default AbsListView style.

int Theme_alertDialogStyle

This symbol is the offset where the alertDialogStyle attribute's value can be found in the Theme array.

int Theme_autoCompleteTextViewStyle

Default AutoCompleteTextView style.

int Theme_backgroundDimAmount

Default background dim amount when a menu, dialog, or something similar pops up.

int Theme_backgroundDimEnabled

Control whether dimming behind the window is enabled.

int Theme_buttonStyle

Normal Button style.

int Theme_buttonStyleInset

Button style to inset into an EditText.

int Theme_buttonStyleSmall

Small Button style.

int Theme_buttonStyleToggle

ToggleButton style.

int Theme_candidatesTextStyleSpans

A styled string, specifying the style to be used for showing inline candidate text when composing with an input method.

int Theme_checkBoxPreferenceStyle

Default style for CheckBoxPreference.

int Theme_checkboxStyle

Default Checkbox style.

int Theme_colorBackground

Color that matches (as closely as possible) the window background.

int Theme_colorBackgroundCacheHint

This is a hint for a solid color that can be used for caching rendered views.

int Theme_colorForeground

Default color of foreground imagery.

int Theme_colorForegroundInverse

Default color of foreground imagery on an inverted background.

int Theme_dialogPreferenceStyle

Default style for DialogPreference.

int Theme_disabledAlpha

Default disabled alpha for widgets that set enabled/disabled alpha programmatically.

int Theme_dropDownHintAppearance

Default style for drop down hints.

int Theme_dropDownItemStyle

Default style for drop down items.

int Theme_dropDownListViewStyle

Default ListView style for drop downs.

int Theme_editTextPreferenceStyle

Default style for EditTextPreference.

int Theme_editTextStyle

Default EditText style.

int Theme_expandableListPreferredChildIndicatorLeft

The preferred left bound for an expandable list child's indicator.

int Theme_expandableListPreferredChildIndicatorRight

The preferred right bound for an expandable list child's indicator.

int Theme_expandableListPreferredChildPaddingLeft

The preferred left padding for an expandable list item that is a child.

int Theme_expandableListPreferredItemIndicatorLeft

The preferred left bound for an expandable list item's indicator.

int Theme_expandableListPreferredItemIndicatorRight

The preferred right bound for an expandable list item's indicator.

int Theme_expandableListPreferredItemPaddingLeft

The preferred left padding for an expandable list item (for child-specific layouts, use expandableListPreferredChildPaddingLeft).

int Theme_expandableListViewStyle

Default ExpandableListView style.

int Theme_expandableListViewWhiteStyle

ExpandableListView with white background.

int Theme_galleryItemBackground

The preferred background for gallery items.

int Theme_galleryStyle

Default Gallery style.

int Theme_gridViewStyle

Default GridView style.

int Theme_imageButtonStyle

The style resource to use for an ImageButton.

int Theme_imageWellStyle

The style resource to use for an ImageButton that is an image well.

int Theme_listChoiceIndicatorMultiple

Drawable to use for multiple choice indicators.

int Theme_listChoiceIndicatorSingle

Drawable to use for single choice indicators.

int Theme_listDivider

This symbol is the offset where the listDivider attribute's value can be found in the Theme array.

int Theme_listPreferredItemHeight

The preferred list item height.

int Theme_listSeparatorTextViewStyle

TextView style for list separators.

int Theme_listViewStyle

Default ListView style.

int Theme_listViewWhiteStyle

ListView with white background.

int Theme_mapViewStyle

Default MapView style.

int Theme_panelBackground

The background of a panel when it is inset from the left and right edges of the screen.

int Theme_panelColorBackground

Color that matches (as closely as possible) the panel background.

int Theme_panelColorForeground

Default color of foreground panel imagery.

int Theme_panelFullBackground

The background of a panel when it extends to the left and right edges of the screen.

int Theme_panelTextAppearance

Default appearance of panel text.

int Theme_popupWindowStyle

Default PopupWindow style.

int Theme_preferenceCategoryStyle

Default style for PreferenceCategory.

int Theme_preferenceInformationStyle

Default style for informational Preference.

int Theme_preferenceLayoutChild

The preference layout that has the child/tabbed effect.

int Theme_preferenceScreenStyle

Default style for PreferenceScreen.

int Theme_preferenceStyle

Default style for Preference.

int Theme_progressBarStyle

Default ProgressBar style.

int Theme_progressBarStyleHorizontal

Horizontal ProgressBar style.

int Theme_progressBarStyleInverse

Inverse ProgressBar style.

int Theme_progressBarStyleLarge

Large ProgressBar style.

int Theme_progressBarStyleLargeInverse

Large inverse ProgressBar style.

int Theme_progressBarStyleSmall

Small ProgressBar style.

int Theme_progressBarStyleSmallInverse

Small inverse ProgressBar style.

int Theme_progressBarStyleSmallTitle

Small ProgressBar in title style.

int Theme_quickContactBadgeStyleSmallWindowLarge

Default quickcontact badge style with large quickcontact window.

int Theme_quickContactBadgeStyleSmallWindowMedium

Default quickcontact badge style with medium quickcontact window.

int Theme_quickContactBadgeStyleSmallWindowSmall

Default quickcontact badge style with small quickcontact window.

int Theme_quickContactBadgeStyleWindowLarge

Default quickcontact badge style with large quickcontact window.

int Theme_quickContactBadgeStyleWindowMedium

Default quickcontact badge style with medium quickcontact window.

int Theme_quickContactBadgeStyleWindowSmall

Default quickcontact badge style with small quickcontact window.

int Theme_radioButtonStyle

Default RadioButton style.

int Theme_ratingBarStyle

Default RatingBar style.

int Theme_ratingBarStyleIndicator

Indicator RatingBar style.

int Theme_ratingBarStyleSmall

Small indicator RatingBar style.

int Theme_ringtonePreferenceStyle

Default style for RingtonePreference.

int Theme_scrollViewStyle

Default ScrollView style.

int Theme_seekBarStyle

Default SeekBar style.

int Theme_spinnerDropDownItemStyle

Default style for spinner drop down items.

int Theme_spinnerItemStyle

Default spinner item style.

int Theme_spinnerStyle

Default Spinner style.

int Theme_starStyle

Default Star style.

int Theme_tabWidgetStyle

Default TabWidget style.

int Theme_textAppearance

Default appearance of text: color, typeface, size, and style.

int Theme_textAppearanceButton

Text color, typeface, size, and style for the text inside of a button.

int Theme_textAppearanceInverse

Default appearance of text against an inverted background: color, typeface, size, and style.

int Theme_textAppearanceLarge

Text color, typeface, size, and style for "large" text.

int Theme_textAppearanceLargeInverse

Text color, typeface, size, and style for "large" inverse text.

int Theme_textAppearanceMedium

Text color, typeface, size, and style for "medium" text.

int Theme_textAppearanceMediumInverse

Text color, typeface, size, and style for "medium" inverse text.

int Theme_textAppearanceSearchResultSubtitle

Text color, typeface, size, and style for system search result subtitle.

int Theme_textAppearanceSearchResultTitle

Text color, typeface, size, and style for system search result title.

int Theme_textAppearanceSmall

Text color, typeface, size, and style for "small" text.

int Theme_textAppearanceSmallInverse

Text color, typeface, size, and style for "small" inverse text.

int Theme_textCheckMark

Drawable to use for check marks.

int Theme_textCheckMarkInverse

This symbol is the offset where the textCheckMarkInverse attribute's value can be found in the Theme array.

int Theme_textColorHintInverse

Inverse hint text color.

int Theme_textColorPrimary

The most prominent text color.

int Theme_textColorPrimaryDisableOnly

Bright text color.

int Theme_textColorPrimaryInverse

Primary inverse text color, useful for inverted backgrounds.

int Theme_textColorPrimaryInverseDisableOnly

Bright inverse text color.

int Theme_textColorPrimaryInverseNoDisable

Bright inverse text color.

int Theme_textColorPrimaryNoDisable

Bright text color.

int Theme_textColorSecondary

Secondary text color.

int Theme_textColorSecondaryInverse

Secondary inverse text color, useful for inverted backgrounds.

int Theme_textColorSecondaryInverseNoDisable

Dim inverse text color.

int Theme_textColorSecondaryNoDisable

Dim text color.

int Theme_textColorTertiary

Tertiary text color.

int Theme_textColorTertiaryInverse

Tertiary inverse text color, useful for inverted backgrounds.

int Theme_textSelectHandle

Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.

int Theme_textSelectHandleLeft

Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.

int Theme_textSelectHandleRight

Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.

int Theme_textSelectHandleWindowStyle

Reference to a style that will be used for the window containing a text selection anchor.

int Theme_textViewStyle

Default TextView style.

int Theme_webTextViewStyle

Default WebTextView style.

int Theme_webViewStyle

Default WebView style.

int Theme_windowAnimationStyle

Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.

int Theme_windowBackground

Drawable to use as the overall window background.

int Theme_windowContentOverlay

This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.

int Theme_windowDisablePreview

Flag allowing you to disable the preview animation for a window.

int Theme_windowFrame

Drawable to use as a frame around the window.

int Theme_windowFullscreen

Flag indicating whether this window should fill the entire screen.

int Theme_windowIsFloating

Flag indicating whether this is a floating window.

int Theme_windowIsTranslucent

Flag indicating whether this is a translucent window.

int Theme_windowNoDisplay

Flag indicating that this window should not be displayed at all.

int Theme_windowNoTitle

Flag indicating whether there should be no title on this window.

int Theme_windowShowWallpaper

Flag indicating that this window's background should be the user's current wallpaper.

int Theme_windowSoftInputMode

Defines the default soft input state that this window would like when it is displayed.

int Theme_windowTitleBackgroundStyle

The style resource to use for a window's title area.

int Theme_windowTitleSize

The style resource to use for a window's title bar height.

int Theme_windowTitleStyle

The style resource to use for a window's title text.

int Theme_yesNoPreferenceStyle

Default style for YesNoPreference.

int[] ToggleButton Attributes that can be used with a ToggleButton.
int ToggleButton_disabledAlpha

The alpha to apply to the indicator when disabled.

int ToggleButton_textOff

The text for the button when it is not checked.

int ToggleButton_textOn

The text for the button when it is checked.

int[] TranslateAnimation Attributes that can be used with a TranslateAnimation.
int TranslateAnimation_fromXDelta

This symbol is the offset where the fromXDelta attribute's value can be found in the TranslateAnimation array.

int TranslateAnimation_fromYDelta

This symbol is the offset where the fromYDelta attribute's value can be found in the TranslateAnimation array.

int TranslateAnimation_toXDelta

This symbol is the offset where the toXDelta attribute's value can be found in the TranslateAnimation array.

int TranslateAnimation_toYDelta

This symbol is the offset where the toYDelta attribute's value can be found in the TranslateAnimation array.

int[] TwoLineListItem Attributes that can be used with a TwoLineListItem.
int TwoLineListItem_mode

This symbol is the offset where the mode attribute's value can be found in the TwoLineListItem array.

int[] VerticalSlider_Layout Attributes that can be used with a VerticalSlider_Layout.
int VerticalSlider_Layout_layout_scale

This symbol is the offset where the layout_scale attribute's value can be found in the VerticalSlider_Layout array.

int[] View Attributes that can be used with View or any of its subclasses.
int[] ViewAnimator Attributes that can be used with a ViewAnimator.
int ViewAnimator_inAnimation

This symbol is the offset where the inAnimation attribute's value can be found in the ViewAnimator array.

int ViewAnimator_outAnimation

This symbol is the offset where the outAnimation attribute's value can be found in the ViewAnimator array.

int[] ViewDrawableStates Attributes that can be used with a ViewDrawableStates.
int ViewDrawableStates_state_enabled

State value for StateListDrawable.

int ViewDrawableStates_state_focused

State value for StateListDrawable.

int ViewDrawableStates_state_pressed

State value for StateListDrawable.

int ViewDrawableStates_state_selected

State value for StateListDrawable.

int ViewDrawableStates_state_window_focused

State value for StateListDrawable.

int[] ViewFlipper Attributes that can be used with a ViewFlipper.
int ViewFlipper_autoStart

When true, automatically start animating

Must be a boolean value, either "true" or "false".

int ViewFlipper_flipInterval

This symbol is the offset where the flipInterval attribute's value can be found in the ViewFlipper array.

int[] ViewGroup Attributes that can be used with a ViewGroup or any of its subclasses.
int[] ViewGroup_Layout This is the basic set of layout attributes that are common to all layout managers.
int ViewGroup_Layout_layout_height

Specifies the basic height of the view.

int ViewGroup_Layout_layout_width

Specifies the basic width of the view.

int[] ViewGroup_MarginLayout This is the basic set of layout attributes for layout managers that wish to place margins around their child views.
int ViewGroup_MarginLayout_layout_height

Specifies the basic height of the view.

int ViewGroup_MarginLayout_layout_margin

Specifies extra space on the left, top, right and bottom sides of this view.

int ViewGroup_MarginLayout_layout_marginBottom

Specifies extra space on the bottom side of this view.

int ViewGroup_MarginLayout_layout_marginLeft

Specifies extra space on the left side of this view.

int ViewGroup_MarginLayout_layout_marginRight

Specifies extra space on the right side of this view.

int ViewGroup_MarginLayout_layout_marginTop

Specifies extra space on the top side of this view.

int ViewGroup_MarginLayout_layout_width

Specifies the basic width of the view.

int ViewGroup_addStatesFromChildren

Sets whether this ViewGroup's drawable states also include its children's drawable states.

int ViewGroup_alwaysDrawnWithCache

Defines whether the ViewGroup should always draw its children using their drawing cache or not.

int ViewGroup_animationCache

Defines whether layout animations should create a drawing cache for their children.

int ViewGroup_clipChildren

Defines whether a child is limited to draw inside of its bounds or not.

int ViewGroup_clipToPadding

Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area.

int ViewGroup_descendantFocusability

Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.

int ViewGroup_layoutAnimation

Defines the layout animation to use the first time the ViewGroup is laid out.

int ViewGroup_persistentDrawingCache

Defines the persistence of the drawing cache.

int[] ViewStub A ViewStub lets you lazily include other XML layouts inside your application at runtime.
int ViewStub_inflatedId

Overrides the id of the inflated View with this value.

int ViewStub_layout

Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.

int[] ViewSwitcher Attributes that can be used with a ViewSwitcher.
int View_background

A drawable to use as the background.

int View_clickable

Defines whether this view reacts to click events.

int View_contentDescription

Defines text that briefly describes content of the view.

int View_drawingCacheQuality

Defines the quality of translucent drawing caches.

int View_duplicateParentState

When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself.

int View_fadeScrollbars

Defines whether to fade out scrollbars when they are not in use.

int View_fadingEdge

Defines which edges should be fadeded on scrolling.

int View_fadingEdgeLength

Defines the length of the fading edges.

int View_filterTouchesWhenObscured

Specifies whether to filter touches when the view's window is obscured by another visible window.

int View_fitsSystemWindows

Boolean internal attribute to adjust view layout based on system windows such as the status bar.

int View_focusable

Boolean that controls whether a view can take focus.

int View_focusableInTouchMode

Boolean that controls whether a view can take focus while in touch mode.

int View_hapticFeedbackEnabled

Boolean that controls whether a view should have haptic feedback enabled for events such as long presses.

int View_id

Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById().

int View_isScrollContainer

Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method.

int View_keepScreenOn

Controls whether the view's window should keep the screen on while visible.

int View_longClickable

Defines whether this view reacts to long click events.

int View_minHeight

Defines the minimum height of the view.

int View_minWidth

Defines the minimum width of the view.

int View_nextFocusDown

Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

int View_nextFocusLeft

Defines the next view to give focus to when the next focus is FOCUS_LEFT.

int View_nextFocusRight

Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

int View_nextFocusUp

Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

int View_onClick

Name of the method in this View's context to invoke when the view is clicked.

int View_overScrollMode

Defines over-scrolling behavior.

int View_padding

Sets the padding, in pixels, of all four edges.

int View_paddingBottom

Sets the padding, in pixels, of the bottom edge; see padding.

int View_paddingLeft

Sets the padding, in pixels, of the left edge; see padding.

int View_paddingRight

Sets the padding, in pixels, of the right edge; see padding.

int View_paddingTop

Sets the padding, in pixels, of the top edge; see padding.

int View_saveEnabled

If unset, no state will be saved for this view when it is being frozen.

int View_scrollX

The initial horizontal scroll offset, in pixels.

int View_scrollY

The initial vertical scroll offset, in pixels.

int View_scrollbarAlwaysDrawHorizontalTrack

Defines whether the horizontal scrollbar track should always be drawn.

int View_scrollbarAlwaysDrawVerticalTrack

Defines whether the vertical scrollbar track should always be drawn.

int View_scrollbarDefaultDelayBeforeFade

Defines the delay in milliseconds that a scrollbar waits before fade out.

int View_scrollbarFadeDuration

Defines the delay in milliseconds that a scrollbar takes to fade out.

int View_scrollbarSize

Sets the width of vertical scrollbars and height of horizontal scrollbars.

int View_scrollbarStyle

Controls the scrollbar style and position.

int View_scrollbarThumbHorizontal

Defines the horizontal scrollbar thumb drawable.

int View_scrollbarThumbVertical

Defines the vertical scrollbar thumb drawable.

int View_scrollbarTrackHorizontal

Defines the horizontal scrollbar track drawable.

int View_scrollbarTrackVertical

Defines the vertical scrollbar track drawable.

int View_scrollbars

Defines which scrollbars should be displayed on scrolling or not.

int View_soundEffectsEnabled

Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching.

int View_tag

Supply a tag for this view containing a String, to be retrieved later with View.getTag() or searched for with View.findViewWithTag().

int View_visibility

Controls the initial visibility of the view.

int[] VolumePreference Base attributes available to VolumePreference.
int VolumePreference_streamType

Different audio stream types.

int[] Wallpaper Use wallpaper as the root tag of the XML resource that describes an WallpaperService, which is referenced from its SERVICE_META_DATA meta-data entry.
int Wallpaper_author

Name of the author of this component, e.g.

int Wallpaper_description

Short description of the component's purpose or behavior.

int Wallpaper_settingsActivity

Component name of an activity that allows the user to modify the settings for this service.

int Wallpaper_thumbnail

Reference to a the wallpaper's thumbnail bitmap.

int[] Window The set of attributes that describe a Windows's theme.
int[] WindowAnimation Window animation class attributes.
int WindowAnimation_activityCloseEnterAnimation

When closing the current activity, this is the animation that is run on the next activity (which is entering the screen).

int WindowAnimation_activityCloseExitAnimation

When closing the current activity, this is the animation that is run on the current activity (which is exiting the screen).

int WindowAnimation_activityOpenEnterAnimation

When opening a new activity, this is the animation that is run on the next activity (which is entering the screen).

int WindowAnimation_activityOpenExitAnimation

When opening a new activity, this is the animation that is run on the previous activity (which is exiting the screen).

int WindowAnimation_taskCloseEnterAnimation

When closing the last activity of a task, this is the animation that is run on the activity of the next task (which is entering the screen).

int WindowAnimation_taskCloseExitAnimation

When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).

int WindowAnimation_taskOpenEnterAnimation

When opening an activity in a new task, this is the animation that is run on the activity of the new task (which is entering the screen).

int WindowAnimation_taskOpenExitAnimation

When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).

int WindowAnimation_taskToBackEnterAnimation

When sending the current task to the background, this is the animation that is run on the top activity of the task behind it (which is entering the screen).

int WindowAnimation_taskToBackExitAnimation

When sending the current task to the background, this is the animation that is run on the top activity of the current task (which is exiting the screen).

int WindowAnimation_taskToFrontEnterAnimation

When bringing an existing task to the foreground, this is the animation that is run on the top activity of the task being brought to the foreground (which is entering the screen).

int WindowAnimation_taskToFrontExitAnimation

When bringing an existing task to the foreground, this is the animation that is run on the current foreground activity (which is exiting the screen).

int WindowAnimation_wallpaperCloseEnterAnimation

When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the new activity (which is entering the screen).

int WindowAnimation_wallpaperCloseExitAnimation

When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the old wallpaper activity (which is exiting the screen).

int WindowAnimation_wallpaperIntraCloseEnterAnimation

When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the previous activity (which is entering the screen).

int WindowAnimation_wallpaperIntraCloseExitAnimation

When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).

int WindowAnimation_wallpaperIntraOpenEnterAnimation

When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the new activity (which is entering the screen).

int WindowAnimation_wallpaperIntraOpenExitAnimation

When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).

int WindowAnimation_wallpaperOpenEnterAnimation

When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the new wallpaper activity (which is entering the screen).

int WindowAnimation_wallpaperOpenExitAnimation

When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).

int WindowAnimation_windowEnterAnimation

The animation used when a window is being added.

int WindowAnimation_windowExitAnimation

The animation used when a window is being removed.

int WindowAnimation_windowHideAnimation

The animation used when a window is going from VISIBLE to INVISIBLE.

int WindowAnimation_windowShowAnimation

The animation used when a window is going from INVISIBLE to VISIBLE.

int Window_backgroundDimAmount

Default background dim amount when a menu, dialog, or something similar pops up.

int Window_backgroundDimEnabled

Control whether dimming behind the window is enabled.

int Window_textColor

Color of text (usually same as colorForeground).

int Window_windowAnimationStyle

Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.

int Window_windowBackground

Drawable to use as the overall window background.

int Window_windowContentOverlay

This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.

int Window_windowDisablePreview

Flag allowing you to disable the preview animation for a window.

int Window_windowFrame

Drawable to use as a frame around the window.

int Window_windowFullscreen

Flag indicating whether this window should fill the entire screen.

int Window_windowIsFloating

Flag indicating whether this is a floating window.

int Window_windowIsTranslucent

Flag indicating whether this is a translucent window.

int Window_windowNoDisplay

Flag indicating that this window should not be displayed at all.

int Window_windowNoTitle

Flag indicating whether there should be no title on this window.

int Window_windowShowWallpaper

Flag indicating that this window's background should be the user's current wallpaper.

int Window_windowSoftInputMode

Defines the default soft input state that this window would like when it is displayed.

Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int[] AbsListView

Since: API Level

Attributes that can be used with a AbsListView.

Includes the following attributes:

AttributeDescription
android:cacheColorHint Indicates that this list will always be drawn on top of solid, single-color opaque background.
android:drawSelectorOnTop When set to true, the selector will be drawn over the selected item.
android:fastScrollEnabled Enables the fast scroll thumb that can be dragged to quickly scroll through the list.
android:listSelector Drawable used to indicate the currently selected item in the list.
android:scrollingCache When set to true, the list uses a drawing cache during scrolling.
android:smoothScrollbar When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen.
android:stackFromBottom Used by ListView and GridView to stack their content from the bottom.
android:textFilterEnabled When set to true, the list will filter results as the user types.
android:transcriptMode Sets the transcript mode for the list.

public static final int AbsListView_cacheColorHint

Since: API Level

Indicates that this list will always be drawn on top of solid, single-color opaque background. This allows the list to optimize drawing.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol cacheColorHint.

Constant Value: 6 (0x00000006)

public static final int AbsListView_drawSelectorOnTop

Since: API Level

When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn behind the selected item. The default value is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol drawSelectorOnTop.

Constant Value: 1 (0x00000001)

public static final int AbsListView_fastScrollEnabled

Since: API Level

Enables the fast scroll thumb that can be dragged to quickly scroll through the list.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fastScrollEnabled.

Constant Value: 7 (0x00000007)

public static final int AbsListView_listSelector

Since: API Level

Drawable used to indicate the currently selected item in the list.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol listSelector.

Constant Value: 0 (0x00000000)

public static final int AbsListView_scrollingCache

Since: API Level

When set to true, the list uses a drawing cache during scrolling. This makes the rendering faster but uses more memory. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollingCache.

Constant Value: 3 (0x00000003)

public static final int AbsListView_smoothScrollbar

Since: API Level

When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen. This property is set to true by default but should be set to false if your adapter will display items of varying heights. When this property is set to true and your adapter displays items of varying heights, the scrollbar thumb will change size as the user scrolls through the list. When set to fale, the list will use only the number of items in the adapter and the number of items visible on screen to determine the scrollbar's properties.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol smoothScrollbar.

Constant Value: 8 (0x00000008)

public static final int AbsListView_stackFromBottom

Since: API Level

Used by ListView and GridView to stack their content from the bottom.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol stackFromBottom.

Constant Value: 2 (0x00000002)

public static final int AbsListView_textFilterEnabled

Since: API Level

When set to true, the list will filter results as the user types. The List's adapter must support the Filterable interface for this to work.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textFilterEnabled.

Constant Value: 4 (0x00000004)

public static final int AbsListView_transcriptMode

Since: API Level

Sets the transcript mode for the list. In transcript mode, the list scrolls to the bottom to make new items visible when they are added.

Must be one of the following constant values.

ConstantValueDescription
disabled0 Disables transcript mode. This is the default value.
normal1 The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is already visible on screen.
alwaysScroll2 The list will automatically scroll to the bottom, no matter what items are currently visible.

This corresponds to the global attribute resource symbol transcriptMode.

Constant Value: 5 (0x00000005)

public static final int[] AbsSpinner

Since: API Level

Attributes that can be used with a AbsSpinner.

Includes the following attributes:

AttributeDescription
android:entries Reference to an array resource that will populate the Spinner.

public static final int AbsSpinner_entries

Since: API Level

Reference to an array resource that will populate the Spinner. For static content, this is simpler than populating the Spinner programmatically.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol entries.

Constant Value: 0 (0x00000000)

public static final int[] AbsoluteLayout_Layout

Since: API Level

Attributes that can be used with a AbsoluteLayout_Layout.

Includes the following attributes:

AttributeDescription
android:layout_x
android:layout_y

public static final int AbsoluteLayout_Layout_layout_x

Since: API Level

This symbol is the offset where the layout_x attribute's value can be found in the AbsoluteLayout_Layout array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int AbsoluteLayout_Layout_layout_y

Since: API Level

This symbol is the offset where the layout_y attribute's value can be found in the AbsoluteLayout_Layout array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int[] AccelerateInterpolator

Since: API Level

Attributes that can be used with a AccelerateInterpolator.

Includes the following attributes:

AttributeDescription
android:factor This is the amount of deceleration to add when easing in.

public static final int AccelerateInterpolator_factor

Since: API Level

This is the amount of deceleration to add when easing in.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol factor.

Constant Value: 0 (0x00000000)

public static final int[] AccountAuthenticator

Since: API Level

Use account-authenticator as the root tag of the XML resource that describes an account authenticator.

Includes the following attributes:

AttributeDescription
android:accountPreferences A preferences.
android:accountType The account type this authenticator handles.
android:icon The icon of the authenticator.
android:label The user-visible name of the authenticator.
android:smallIcon Smaller icon of the authenticator.

public static final int AccountAuthenticator_accountPreferences

Since: API Level

A preferences.xml file for authenticator-specific settings.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol accountPreferences.

Constant Value: 4 (0x00000004)

public static final int AccountAuthenticator_accountType

Since: API Level

The account type this authenticator handles.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol accountType.

Constant Value: 2 (0x00000002)

public static final int AccountAuthenticator_icon

Since: API Level

The icon of the authenticator.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AccountAuthenticator_label

Since: API Level

The user-visible name of the authenticator.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AccountAuthenticator_smallIcon

Since: API Level

Smaller icon of the authenticator.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol smallIcon.

Constant Value: 3 (0x00000003)

public static final int AlertDialog_bottomBright

Since: API Level

This symbol is the offset where the bottomBright attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 7 (0x00000007)

public static final int AlertDialog_bottomDark

Since: API Level

This symbol is the offset where the bottomDark attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 3 (0x00000003)

public static final int AlertDialog_bottomMedium

Since: API Level

This symbol is the offset where the bottomMedium attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 8 (0x00000008)

public static final int AlertDialog_centerBright

Since: API Level

This symbol is the offset where the centerBright attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 6 (0x00000006)

public static final int AlertDialog_centerDark

Since: API Level

This symbol is the offset where the centerDark attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 2 (0x00000002)

public static final int AlertDialog_centerMedium

Since: API Level

This symbol is the offset where the centerMedium attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 9 (0x00000009)

public static final int AlertDialog_fullBright

Since: API Level

This symbol is the offset where the fullBright attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 4 (0x00000004)

public static final int AlertDialog_fullDark

Since: API Level

This symbol is the offset where the fullDark attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 0 (0x00000000)

public static final int AlertDialog_topBright

Since: API Level

This symbol is the offset where the topBright attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 5 (0x00000005)

public static final int AlertDialog_topDark

Since: API Level

This symbol is the offset where the topDark attribute's value can be found in the AlertDialog array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 1 (0x00000001)

public static final int[] AlphaAnimation

Since: API Level

Attributes that can be used with a AlphaAnimation.

Includes the following attributes:

AttributeDescription
android:fromAlpha
android:toAlpha

public static final int AlphaAnimation_fromAlpha

Since: API Level

This symbol is the offset where the fromAlpha attribute's value can be found in the AlphaAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int AlphaAnimation_toAlpha

Since: API Level

This symbol is the offset where the toAlpha attribute's value can be found in the AlphaAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int[] AnalogClock

Since: API Level

Attributes that can be used with a AnalogClock.

Includes the following attributes:

AttributeDescription
android:dial
android:hand_hour
android:hand_minute

public static final int AnalogClock_dial

Since: API Level

This symbol is the offset where the dial attribute's value can be found in the AnalogClock array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int AnalogClock_hand_hour

Since: API Level

This symbol is the offset where the hand_hour attribute's value can be found in the AnalogClock array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 1 (0x00000001)

public static final int AnalogClock_hand_minute

Since: API Level

This symbol is the offset where the hand_minute attribute's value can be found in the AnalogClock array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 2 (0x00000002)

public static final int[] AndroidManifest

Since: API Level

The manifest tag is the root of an AndroidManifest.xml file, describing the contents of an Android package (.apk) file. One attribute must always be supplied: package gives a unique name for the package, using a Java-style naming convention to avoid name collisions. For example, applications published by Google could have names of the form com.google.app.appname

Inside of the manifest tag, may appear the following tags in any order: permission, permission-group, permission-tree, uses-sdk, uses-permission, uses-configuration, application, instrumentation, uses-feature.

Includes the following attributes:

AttributeDescription
android:installLocation The default install location defined by an application.
android:sharedUserId Specify the name of a user ID that will be shared between multiple packages.
android:sharedUserLabel Specify a label for the shared user UID of this package.
android:versionCode Internal version code.
android:versionName The text shown to the user to indicate the version they have.

public static final int[] AndroidManifestAction

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml action tag, a child of the intent-filter tag. See addAction(String) for more information.

Includes the following attributes:

AttributeDescription
android:name The name of an action that is handled, using the Java-style naming convention.

public static final int AndroidManifestAction_name

Since: API Level

The name of an action that is handled, using the Java-style naming convention. For example, to support Intent.ACTION_VIEW you would put android.intent.action.VIEW here. Custom actions should generally use a prefix matching the package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestActivity

Since: API Level

The activity tag declares an Activity class that is available as part of the package's application components, implementing a part of the application's user interface.

Zero or more intent-filter tags can be included inside of an activity, to specify the Intents that it can handle. If none are specified, the activity can only be started through direct specification of its class name. The activity tag appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:allowTaskReparenting Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate.
android:alwaysRetainTaskState Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations.
android:clearTaskOnLaunch Specify whether an activity's task should be cleared when it is re-launched from the home screen.
android:configChanges Specify one or more configuration changes that the activity will handle itself.
android:description Descriptive text for the associated data.
android:enabled Specify whether the activity is enabled or not (that is, can be instantiated by the system).
android:excludeFromRecents Indicates that an Activity should be excluded from the list of recently launched activities.
android:exported Flag indicating whether the given application component is available to other applications.
android:finishOnCloseSystemDialogs Specify whether an activity should be finished when a "close system windows" request has been made.
android:finishOnTaskLaunch Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:launchMode Specify how an activity should be launched.
android:multiprocess Specify whether a component is allowed to have multiple instances of itself running in different processes.
android:name Required name of the class implementing the activity, deriving from Activity.
android:noHistory Specify whether an activity should be kept in its history stack.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:process Specify a specific process that the associated code is to run in.
android:screenOrientation Specify the orientation an activity should be run in.
android:stateNotNeeded Indicates that an Activity does not need to have its freeze state (as returned by onSaveInstanceState(Bundle) retained in order to be restarted.
android:taskAffinity Specify a task name that activities have an "affinity" to.
android:theme The overall theme to use for an activity.
android:windowSoftInputMode Specify the default soft-input mode for the main window of this activity.

public static final int[] AndroidManifestActivityAlias

Since: API Level

The activity-alias tag declares a new name for an existing activity tag.

Zero or more intent-filter tags can be included inside of an activity-alias, to specify the Intents that it can handle. If none are specified, the activity can only be started through direct specification of its class name. The activity-alias tag appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:description Descriptive text for the associated data.
android:enabled Specify whether the activity-alias is enabled or not (that is, can be instantiated by the system).
android:exported Flag indicating whether the given application component is available to other applications.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required name of the class implementing the activity, deriving from Activity.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:targetActivity The name of the activity this alias should launch.

public static final int AndroidManifestActivityAlias_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 6 (0x00000006)

public static final int AndroidManifestActivityAlias_enabled

Since: API Level

Specify whether the activity-alias is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestActivityAlias_exported

Since: API Level

Flag indicating whether the given application component is available to other applications. If false, it can only be accessed by applications with its same user id (which usually means only by code in its own package). If true, it can be invoked by external entities, though which ones can do so may be controlled through permissions. The default value is false for activity, receiver, and service components that do not specify any intent filters; it is true for activity, receiver, and service components that do have intent filters (implying they expect to be invoked by others who do not know their particular component name) and for all content providers.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol exported.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestActivityAlias_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestActivityAlias_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestActivityAlias_name

Since: API Level

Required name of the class implementing the activity, deriving from Activity. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestActivityAlias_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestActivityAlias_targetActivity

Since: API Level

The name of the activity this alias should launch. The activity must be in the same manifest as the alias, and have been defined in that manifest before the alias here. This must use a Java-style naming convention to ensure the name is unique, for example "com.mycompany.MyName".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol targetActivity.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestActivity_allowTaskReparenting

Since: API Level

Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. Use with the application tag (to supply a default for all activities in the application), or with an activity tag (to supply a specific setting for that component).

Normally when an application is started, it is associated with the task of the activity that started it and stays there for its entire lifetime. You can use the allowTaskReparenting feature to force an activity to be re-parented to a different task when the task it is in goes to the background. Typically this is used to cause the activities of an application to move back to the main task associated with that application. The activity is re-parented to the task with the same taskAffinity as it has.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol allowTaskReparenting.

Constant Value: 19 (0x00000013)

public static final int AndroidManifestActivity_alwaysRetainTaskState

Since: API Level

Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations.

Normally the system will reset a task (remove all activities from the stack and reset the root activity) in certain situations when the user re-selects that task from the home screen. Typically this will be done if the user hasn't visited that task for a certain amount of time, such as 30 minutes.

By setting this attribute, the user will always return to your task in its last state, regardless of how they get there. This is useful, for example, in an application like the web browser where there is a lot of state (such as multiple open tabs) that the application would not like to lose.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol alwaysRetainTaskState.

Constant Value: 18 (0x00000012)

public static final int AndroidManifestActivity_clearTaskOnLaunch

Since: API Level

Specify whether an activity's task should be cleared when it is re-launched from the home screen. As a result, every time the user starts the task, they will be brought to its root activity, regardless of whether they used BACK or HOME to last leave it. This flag only applies to activities that are used to start the root of a new task.

An example of the use of this flag would be for the case where a user launches activity A from home, and from there goes to activity B. They now press home, and then return to activity A. Normally they would see activity B, since that is what they were last doing in A's task. However, if A has set this flag to true, then upon going to the background all of the tasks on top of it (B in this case) are removed, so when the user next returns to A they will restart at its original activity.

When this option is used in conjunction with allowTaskReparenting, the allowTaskReparenting trumps the clear. That is, all activities above the root activity of the task will be removed: those that have an affinity will be moved to the task they are associated with, otherwise they will simply be dropped as described here.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol clearTaskOnLaunch.

Constant Value: 11 (0x0000000b)

public static final int AndroidManifestActivity_configChanges

Since: API Level

Specify one or more configuration changes that the activity will handle itself. If not specified, the activity will be restarted if any of these configuration changes happen in the system. Otherwise, the activity will remain running and its Activity.onConfigurationChanged method called with the new configuration.

Note that all of these configuration changes can impact the resource values seen by the application, so you will generally need to re-retrieve all resources (including view layouts, drawables, etc) to correctly handle any configuration change.

These values must be kept in sync with those in ActivityInfo and include/utils/ResourceTypes.h.

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

ConstantValueDescription
mcc0x0001 The IMSI MCC has changed, that is a SIM has been detected and updated the Mobile Country Code.
mnc0x0002 The IMSI MNC has changed, that is a SIM has been detected and updated the Mobile Network Code.
locale0x0004 The locale has changed, that is the user has selected a new language that text should be displayed in.
touchscreen0x0008 The touchscreen has changed. Should never normally happen.
keyboard0x0010 The keyboard type has changed, for example the user has plugged in an external keyboard.
keyboardHidden0x0020 The keyboard or navigation accessibility has changed, for example the user has slid the keyboard out to expose it. Note that despite its name, this applied to any accessibility: keyboard or navigation.
navigation0x0040 The navigation type has changed. Should never normally happen.
orientation0x0080 The screen orientation has changed, that is the user has rotated the device.
screenLayout0x0100 The screen layout has changed. This might be caused by a different display being activated.
uiMode0x0200 The global user interface mode has changed. For example, going in or out of car mode, night mode changing, etc.
fontScale0x40000000 The font scaling factor has changed, that is the user has selected a new global font size.

This corresponds to the global attribute resource symbol configChanges.

Constant Value: 16 (0x00000010)

public static final int AndroidManifestActivity_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 17 (0x00000011)

public static final int AndroidManifestActivity_enabled

Since: API Level

Specify whether the activity is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestActivity_excludeFromRecents

Since: API Level

Indicates that an Activity should be excluded from the list of recently launched activities.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol excludeFromRecents.

Constant Value: 13 (0x0000000d)

public static final int AndroidManifestActivity_exported

Since: API Level

Flag indicating whether the given application component is available to other applications. If false, it can only be accessed by applications with its same user id (which usually means only by code in its own package). If true, it can be invoked by external entities, though which ones can do so may be controlled through permissions. The default value is false for activity, receiver, and service components that do not specify any intent filters; it is true for activity, receiver, and service components that do have intent filters (implying they expect to be invoked by others who do not know their particular component name) and for all content providers.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol exported.

Constant Value: 6 (0x00000006)

public static final int AndroidManifestActivity_finishOnCloseSystemDialogs

Since: API Level

Specify whether an activity should be finished when a "close system windows" request has been made. This happens, for example, when the home key is pressed, when the device is locked, when a system dialog showing recent applications is displayed, etc.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol finishOnCloseSystemDialogs.

Constant Value: 22 (0x00000016)

public static final int AndroidManifestActivity_finishOnTaskLaunch

Since: API Level

Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen.

If both this option and allowTaskReparenting are specified, the finish trumps the affinity: the affinity will be ignored and the activity simply finished.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol finishOnTaskLaunch.

Constant Value: 10 (0x0000000a)

public static final int AndroidManifestActivity_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestActivity_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestActivity_launchMode

Since: API Level

Specify how an activity should be launched. See the Application Fundamentals documentation for important information on how these options impact the behavior of your application.

If this attribute is not specified, standard launch mode will be used. Note that the particular launch behavior can be changed in some ways at runtime through the Intent flags FLAG_ACTIVITY_SINGLE_TOP, FLAG_ACTIVITY_NEW_TASK, and FLAG_ACTIVITY_MULTIPLE_TASK.

Must be one of the following constant values.

ConstantValueDescription
standard0 The default mode, which will usually create a new instance of the activity when it is started, though this behavior may change with the introduction of other options such as Intent.FLAG_ACTIVITY_NEW_TASK.
singleTop1 If, when starting the activity, there is already an instance of the same activity class in the foreground that is interacting with the user, then re-use that instance. This existing instance will receive a call to Activity.onNewIntent() with the new Intent that is being started.
singleTask2 If, when starting the activity, there is already a task running that starts with this activity, then instead of starting a new instance the current task is brought to the front. The existing instance will receive a call to Activity.onNewIntent() with the new Intent that is being started, and with the Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT flag set. This is a superset of the singleTop mode, where if there is already an instance of the activity being started at the top of the stack, it will receive the Intent as described there (without the FLAG_ACTIVITY_BROUGHT_TO_FRONT flag set). See the Application Fundamentals documentation for more details on tasks.
singleInstance3 Only allow one instance of this activity to ever be running. This activity gets a unique task with only itself running in it; if it is ever launched again with the same Intent, then that task will be brought forward and its Activity.onNewIntent() method called. If this activity tries to start a new activity, that new activity will be launched in a separate task. See the Application Fundamentals documentation for more details on tasks.

This corresponds to the global attribute resource symbol launchMode.

Constant Value: 14 (0x0000000e)

public static final int AndroidManifestActivity_multiprocess

Since: API Level

Specify whether a component is allowed to have multiple instances of itself running in different processes. Use with the activity and provider tags.

Normally the system will ensure that all instances of a particular component are only running in a single process. You can use this attribute to disable that behavior, allowing the system to create instances wherever they are used (provided permissions allow it). This is most often used with content providers, so that instances of a provider can be created in each client process, allowing them to be used without performing IPC.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol multiprocess.

Constant Value: 9 (0x00000009)

public static final int AndroidManifestActivity_name

Since: API Level

Required name of the class implementing the activity, deriving from Activity. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestActivity_noHistory

Since: API Level

Specify whether an activity should be kept in its history stack. If this attribute is set, then as soon as the user navigates away from the activity it will be finished and they will no longer be able to return to it.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol noHistory.

Constant Value: 21 (0x00000015)

public static final int AndroidManifestActivity_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestActivity_process

Since: API Level

Specify a specific process that the associated code is to run in. Use with the application tag (to supply a default process for all application components), or with the activity, receiver, service, or provider tag (to supply a specific icon for that component).

Application components are normally run in a single process that is created for the entire application. You can use this tag to modify where they run. If the process name begins with a ':' character, a new process private to that application will be created when needed to run that component (allowing you to spread your application across multiple processes). If the process name begins with a lower-case character, the component will be run in a global process of that name, provided that you have permission to do so, allowing multiple applications to share one process to reduce resource usage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol process.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestActivity_screenOrientation

Since: API Level

Specify the orientation an activity should be run in. If not specified, it will run in the current preferred orientation of the screen.

Must be one of the following constant values.

ConstantValueDescription
unspecified-1 No preference specified: let the system decide the best orientation. This will either be the orientation selected by the activity below, or the user's preferred orientation if this activity is the bottom of a task. If the user explicitly turned off sensor based orientation through settings sensor based device rotation will be ignored. If not by default sensor based orientation will be taken into account and the orientation will changed based on how the user rotates the device
landscape0 Would like to have the screen in a landscape orientation: that is, with the display wider than it is tall, ignoring sensor data.
portrait1 Would like to have the screen in a portrait orientation: that is, with the display taller than it is wide, ignoring sensor data.
user2 Use the user's current preferred orientation of the handset.
behind3 Keep the screen in the same orientation as whatever is behind this activity.
sensor4 Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device.
nosensor5 Always ignore orientation determined by orientation sensor: the display will not rotate when the user moves the device.
sensorLandscape6 Would like to have the screen in landscape orientation, but can use the sensor to change which direction the screen is facing.
sensorPortait7 Would like to have the screen in portrait orientation, but can use the sensor to change which direction the screen is facing.
reverseLandscape8 Would like to have the screen in landscape orientation, turned in the opposite direction from normal landscape.
reversePortait9 Would like to have the screen in portrait orientation, turned in the opposite direction from normal portrait.
fullSensor10 Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. This allows any of the 4 possible rotations, regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation).

This corresponds to the global attribute resource symbol screenOrientation.

Constant Value: 15 (0x0000000f)

public static final int AndroidManifestActivity_stateNotNeeded

Since: API Level

Indicates that an Activity does not need to have its freeze state (as returned by onSaveInstanceState(Bundle) retained in order to be restarted. Generally you use this for activities that do not store any state. When this flag is set, if for some reason the activity is killed before it has a chance to save its state, then the system will not remove it from the activity stack like it normally would. Instead, the next time the user navigates to it its onCreate(Bundle) method will be called with a null icicle, just like it was starting for the first time.

This is used by the Home activity to make sure it does not get removed if it crashes for some reason.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol stateNotNeeded.

Constant Value: 12 (0x0000000c)

public static final int AndroidManifestActivity_taskAffinity

Since: API Level

Specify a task name that activities have an "affinity" to. Use with the application tag (to supply a default affinity for all activities in the application), or with the activity tag (to supply a specific affinity for that component).

The default value for this attribute is the same as the package name, indicating that all activities in the manifest should generally be considered a single "application" to the user. You can use this attribute to modify that behavior: either giving them an affinity for another task, if the activities are intended to be part of that task from the user's perspective, or using an empty string for activities that have no affinity to a task.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol taskAffinity.

Constant Value: 8 (0x00000008)

public static final int AndroidManifestActivity_theme

Since: API Level

The overall theme to use for an activity. Use with either the application tag (to supply a default theme for all activities) or the activity tag (to supply a specific theme for that activity).

This automatically sets your activity's Context to use this theme, and may also be used for "starting" animations prior to the activity being launched (to better match what the activity actually looks like). It is a reference to a style resource defining the theme. If not set, the default system theme will be used.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol theme.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestActivity_windowSoftInputMode

Since: API Level

Specify the default soft-input mode for the main window of this activity. A value besides "unspecified" here overrides any value in the theme.

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

ConstantValueDescription
stateUnspecified0 Not specified, use what the system thinks is best. This is the default.
stateUnchanged1 Leave the soft input window as-is, in whatever state it last was.
stateHidden2 Make the soft input area hidden when normally appropriate (when the user is navigating forward to your window).
stateAlwaysHidden3 Always make the soft input area hidden when this window has input focus.
stateVisible4 Make the soft input area visible when normally appropriate (when the user is navigating forward to your window).
stateAlwaysVisible5 Always make the soft input area visible when this window has input focus.
adjustUnspecified0x00 The window resize/pan adjustment has not been specified, the system will automatically select between resize and pan modes, depending on whether the content of the window has any layout views that can scroll their contents. If there is such a view, then the window will be resized, with the assumption being that the resizeable area can be reduced to make room for the input UI.
adjustResize0x10 Always resize the window: the content area of the window is reduced to make room for the soft input area.
adjustPan0x20 Don't resize the window to make room for the soft input area; instead pan the contents of the window as focus moves inside of it so that the user can see what they are typing. This is generally less desireable than panning because the user may need to close the input area to get at and interact with parts of the window.

This corresponds to the global attribute resource symbol windowSoftInputMode.

Constant Value: 20 (0x00000014)

public static final int[] AndroidManifestApplication

Since: API Level

The application tag describes application-level components contained in the package, as well as general application attributes. Many of the attributes you can supply here (such as theme, label, icon, permission, process, taskAffinity, and allowTaskReparenting) serve as default values for the corresponding attributes of components declared inside of the application.

Inside of this element you specify what the application contains, using the elements provider, service, receiver, activity, activity-alias, and uses-library. The application tag appears as a child of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:allowBackup Whether to allow the application to participate in backup infrastructure.
android:allowClearUserData Option to let applications specify that user data can/cannot be cleared.
android:allowTaskReparenting Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate.
android:backupAgent The name of the class subclassing BackupAgent to manage backup and restore of the application's data on external storage.
android:debuggable Flag indicating whether the application can be debugged, even when running on a device that is running in user mode.
android:description Descriptive text for the associated data.
android:enabled Specify whether the components in this application are enabled or not (that is, can be instantiated by the system).
android:hasCode Indicate whether this application contains code.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:killAfterRestore Whether the application in question should be terminated after its settings have been restored during a full-system restore operation.
android:label A user-legible name for the given item.
android:manageSpaceActivity Name of activity to be launched for managing the application's space on the device.
android:name An optional name of a class implementing the overall Application for this package.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:persistent Flag to control special persistent mode of an application.
android:process Specify a specific process that the associated code is to run in.
android:restoreAnyVersion Indicate that the application is prepared to attempt a restore of any backed-up dataset, even if the backup is apparently from a newer version of the application than is currently installed on the device.
android:restoreNeedsApplication @deprecated This attribute is not used by the Android operating system.
android:taskAffinity Specify a task name that activities have an "affinity" to.
android:testOnly Option to indicate this application is only for testing purposes.
android:theme The overall theme to use for an activity.
android:vmSafeMode Flag indicating whether the application requests the VM to operate in the safe mode.

public static final int AndroidManifestApplication_allowBackup

Since: API Level

Whether to allow the application to participate in backup infrastructure. If this attribute is set to false, no backup of the application will ever be performed, even by a full-system backup that would otherwise cause all application data to be saved via adb. The default value of this attribute is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol allowBackup.

Constant Value: 17 (0x00000011)

public static final int AndroidManifestApplication_allowClearUserData

Since: API Level

Option to let applications specify that user data can/cannot be cleared. This flag is turned on by default. This attribute is usable only by applications included in the system image. Third-party apps cannot use it.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol allowClearUserData.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestApplication_allowTaskReparenting

Since: API Level

Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. Use with the application tag (to supply a default for all activities in the application), or with an activity tag (to supply a specific setting for that component).

Normally when an application is started, it is associated with the task of the activity that started it and stays there for its entire lifetime. You can use the allowTaskReparenting feature to force an activity to be re-parented to a different task when the task it is in goes to the background. Typically this is used to cause the activities of an application to move back to the main task associated with that application. The activity is re-parented to the task with the same taskAffinity as it has.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol allowTaskReparenting.

Constant Value: 14 (0x0000000e)

public static final int AndroidManifestApplication_backupAgent

Since: API Level

The name of the class subclassing BackupAgent to manage backup and restore of the application's data on external storage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol backupAgent.

Constant Value: 16 (0x00000010)

public static final int AndroidManifestApplication_debuggable

Since: API Level

Flag indicating whether the application can be debugged, even when running on a device that is running in user mode.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol debuggable.

Constant Value: 10 (0x0000000a)

public static final int AndroidManifestApplication_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 13 (0x0000000d)

public static final int AndroidManifestApplication_enabled

Since: API Level

Specify whether the components in this application are enabled or not (that is, can be instantiated by the system). If "false", it overrides any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 9 (0x00000009)

public static final int AndroidManifestApplication_hasCode

Since: API Level

Indicate whether this application contains code. If set to false, there is no code associated with it and thus the system will not try to load its code when launching components. The default is true for normal behavior.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol hasCode.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestApplication_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestApplication_killAfterRestore

Since: API Level

Whether the application in question should be terminated after its settings have been restored during a full-system restore operation. Single-package restore operations will never cause the application to be shut down. Full-system restore operations typically only occur once, when the phone is first set up. Third-party applications will not usually need to use this attribute.

The default is true, which means that after the application has finished processing its data during a full-system restore, it will be terminated.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol killAfterRestore.

Constant Value: 18 (0x00000012)

public static final int AndroidManifestApplication_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestApplication_manageSpaceActivity

Since: API Level

Name of activity to be launched for managing the application's space on the device.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol manageSpaceActivity.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestApplication_name

Since: API Level

An optional name of a class implementing the overall Application for this package. When the process for your package is started, this class is instantiated before any of the other application components. Note that this is not required, and in fact most applications will probably not need it.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestApplication_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 6 (0x00000006)

public static final int AndroidManifestApplication_persistent

Since: API Level

Flag to control special persistent mode of an application. This should not normally be used by applications; it requires that the system keep your application running at all times.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol persistent.

Constant Value: 8 (0x00000008)

public static final int AndroidManifestApplication_process

Since: API Level

Specify a specific process that the associated code is to run in. Use with the application tag (to supply a default process for all application components), or with the activity, receiver, service, or provider tag (to supply a specific icon for that component).

Application components are normally run in a single process that is created for the entire application. You can use this tag to modify where they run. If the process name begins with a ':' character, a new process private to that application will be created when needed to run that component (allowing you to spread your application across multiple processes). If the process name begins with a lower-case character, the component will be run in a global process of that name, provided that you have permission to do so, allowing multiple applications to share one process to reduce resource usage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol process.

Constant Value: 11 (0x0000000b)

public static final int AndroidManifestApplication_restoreAnyVersion

Since: API Level

Indicate that the application is prepared to attempt a restore of any backed-up dataset, even if the backup is apparently from a newer version of the application than is currently installed on the device. Setting this attribute to true will permit the Backup Manager to attempt restore even when a version mismatch suggests that the data are incompatible. Use with caution!

The default value of this attribute is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol restoreAnyVersion.

Constant Value: 21 (0x00000015)

public static final int AndroidManifestApplication_restoreNeedsApplication

Since: API Level

This constant is deprecated.
This attribute is not used by the Android operating system.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol restoreNeedsApplication.

Constant Value: 19 (0x00000013)

public static final int AndroidManifestApplication_taskAffinity

Since: API Level

Specify a task name that activities have an "affinity" to. Use with the application tag (to supply a default affinity for all activities in the application), or with the activity tag (to supply a specific affinity for that component).

The default value for this attribute is the same as the package name, indicating that all activities in the manifest should generally be considered a single "application" to the user. You can use this attribute to modify that behavior: either giving them an affinity for another task, if the activities are intended to be part of that task from the user's perspective, or using an empty string for activities that have no affinity to a task.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol taskAffinity.

Constant Value: 12 (0x0000000c)

public static final int AndroidManifestApplication_testOnly

Since: API Level

Option to indicate this application is only for testing purposes. For example, it may expose functionality or data outside of itself that would cause a security hole, but is useful for testing. This kind of application can not be installed without the INSTALL_ALLOW_TEST flag, which means only through adb install.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol testOnly.

Constant Value: 15 (0x0000000f)

public static final int AndroidManifestApplication_theme

Since: API Level

The overall theme to use for an activity. Use with either the application tag (to supply a default theme for all activities) or the activity tag (to supply a specific theme for that activity).

This automatically sets your activity's Context to use this theme, and may also be used for "starting" animations prior to the activity being launched (to better match what the activity actually looks like). It is a reference to a style resource defining the theme. If not set, the default system theme will be used.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol theme.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestApplication_vmSafeMode

Since: API Level

Flag indicating whether the application requests the VM to operate in the safe mode.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol vmSafeMode.

Constant Value: 20 (0x00000014)

public static final int[] AndroidManifestCategory

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml category tag, a child of the intent-filter tag. See addCategory(String) for more information.

Includes the following attributes:

AttributeDescription
android:name The name of category that is handled, using the Java-style naming convention.

public static final int AndroidManifestCategory_name

Since: API Level

The name of category that is handled, using the Java-style naming convention. For example, to support Intent.CATEGORY_LAUNCHER you would put android.intent.category.LAUNCHER here. Custom actions should generally use a prefix matching the package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestCompatibleScreensScreen

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml screen tag, a child of compatible-screens, which is itseld a child of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:screenDensity Specifies a compatible screen density, as per the device configuration screen density bins.
android:screenSize Specifies a compatible screen size, as per the device configuration screen size bins.

public static final int AndroidManifestCompatibleScreensScreen_screenDensity

Since: API Level

Specifies a compatible screen density, as per the device configuration screen density bins.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
ldpi120 A low density screen, approximately 120dpi.
mdpi160 A medium density screen, approximately 160dpi.
hdpi240 A high density screen, approximately 240dpi.
xhdpi320 An extra high density screen, approximately 320dpi.

This corresponds to the global attribute resource symbol screenDensity.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestCompatibleScreensScreen_screenSize

Since: API Level

Specifies a compatible screen size, as per the device configuration screen size bins.

Must be one of the following constant values.

ConstantValueDescription
small200 A small screen configuration, at least 240x320db.
normal300 A normal screen configuration, at least 320x480db.
large400 A large screen configuration, at least 400x530db.
xlarge500 An extra large screen configuration, at least 600x800db.

This corresponds to the global attribute resource symbol screenSize.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestData

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml data tag, a child of the intent-filter tag, describing the types of data that match. This tag can be specified multiple times to supply multiple data options, as described in the IntentFilter class. Note that all such tags are adding options to the same IntentFilter so that, for example, <data android:scheme="myscheme" android:host="me.com" /> is equivalent to <data android:scheme="myscheme" /> <data android:host="me.com" />.

Includes the following attributes:

AttributeDescription
android:host Specify a URI authority host that is handled, as per IntentFilter.addDataAuthority().
android:mimeType Specify a MIME type that is handled, as per IntentFilter.addDataType().
android:path Specify a URI path that must exactly match, as per IntentFilter.addDataAuthority() with PATTERN_LITERAL.
android:pathPattern Specify a URI path that matches a simple pattern, as per IntentFilter.addDataAuthority() with PATTERN_SIMPLE_GLOB.
android:pathPrefix Specify a URI path that must be a prefix to match, as per IntentFilter.addDataAuthority() with PATTERN_PREFIX.
android:port Specify a URI authority port that is handled, as per IntentFilter.addDataAuthority().
android:scheme Specify a URI scheme that is handled, as per IntentFilter.addDataScheme().

public static final int AndroidManifestData_host

Since: API Level

Specify a URI authority host that is handled, as per IntentFilter.addDataAuthority().

Note: host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, host names here should always use lower case letters.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol host.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestData_mimeType

Since: API Level

Specify a MIME type that is handled, as per IntentFilter.addDataType().

Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol mimeType.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestData_path

Since: API Level

Specify a URI path that must exactly match, as per IntentFilter.addDataAuthority() with PATTERN_LITERAL.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol path.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestData_pathPattern

Since: API Level

Specify a URI path that matches a simple pattern, as per IntentFilter.addDataAuthority() with PATTERN_SIMPLE_GLOB. Note that because '\' is used as an escape character when reading the string from XML (before it is parsed as a pattern), you will need to double-escape: for example a literal "*" would be written as "\\*" and a literal "\" would be written as "\\\\". This is basically the same as what you would need to write if constructing the string in Java code.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPattern.

Constant Value: 6 (0x00000006)

public static final int AndroidManifestData_pathPrefix

Since: API Level

Specify a URI path that must be a prefix to match, as per IntentFilter.addDataAuthority() with PATTERN_PREFIX.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPrefix.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestData_port

Since: API Level

Specify a URI authority port that is handled, as per IntentFilter.addDataAuthority(). If a host is supplied but not a port, any port is matched.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol port.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestData_scheme

Since: API Level

Specify a URI scheme that is handled, as per IntentFilter.addDataScheme().

Note: scheme matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, schemes here should always use lower case letters.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scheme.

Constant Value: 1 (0x00000001)

public static final int[] AndroidManifestGrantUriPermission

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml grant-uri-permission tag, a child of the provider tag, describing a specific URI path that can be granted as a permission. This tag can be specified multiple time to supply multiple paths.

Includes the following attributes:

AttributeDescription
android:path Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.
android:pathPattern Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB.
android:pathPrefix Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.

public static final int AndroidManifestGrantUriPermission_path

Since: API Level

Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol path.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestGrantUriPermission_pathPattern

Since: API Level

Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB. Note that because '\' is used as an escape character when reading the string from XML (before it is parsed as a pattern), you will need to double-escape: for example a literal "*" would be written as "\\*" and a literal "\" would be written as "\\\\". This is basically the same as what you would need to write if constructing the string in Java code.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPattern.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestGrantUriPermission_pathPrefix

Since: API Level

Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPrefix.

Constant Value: 1 (0x00000001)

public static final int[] AndroidManifestInstrumentation

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml instrumentation tag, a child of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:functionalTest Flag indicating that an Instrumentation class should be run as a functional test.
android:handleProfiling Flag indicating that an Instrumentation class wants to take care of starting/stopping profiling itself, rather than relying on the default behavior of profiling the complete time it is running.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required name of the class implementing the instrumentation, deriving from Instrumentation.
android:targetPackage The name of the application package that an Instrumentation object will run against.

public static final int AndroidManifestInstrumentation_functionalTest

Since: API Level

Flag indicating that an Instrumentation class should be run as a functional test.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol functionalTest.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestInstrumentation_handleProfiling

Since: API Level

Flag indicating that an Instrumentation class wants to take care of starting/stopping profiling itself, rather than relying on the default behavior of profiling the complete time it is running. This allows it to target profiling data at a specific set of operations.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol handleProfiling.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestInstrumentation_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestInstrumentation_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestInstrumentation_name

Since: API Level

Required name of the class implementing the instrumentation, deriving from Instrumentation. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestInstrumentation_targetPackage

Since: API Level

The name of the application package that an Instrumentation object will run against.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol targetPackage.

Constant Value: 3 (0x00000003)

public static final int[] AndroidManifestIntentFilter

Since: API Level

The intent-filter tag is used to construct an IntentFilter object that will be used to determine which component can handle a particular Intent that has been given to the system. It can be used as a child of the activity, receiver and service tags.

Zero or more action, category, and/or data tags should be included inside to describe the contents of the filter.

The optional label and icon attributes here are used with an activity to supply an alternative description of that activity when it is being started through an Intent matching this filter.

Includes the following attributes:

AttributeDescription
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:priority Specify the relative importance or ability in handling a particular Intent.

public static final int AndroidManifestIntentFilter_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestIntentFilter_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestIntentFilter_priority

Since: API Level

Specify the relative importance or ability in handling a particular Intent. For receivers, this controls the order in which they are executed to receive a broadcast (note that for asynchronous broadcasts, this order is ignored). For activities, this provides information about how good an activity is handling an Intent; when multiple activities match an intent and have different priorities, only those with the higher priority value will be considered a match.

Only use if you really need to impose some specific order in which the broadcasts are received, or want to forcibly place an activity to always be preferred over others. The value is a single integer, with higher numbers considered to be better.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol priority.

Constant Value: 2 (0x00000002)

public static final int[] AndroidManifestMetaData

Since: API Level

The meta-data tag is used to attach additional arbitrary data to an application component. The data can later be retrieved programmatically from the ComponentInfo.metaData field. There is no meaning given to this data by the system. You may supply the data through either the value or resource attribute; if both are given, then resource will be used.

It is highly recommended that you avoid supplying related data as multiple separate meta-data entries. Instead, if you have complex data to associate with a component, then use the resource attribute to assign an XML resource that the client can parse to retrieve the complete data.

Includes the following attributes:

AttributeDescription
android:name A unique name for the given item.
android:resource Resource identifier to assign to this piece of named meta-data.
android:value Concrete value to assign to this piece of named meta-data.

public static final int AndroidManifestMetaData_name

Since: API Level

A unique name for the given item. This must use a Java-style naming convention to ensure the name is unique, for example "com.mycompany.MyName".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestMetaData_resource

Since: API Level

Resource identifier to assign to this piece of named meta-data. The resource identifier can later be retrieved from the meta data Bundle through Bundle.getInt.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol resource.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestMetaData_value

Since: API Level

Concrete value to assign to this piece of named meta-data. The data can later be retrieved from the meta data Bundle through Bundle.getString, Bundle.getInt, Bundle.getBoolean, or Bundle.getFloat depending on the type used here.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

May be a boolean value, either "true" or "false".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

May be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol value.

Constant Value: 1 (0x00000001)

public static final int[] AndroidManifestOriginalPackage

Since: API Level

Private tag to declare the original package name that this package is based on. Only used for packages installed in the system image. If given, and different than the actual package name, and the given original package was previously installed on the device but the new one was not, then the data for the old one will be renamed to be for the new package.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:name A unique name for the given item.

public static final int AndroidManifestOriginalPackage_name

Since: API Level

A unique name for the given item. This must use a Java-style naming convention to ensure the name is unique, for example "com.mycompany.MyName".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestPathPermission

Since: API Level

Attributes that can be supplied in an AndroidManifest.xml path-permission tag, a child of the provider tag, describing a permission that allows access to a specific path in the provider. This tag can be specified multiple time to supply multiple paths.

Includes the following attributes:

AttributeDescription
android:path Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.
android:pathPattern Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB.
android:pathPrefix Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:readPermission A specific permission name for read-only access to a ContentProvider.
android:writePermission A specific permission name for write access to a ContentProvider.

public static final int AndroidManifestPathPermission_path

Since: API Level

Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol path.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestPathPermission_pathPattern

Since: API Level

Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB. Note that because '\' is used as an escape character when reading the string from XML (before it is parsed as a pattern), you will need to double-escape: for example a literal "*" would be written as "\\*" and a literal "\" would be written as "\\\\". This is basically the same as what you would need to write if constructing the string in Java code.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPattern.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestPathPermission_pathPrefix

Since: API Level

Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol pathPrefix.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestPathPermission_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestPathPermission_readPermission

Since: API Level

A specific permission name for read-only access to a ContentProvider. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol readPermission.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestPathPermission_writePermission

Since: API Level

A specific permission name for write access to a ContentProvider. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol writePermission.

Constant Value: 2 (0x00000002)

public static final int[] AndroidManifestPermission

Since: API Level

The permission tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages). See the Security and Permissions document for more information on permissions.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:description Descriptive text for the associated data.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required public name of the permission, which other components and packages will use when referring to this permission.
android:permissionGroup Specified the name of a group that this permission is associated with.
android:protectionLevel Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it.

public static final int[] AndroidManifestPermissionGroup

Since: API Level

The permission-group tag declares a logical grouping of related permissions.

Note that this tag does not declare a permission itself, only a namespace in which further permissions can be placed. See the <permission> tag for more information.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:description Descriptive text for the associated data.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required public name of the permission group, permissions will use to specify the group they are in.

public static final int AndroidManifestPermissionGroup_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestPermissionGroup_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestPermissionGroup_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestPermissionGroup_name

Since: API Level

Required public name of the permission group, permissions will use to specify the group they are in. This is a string using Java-style scoping to ensure it is unique. The prefix will often be the same as our overall package name, for example "com.mycompany.android.myapp.SomePermission".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int[] AndroidManifestPermissionTree

Since: API Level

The permission-tree tag declares the base of a tree of permission values: it declares that this package has ownership of the given permission name, as well as all names underneath it (separated by '.'). This allows you to use the PackageManager.addPermission() method to dynamically add new permissions under this tree.

Note that this tag does not declare a permission itself, only a namespace in which further permissions can be placed. See the <permission> tag for more information.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required public name of the permission tree, which is the base name of all permissions under it.

public static final int AndroidManifestPermissionTree_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestPermissionTree_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestPermissionTree_name

Since: API Level

Required public name of the permission tree, which is the base name of all permissions under it. This is a string using Java-style scoping to ensure it is unique. The prefix will often be the same as our overall package name, for example "com.mycompany.android.myapp.SomePermission". A permission tree name must have more than two segments in its path; that is, "com.me.foo" is okay, but not "com.me" or "com".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestPermission_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestPermission_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestPermission_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestPermission_name

Since: API Level

Required public name of the permission, which other components and packages will use when referring to this permission. This is a string using Java-style scoping to ensure it is unique. The prefix will often be the same as our overall package name, for example "com.mycompany.android.myapp.SomePermission".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestPermission_permissionGroup

Since: API Level

Specified the name of a group that this permission is associated with. The group must have been defined with the permission-group tag.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permissionGroup.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestPermission_protectionLevel

Since: API Level

Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it. Standard permissions have a predefined and permanent protectionLevel. If you are creating a custom permission in an application, you can define a protectionLevel attribute with one of the values listed below. If no protectionLevel is defined for a custom permission, the system assigns the default ("normal").

Must be one of the following constant values.

ConstantValueDescription
normal0 A lower-risk permission that gives an application access to isolated application-level features, with minimal risk to other applications, the system, or the user. The system automatically grants this type of permission to a requesting application at installation, without asking for the user's explicit approval (though the user always has the option to review these permissions before installing).
dangerous1 A higher-risk permission that would give a requesting application access to private user data or control over the device that can negatively impact the user. Because this type of permission introduces potential risk, the system may not automatically grant it to the requesting application. For example, any dangerous permissions requested by an application may be displayed to the user and require confirmation before proceeding, or some other approach may be taken to avoid the user automatically allowing the use of such facilities.
signature2 A permission that the system is to grant only if the requesting application is signed with the same certificate as the application that declared the permission. If the certificates match, the system automatically grants the permission without notifying the user or asking for the user's explicit approval.
signatureOrSystem3 A permission that the system is to grant only to packages in the Android system image or that are signed with the same certificates. Please avoid using this option, as the signature protection level should be sufficient for most needs and works regardless of exactly where applications are installed. This permission is used for certain special situations where multiple vendors have applications built in to a system image which need to share specific features explicitly because they are being built together.

This corresponds to the global attribute resource symbol protectionLevel.

Constant Value: 3 (0x00000003)

public static final int[] AndroidManifestProtectedBroadcast

Since: API Level

Private tag to declare system protected broadcast actions.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:name A unique name for the given item.

public static final int AndroidManifestProtectedBroadcast_name

Since: API Level

A unique name for the given item. This must use a Java-style naming convention to ensure the name is unique, for example "com.mycompany.MyName".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestProvider

Since: API Level

The provider tag declares a ContentProvider class that is available as part of the package's application components, supplying structured access to data managed by the application.

This appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:authorities Specify the authorities under which this content provider can be found.
android:description Descriptive text for the associated data.
android:enabled Specify whether this provider is enabled or not (that is, can be instantiated by the system).
android:exported Flag indicating whether the given application component is available to other applications.
android:grantUriPermissions If true, the Context.grantUriPermission or corresponding Intent flags can be used to allow others to access specific URIs in the content provider, even if they do not have an explicit read or write permission.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:initOrder Specify the order in which content providers hosted by a process are instantiated when that process is created.
android:label A user-legible name for the given item.
android:multiprocess Specify whether a component is allowed to have multiple instances of itself running in different processes.
android:name Required name of the class implementing the provider, deriving from ContentProvider.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:process Specify a specific process that the associated code is to run in.
android:readPermission A specific permission name for read-only access to a ContentProvider.
android:syncable Flag indicating whether this content provider would like to participate in data synchronization.
android:writePermission A specific permission name for write access to a ContentProvider.

public static final int AndroidManifestProvider_authorities

Since: API Level

Specify the authorities under which this content provider can be found. Multiple authorities may be supplied by separating them with a semicolon. Authority names should use a Java-style naming convention (such as com.google.provider.MyProvider) in order to avoid conflicts. Typically this name is the same as the class implementation describing the provider's data structure.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol authorities.

Constant Value: 10 (0x0000000a)

public static final int AndroidManifestProvider_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 14 (0x0000000e)

public static final int AndroidManifestProvider_enabled

Since: API Level

Specify whether this provider is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 6 (0x00000006)

public static final int AndroidManifestProvider_exported

Since: API Level

Flag indicating whether the given application component is available to other applications. If false, it can only be accessed by applications with its same user id (which usually means only by code in its own package). If true, it can be invoked by external entities, though which ones can do so may be controlled through permissions. The default value is false for activity, receiver, and service components that do not specify any intent filters; it is true for activity, receiver, and service components that do have intent filters (implying they expect to be invoked by others who do not know their particular component name) and for all content providers.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol exported.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestProvider_grantUriPermissions

Since: API Level

If true, the Context.grantUriPermission or corresponding Intent flags can be used to allow others to access specific URIs in the content provider, even if they do not have an explicit read or write permission. If you are supporting this feature, you must be sure to call Context.revokeUriPermission when URIs are deleted from your provider.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol grantUriPermissions.

Constant Value: 13 (0x0000000d)

public static final int AndroidManifestProvider_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestProvider_initOrder

Since: API Level

Specify the order in which content providers hosted by a process are instantiated when that process is created. Not needed unless you have providers with dependencies between each other, to make sure that they are created in the order needed by those dependencies. The value is a simple integer, with higher numbers being initialized first.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol initOrder.

Constant Value: 12 (0x0000000c)

public static final int AndroidManifestProvider_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestProvider_multiprocess

Since: API Level

Specify whether a component is allowed to have multiple instances of itself running in different processes. Use with the activity and provider tags.

Normally the system will ensure that all instances of a particular component are only running in a single process. You can use this attribute to disable that behavior, allowing the system to create instances wherever they are used (provided permissions allow it). This is most often used with content providers, so that instances of a provider can be created in each client process, allowing them to be used without performing IPC.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol multiprocess.

Constant Value: 9 (0x00000009)

public static final int AndroidManifestProvider_name

Since: API Level

Required name of the class implementing the provider, deriving from ContentProvider. This is a fully qualified class name (for example, com.mycompany.myapp.MyProvider); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestProvider_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestProvider_process

Since: API Level

Specify a specific process that the associated code is to run in. Use with the application tag (to supply a default process for all application components), or with the activity, receiver, service, or provider tag (to supply a specific icon for that component).

Application components are normally run in a single process that is created for the entire application. You can use this tag to modify where they run. If the process name begins with a ':' character, a new process private to that application will be created when needed to run that component (allowing you to spread your application across multiple processes). If the process name begins with a lower-case character, the component will be run in a global process of that name, provided that you have permission to do so, allowing multiple applications to share one process to reduce resource usage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol process.

Constant Value: 8 (0x00000008)

public static final int AndroidManifestProvider_readPermission

Since: API Level

A specific permission name for read-only access to a ContentProvider. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol readPermission.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestProvider_syncable

Since: API Level

Flag indicating whether this content provider would like to participate in data synchronization.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol syncable.

Constant Value: 11 (0x0000000b)

public static final int AndroidManifestProvider_writePermission

Since: API Level

A specific permission name for write access to a ContentProvider. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol writePermission.

Constant Value: 5 (0x00000005)

public static final int[] AndroidManifestReceiver

Since: API Level

The receiver tag declares an BroadcastReceiver class that is available as part of the package's application components, allowing the application to receive actions or data broadcast by other applications even if it is not currently running.

Zero or more intent-filter tags can be included inside of a receiver, to specify the Intents it will receive. If none are specified, the receiver will only be run when an Intent is broadcast that is directed at its specific class name. The receiver tag appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:description Descriptive text for the associated data.
android:enabled Specify whether the receiver is enabled or not (that is, can be instantiated by the system).
android:exported Flag indicating whether the given application component is available to other applications.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required name of the class implementing the receiver, deriving from BroadcastReceiver.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:process Specify a specific process that the associated code is to run in.

public static final int AndroidManifestReceiver_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestReceiver_enabled

Since: API Level

Specify whether the receiver is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestReceiver_exported

Since: API Level

Flag indicating whether the given application component is available to other applications. If false, it can only be accessed by applications with its same user id (which usually means only by code in its own package). If true, it can be invoked by external entities, though which ones can do so may be controlled through permissions. The default value is false for activity, receiver, and service components that do not specify any intent filters; it is true for activity, receiver, and service components that do have intent filters (implying they expect to be invoked by others who do not know their particular component name) and for all content providers.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol exported.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestReceiver_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestReceiver_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestReceiver_name

Since: API Level

Required name of the class implementing the receiver, deriving from BroadcastReceiver. This is a fully qualified class name (for example, com.mycompany.myapp.MyReceiver); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestReceiver_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestReceiver_process

Since: API Level

Specify a specific process that the associated code is to run in. Use with the application tag (to supply a default process for all application components), or with the activity, receiver, service, or provider tag (to supply a specific icon for that component).

Application components are normally run in a single process that is created for the entire application. You can use this tag to modify where they run. If the process name begins with a ':' character, a new process private to that application will be created when needed to run that component (allowing you to spread your application across multiple processes). If the process name begins with a lower-case character, the component will be run in a global process of that name, provided that you have permission to do so, allowing multiple applications to share one process to reduce resource usage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol process.

Constant Value: 6 (0x00000006)

public static final int[] AndroidManifestService

Since: API Level

The service tag declares a Service class that is available as part of the package's application components, implementing long-running background operations or a rich communication API that can be called by other packages.

Zero or more intent-filter tags can be included inside of a service, to specify the Intents that can connect with it. If none are specified, the service can only be accessed by direct specification of its class name. The service tag appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:description Descriptive text for the associated data.
android:enabled Specify whether the service is enabled or not (that is, can be instantiated by the system).
android:exported Flag indicating whether the given application component is available to other applications.
android:icon A Drawable resource providing a graphical representation of its associated item.
android:label A user-legible name for the given item.
android:name Required name of the class implementing the service, deriving from Service.
android:permission Specify a permission that a client is required to have in order to use the associated object.
android:process Specify a specific process that the associated code is to run in.

public static final int AndroidManifestService_description

Since: API Level

Descriptive text for the associated data.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 7 (0x00000007)

public static final int AndroidManifestService_enabled

Since: API Level

Specify whether the service is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestService_exported

Since: API Level

Flag indicating whether the given application component is available to other applications. If false, it can only be accessed by applications with its same user id (which usually means only by code in its own package). If true, it can be invoked by external entities, though which ones can do so may be controlled through permissions. The default value is false for activity, receiver, and service components that do not specify any intent filters; it is true for activity, receiver, and service components that do have intent filters (implying they expect to be invoked by others who do not know their particular component name) and for all content providers.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol exported.

Constant Value: 5 (0x00000005)

public static final int AndroidManifestService_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestService_label

Since: API Level

A user-legible name for the given item. Use with the application tag (to supply a default label for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific label for that component). It may also be used with the intent-filter tag to supply a label to show to the user when an activity is being selected based on a particular Intent.

The given label will be used wherever the user sees information about its associated component; for example, as the name of a main activity that is displayed in the launcher. You should generally set this to a reference to a string resource, so that it can be localized, however it is also allowed to supply a plain string for quick and dirty programming.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestService_name

Since: API Level

Required name of the class implementing the service, deriving from Service. This is a fully qualified class name (for example, com.mycompany.myapp.MyService); as a short-hand if the first character of the class is a period then it is appended to your package name.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestService_permission

Since: API Level

Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol permission.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestService_process

Since: API Level

Specify a specific process that the associated code is to run in. Use with the application tag (to supply a default process for all application components), or with the activity, receiver, service, or provider tag (to supply a specific icon for that component).

Application components are normally run in a single process that is created for the entire application. You can use this tag to modify where they run. If the process name begins with a ':' character, a new process private to that application will be created when needed to run that component (allowing you to spread your application across multiple processes). If the process name begins with a lower-case character, the component will be run in a global process of that name, provided that you have permission to do so, allowing multiple applications to share one process to reduce resource usage.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol process.

Constant Value: 6 (0x00000006)

public static final int[] AndroidManifestSupportsScreens

Since: API Level

The supports-screens specifies the screen dimensions an application supports. By default a modern application supports all screen sizes and must explicitly disable certain screen sizes here; older applications are assumed to only support the traditional normal (HVGA) screen size. Note that screen size is a separate axis from density, and is determined as the available pixels to an application after density scaling has been applied.

This appears as a child tag of the manifest tag.

Includes the following attributes:

AttributeDescription
android:anyDensity Indicates whether the application can accommodate any screen density.
android:largeScreens Indicates whether the application supports larger screen form-factors.
android:normalScreens Indicates whether an application supports the normal screen form-factors.
android:resizeable Indicates whether the application can resize itself to newer screen sizes.
android:smallScreens Indicates whether the application supports smaller screen form-factors.
android:xlargeScreens Indicates whether the application supports extra large screen form-factors.

public static final int AndroidManifestSupportsScreens_anyDensity

Since: API Level

Indicates whether the application can accommodate any screen density. Older applications are assumed to not be able to, new ones able to. You can explicitly supply your abilities here.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol anyDensity.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestSupportsScreens_largeScreens

Since: API Level

Indicates whether the application supports larger screen form-factors. A large screen is defined as a screen that is significantly larger than a normal phone screen, and thus may require some special care on the application's part to make good use of it. An example would be a VGA normal density screen, though even larger screens are certainly possible. An application that does not support large screens will be placed as a postage stamp on such a screen, so that it retains the dimensions it was originally designed for.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol largeScreens.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestSupportsScreens_normalScreens

Since: API Level

Indicates whether an application supports the normal screen form-factors. Traditionally this is an HVGA normal density screen, but WQVGA low density and WVGA high density are also considered to be normal. This attribute is true by default, and applications currently should leave it that way.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol normalScreens.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestSupportsScreens_resizeable

Since: API Level

Indicates whether the application can resize itself to newer screen sizes. This is mostly used to distinguish between old applications that may not be compatible with newly introduced screen sizes and newer applications that should be; it will be set for you automatically based on whether you are targeting a newer platform that supports more screens.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol resizeable.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestSupportsScreens_smallScreens

Since: API Level

Indicates whether the application supports smaller screen form-factors. A small screen is defined as one with a smaller aspect ratio than the traditional HVGA screen; that is, for a portrait screen, less tall than an HVGA screen. In practice, this means a QVGA low density or VGA high density screen. An application that does not support small screens will not be available for small screen devices, since there is little the platform can do to make such an application work on a smaller screen.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol smallScreens.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestSupportsScreens_xlargeScreens

Since: API Level

Indicates whether the application supports extra large screen form-factors.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol xlargeScreens.

Constant Value: 5 (0x00000005)

public static final int[] AndroidManifestUsesConfiguration

Since: API Level

The uses-configuration tag specifies a specific hardware configuration value used by the application. For example an application might specify that it requires a physical keyboard or a particular navigation method like trackball. Multiple such attribute values can be specified by the application.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:reqFiveWayNav Application's requirement for five way navigation
android:reqHardKeyboard Application's requirement for a hard keyboard
android:reqKeyboardType The input method preferred by an application.
android:reqNavigation The navigation device preferred by an application.
android:reqTouchScreen The type of touch screen used by an application.

public static final int AndroidManifestUsesConfiguration_reqFiveWayNav

Since: API Level

Application's requirement for five way navigation

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol reqFiveWayNav.

Constant Value: 4 (0x00000004)

public static final int AndroidManifestUsesConfiguration_reqHardKeyboard

Since: API Level

Application's requirement for a hard keyboard

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol reqHardKeyboard.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestUsesConfiguration_reqKeyboardType

Since: API Level

The input method preferred by an application.

Must be one of the following constant values.

ConstantValueDescription
undefined0
nokeys1
qwerty2
twelvekey3

This corresponds to the global attribute resource symbol reqKeyboardType.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestUsesConfiguration_reqNavigation

Since: API Level

The navigation device preferred by an application.

Must be one of the following constant values.

ConstantValueDescription
undefined0
nonav1
dpad2
trackball3
wheel4

This corresponds to the global attribute resource symbol reqNavigation.

Constant Value: 3 (0x00000003)

public static final int AndroidManifestUsesConfiguration_reqTouchScreen

Since: API Level

The type of touch screen used by an application.

Must be one of the following constant values.

ConstantValueDescription
undefined0
notouch1
stylus2
finger3

This corresponds to the global attribute resource symbol reqTouchScreen.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestUsesFeature

Since: API Level

The uses-feature tag specifies a specific feature used by the application. For example an application might specify that it requires specific version of OpenGL. Multiple such attribute values can be specified by the application.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:glEsVersion The GLES driver version number needed by an application.
android:name The name of the feature that is being used.
android:required Specify whether this feature is required for the application.

public static final int AndroidManifestUsesFeature_glEsVersion

Since: API Level

The GLES driver version number needed by an application. The higher 16 bits represent the major number and the lower 16 bits represent the minor number. For example for GL 1.2 referring to 0x00000102, the actual value should be set as 0x00010002.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol glEsVersion.

Constant Value: 1 (0x00000001)

public static final int AndroidManifestUsesFeature_name

Since: API Level

The name of the feature that is being used.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestUsesFeature_required

Since: API Level

Specify whether this feature is required for the application. The default is true, meaning the application requires the feature, and does not want to be installed on devices that don't support it. If you set this to false, then this will not impose a restriction on where the application can be installed.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol required.

Constant Value: 2 (0x00000002)

public static final int[] AndroidManifestUsesLibrary

Since: API Level

The uses-libraries specifies a shared library that this package requires to be linked against. Specifying this flag tells the system to include this library's code in your class loader.

This appears as a child tag of the application tag.

Includes the following attributes:

AttributeDescription
android:name Required name of the library you use.
android:required Specify whether this library is required for the application.

public static final int AndroidManifestUsesLibrary_name

Since: API Level

Required name of the library you use.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestUsesLibrary_required

Since: API Level

Specify whether this library is required for the application. The default is true, meaning the application requires the library, and does not want to be installed on devices that don't support it. If you set this to false, then this will allow the application to be installed even if the library doesn't exist, and you will need to check for its presence dynamically at runtime.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol required.

Constant Value: 1 (0x00000001)

public static final int[] AndroidManifestUsesPermission

Since: API Level

The uses-permission tag requests a <permission> that the containing package must be granted in order for it to operate correctly. See the Security and Permissions document for more information on permissions. Also available is a list of permissions included with the base platform.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:name Required name of the permission you use, as published with the corresponding name attribute of a <permission> tag; often this is one of the standard system permissions.

public static final int AndroidManifestUsesPermission_name

Since: API Level

Required name of the permission you use, as published with the corresponding name attribute of a <permission> tag; often this is one of the standard system permissions.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int[] AndroidManifestUsesSdk

Since: API Level

The uses-sdk tag describes the SDK features that the containing package must be running on to operate correctly.

This appears as a child tag of the root manifest tag.

Includes the following attributes:

AttributeDescription
android:maxSdkVersion This is the maximum SDK version number that an application works on.
android:minSdkVersion This is the minimum SDK version number that the application requires.
android:targetSdkVersion This is the SDK version number that the application is targeting.

public static final int AndroidManifestUsesSdk_maxSdkVersion

Since: API Level

This is the maximum SDK version number that an application works on. You can use this to ensure your application is filtered out of later versions of the platform when you know you have incompatibility with them.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxSdkVersion.

Constant Value: 2 (0x00000002)

public static final int AndroidManifestUsesSdk_minSdkVersion

Since: API Level

This is the minimum SDK version number that the application requires. This number is an abstract integer, from the list in Build.VERSION_CODES If not supplied, the application will work on any SDK. This may also be string (such as "Donut") if the application was built against a development branch, in which case it will only work against the development builds.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minSdkVersion.

Constant Value: 0 (0x00000000)

public static final int AndroidManifestUsesSdk_targetSdkVersion

Since: API Level

This is the SDK version number that the application is targeting. It is able to run on older versions (down to minSdkVersion), but was explicitly tested to work with the version specified here. Specifying this version allows the platform to disable compatibility code that are not required or enable newer features that are not available to older applications. This may also be a string (such as "Donut") if this is built against a development branch, in which case minSdkVersion is also forced to be that string.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol targetSdkVersion.

Constant Value: 1 (0x00000001)

public static final int AndroidManifest_installLocation

Since: API Level

The default install location defined by an application.

Must be one of the following constant values.

ConstantValueDescription
auto0 Let the system decide ideal install location
internalOnly1 Explicitly request to be installed on internal phone storage only.
preferExternal2 Prefer to be installed on SD card. There is no guarantee that the system will honor this request. The application might end up being installed on internal storage if external media is unavailable or too full.

This corresponds to the global attribute resource symbol installLocation.

Constant Value: 4 (0x00000004)

public static final int AndroidManifest_sharedUserId

Since: API Level

Specify the name of a user ID that will be shared between multiple packages. By default, each package gets its own unique user-id. By setting this value on two or more packages, each of these packages will be given a single shared user ID, so they can for example run in the same process. Note that for them to actually get the same user ID, they must also be signed with the same signature.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol sharedUserId.

Constant Value: 0 (0x00000000)

public static final int AndroidManifest_sharedUserLabel

Since: API Level

Specify a label for the shared user UID of this package. This is only used if you have also used android:sharedUserId. This must be a reference to a string resource; it can not be an explicit string.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol sharedUserLabel.

Constant Value: 3 (0x00000003)

public static final int AndroidManifest_versionCode

Since: API Level

Internal version code. This is the number used to determine whether one version is more recent than another: it has no other meaning than that higher numbers are more recent. You could use this number to encode a "x.y" in the lower and upper 16 bits, make it a build number, simply increase it by one each time a new version is released, or define it however else you want, as long as each successive version has a higher number. This is not a version number generally shown to the user, that is usually supplied with versionName.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol versionCode.

Constant Value: 1 (0x00000001)

public static final int AndroidManifest_versionName

Since: API Level

The text shown to the user to indicate the version they have. This is used for no other purpose than display to the user; the actual significant version number is given by versionCode.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol versionName.

Constant Value: 2 (0x00000002)

public static final int[] AnimatedRotateDrawable

Since: API Level

Attributes that can be used with a AnimatedRotateDrawable.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to use for the frame.
android:pivotX
android:pivotY
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int AnimatedRotateDrawable_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int AnimatedRotateDrawable_pivotX

Since: API Level

This symbol is the offset where the pivotX attribute's value can be found in the AnimatedRotateDrawable array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int AnimatedRotateDrawable_pivotY

Since: API Level

This symbol is the offset where the pivotY attribute's value can be found in the AnimatedRotateDrawable array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int AnimatedRotateDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] Animation

Since: API Level

Attributes that can be used with a Animation.

Includes the following attributes:

AttributeDescription
android:detachWallpaper Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it.
android:duration Amount of time (in milliseconds) for the animation to run.
android:fillAfter When set to true, the animation transformation is applied after the animation is over.
android:fillBefore When set to true, the animation transformation is applied before the animation has started.
android:fillEnabled When set to true, fillAfter is taken into account.
android:interpolator Defines the interpolator used to smooth the animation movement in time.
android:repeatCount Defines how many times the animation should repeat.
android:repeatMode Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite.
android:startOffset Delay in milliseconds before the animation runs, once start time is reached.
android:zAdjustment Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation.

public static final int[] AnimationDrawable

Since: API Level

Attributes that can be used with a AnimationDrawable.

Includes the following attributes:

AttributeDescription
android:oneshot If true, the animation will only run a single time and then stop.
android:variablePadding If true, allows the drawable's padding to change based on the current state that is selected.
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int[] AnimationDrawableItem

Since: API Level

Attributes that can be used with a AnimationDrawableItem.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to use for the frame.
android:duration Amount of time (in milliseconds) to display this frame.

public static final int AnimationDrawableItem_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int AnimationDrawableItem_duration

Since: API Level

Amount of time (in milliseconds) to display this frame.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol duration.

Constant Value: 0 (0x00000000)

public static final int AnimationDrawable_oneshot

Since: API Level

If true, the animation will only run a single time and then stop. If false (the default), it will continually run, restarting at the first frame after the last has finished.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol oneshot.

Constant Value: 2 (0x00000002)

public static final int AnimationDrawable_variablePadding

Since: API Level

If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol variablePadding.

Constant Value: 1 (0x00000001)

public static final int AnimationDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] AnimationSet

Since: API Level

Attributes that can be used with a AnimationSet.

Includes the following attributes:

AttributeDescription
android:shareInterpolator

public static final int AnimationSet_shareInterpolator

Since: API Level

This symbol is the offset where the shareInterpolator attribute's value can be found in the AnimationSet array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int Animation_detachWallpaper

Since: API Level

Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol detachWallpaper.

Constant Value: 9 (0x00000009)

public static final int Animation_duration

Since: API Level

Amount of time (in milliseconds) for the animation to run.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol duration.

Constant Value: 1 (0x00000001)

public static final int Animation_fillAfter

Since: API Level

When set to true, the animation transformation is applied after the animation is over. The default value is false. If fillEnabled is not set to true and the animation is not set on a View, fillAfter is assumed to be true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fillAfter.

Constant Value: 3 (0x00000003)

public static final int Animation_fillBefore

Since: API Level

When set to true, the animation transformation is applied before the animation has started. The default value is true. If fillEnabled is not set to true, fillBefore is assumed to be true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fillBefore.

Constant Value: 2 (0x00000002)

public static final int Animation_fillEnabled

Since: API Level

When set to true, fillAfter is taken into account.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fillEnabled.

Constant Value: 8 (0x00000008)

public static final int Animation_interpolator

Since: API Level

Defines the interpolator used to smooth the animation movement in time.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol interpolator.

Constant Value: 0 (0x00000000)

public static final int Animation_repeatCount

Since: API Level

Defines how many times the animation should repeat. The default value is 0.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
infinite-1

This corresponds to the global attribute resource symbol repeatCount.

Constant Value: 5 (0x00000005)

public static final int Animation_repeatMode

Since: API Level

Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. The default value is restart.

Must be one of the following constant values.

ConstantValueDescription
restart1 The animation starts again from the beginning.
reverse2 The animation plays backward.

This corresponds to the global attribute resource symbol repeatMode.

Constant Value: 6 (0x00000006)

public static final int Animation_startOffset

Since: API Level

Delay in milliseconds before the animation runs, once start time is reached.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol startOffset.

Constant Value: 4 (0x00000004)

public static final int Animation_zAdjustment

Since: API Level

Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation. The default value is normal.

Must be one of the following constant values.

ConstantValueDescription
normal0 The content being animated be kept in its current Z order.
top1 The content being animated is forced on top of all other content for the duration of the animation.
bottom-1 The content being animated is forced under all other content for the duration of the animation.

This corresponds to the global attribute resource symbol zAdjustment.

Constant Value: 7 (0x00000007)

public static final int[] AnticipateInterpolator

Since: API Level

Attributes that can be used with a AnticipateInterpolator.

Includes the following attributes:

AttributeDescription
android:tension This is the amount of tension.

public static final int AnticipateInterpolator_tension

Since: API Level

This is the amount of tension.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tension.

Constant Value: 0 (0x00000000)

public static final int[] AnticipateOvershootInterpolator

Since: API Level

Attributes that can be used with a AnticipateOvershootInterpolator.

Includes the following attributes:

AttributeDescription
android:extraTension This is the amount by which to multiply the tension.
android:tension This is the amount of tension.

public static final int AnticipateOvershootInterpolator_extraTension

Since: API Level

This is the amount by which to multiply the tension.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol extraTension.

Constant Value: 1 (0x00000001)

public static final int AnticipateOvershootInterpolator_tension

Since: API Level

This is the amount of tension.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tension.

Constant Value: 0 (0x00000000)

public static final int[] AppWidgetProviderInfo

Since: API Level

Use appwidget-provider as the root tag of the XML resource that describes an AppWidget provider. See android.appwidget package for more info.

Includes the following attributes:

AttributeDescription
android:configure A class name in the AppWidget's package to be launched to configure.
android:initialLayout A resource id of a layout.
android:minHeight Minimum height of the AppWidget.
android:minWidth Minimum width of the AppWidget.
android:updatePeriodMillis Update period in milliseconds, or 0 if the AppWidget will update itself.

public static final int AppWidgetProviderInfo_configure

Since: API Level

A class name in the AppWidget's package to be launched to configure. If not supplied, then no activity will be launched.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol configure.

Constant Value: 4 (0x00000004)

public static final int AppWidgetProviderInfo_initialLayout

Since: API Level

A resource id of a layout.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol initialLayout.

Constant Value: 3 (0x00000003)

public static final int AppWidgetProviderInfo_minHeight

Since: API Level

Minimum height of the AppWidget.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minHeight.

Constant Value: 1 (0x00000001)

public static final int AppWidgetProviderInfo_minWidth

Since: API Level

Minimum width of the AppWidget.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minWidth.

Constant Value: 0 (0x00000000)

public static final int AppWidgetProviderInfo_updatePeriodMillis

Since: API Level

Update period in milliseconds, or 0 if the AppWidget will update itself.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol updatePeriodMillis.

Constant Value: 2 (0x00000002)

public static final int[] AutoCompleteTextView

Since: API Level

Attributes that can be used with a AutoCompleteTextView.

Includes the following attributes:

AttributeDescription
android:completionHint Defines the hint displayed in the drop down menu.
android:completionHintView Defines the hint view displayed in the drop down menu.
android:completionThreshold Defines the number of characters that the user must type before completion suggestions are displayed in a drop down menu.
android:dropDownAnchor View to anchor the auto-complete dropdown to.
android:dropDownHeight Specifies the basic height of the dropdown.
android:dropDownHorizontalOffset Amount of pixels by which the drop down should be offset horizontally.
android:dropDownSelector Selector in a drop down list.
android:dropDownVerticalOffset Amount of pixels by which the drop down should be offset vertically.
android:dropDownWidth Specifies the basic width of the dropdown.
android:inputType The type of data being placed in a text field, used to help an input method decide how to let the user enter text.

public static final int AutoCompleteTextView_completionHint

Since: API Level

Defines the hint displayed in the drop down menu.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol completionHint.

Constant Value: 0 (0x00000000)

public static final int AutoCompleteTextView_completionHintView

Since: API Level

Defines the hint view displayed in the drop down menu.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol completionHintView.

Constant Value: 1 (0x00000001)

public static final int AutoCompleteTextView_completionThreshold

Since: API Level

Defines the number of characters that the user must type before completion suggestions are displayed in a drop down menu.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol completionThreshold.

Constant Value: 2 (0x00000002)

public static final int AutoCompleteTextView_dropDownAnchor

Since: API Level

View to anchor the auto-complete dropdown to. If not specified, the text view itself is used.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dropDownAnchor.

Constant Value: 6 (0x00000006)

public static final int AutoCompleteTextView_dropDownHeight

Since: API Level

Specifies the basic height of the dropdown. Its value may be a dimension (such as "12dip") for a constant height, fill_parent or match_parent to fill the height of the screen, or wrap_content to match the height of the content of the drop down.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The dropdown should fit the height of the screen. This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The dropdown should fit the height of the screen. Introduced in API Level 8.
wrap_content-2 The dropdown should fit the height of the content.

This corresponds to the global attribute resource symbol dropDownHeight.

Constant Value: 7 (0x00000007)

public static final int AutoCompleteTextView_dropDownHorizontalOffset

Since: API Level

Amount of pixels by which the drop down should be offset horizontally.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dropDownHorizontalOffset.

Constant Value: 8 (0x00000008)

public static final int AutoCompleteTextView_dropDownSelector

Since: API Level

Selector in a drop down list.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol dropDownSelector.

Constant Value: 3 (0x00000003)

public static final int AutoCompleteTextView_dropDownVerticalOffset

Since: API Level

Amount of pixels by which the drop down should be offset vertically.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dropDownVerticalOffset.

Constant Value: 9 (0x00000009)

public static final int AutoCompleteTextView_dropDownWidth

Since: API Level

Specifies the basic width of the dropdown. Its value may be a dimension (such as "12dip") for a constant width, fill_parent or match_parent to match the width of the screen, or wrap_content to match the width of the anchored view.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The dropdown should fill the width of the screen. This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The dropdown should fit the width of the screen. Introduced in API Level 8.
wrap_content-2 The dropdown should fit the width of its anchor.

This corresponds to the global attribute resource symbol dropDownWidth.

Constant Value: 5 (0x00000005)

public static final int AutoCompleteTextView_inputType

Since: API Level

The type of data being placed in a text field, used to help an input method decide how to let the user enter text. The constants here correspond to those defined by InputType. Generally you can select a single value, though some can be combined together as indicated. Setting this attribute to anything besides none also implies that the text is editable.

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

ConstantValueDescription
none0x00000000 There is no content type. The text is not editable.
text0x00000001 Just plain old text. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_NORMAL.
textCapCharacters0x00001001 Can be combined with text and its variations to request capitalization of all characters. Corresponds to TYPE_TEXT_FLAG_CAP_CHARACTERS.
textCapWords0x00002001 Can be combined with text and its variations to request capitalization of the first character of every word. Corresponds to TYPE_TEXT_FLAG_CAP_WORDS.
textCapSentences0x00004001 Can be combined with text and its variations to request capitalization of the first character of every sentence. Corresponds to TYPE_TEXT_FLAG_CAP_SENTENCES.
textAutoCorrect0x00008001 Can be combined with text and its variations to request auto-correction of text being input. Corresponds to TYPE_TEXT_FLAG_AUTO_CORRECT.
textAutoComplete0x00010001 Can be combined with text and its variations to specify that this field will be doing its own auto-completion and talking with the input method appropriately. Corresponds to TYPE_TEXT_FLAG_AUTO_COMPLETE.
textMultiLine0x00020001 Can be combined with text and its variations to allow multiple lines of text in the field. If this flag is not set, the text field will be constrained to a single line. Corresponds to TYPE_TEXT_FLAG_MULTI_LINE.
textImeMultiLine0x00040001 Can be combined with text and its variations to indicate that though the regular text view should not be multiple lines, the IME should provide multiple lines if it can. Corresponds to TYPE_TEXT_FLAG_IME_MULTI_LINE.
textNoSuggestions0x00080001 Can be combined with text and its variations to indicate that the IME should not show any dictionary-based word suggestions. Corresponds to TYPE_TEXT_FLAG_NO_SUGGESTIONS.
textUri0x00000011 Text that will be used as a URI. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_URI.
textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_ADDRESS.
textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_SUBJECT.
textShortMessage0x00000041 Text that is the content of a short message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_SHORT_MESSAGE.
textLongMessage0x00000051 Text that is the content of a long message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_LONG_MESSAGE.
textPersonName0x00000061 Text that is the name of a person. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PERSON_NAME.
textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_POSTAL_ADDRESS.
textPassword0x00000081 Text that is a password. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PASSWORD.
textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_VISIBLE_PASSWORD.
textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_WEB_EDIT_TEXT.
textFilter0x000000b1 Text that is filtering some other data. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_FILTER.
textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name field in a contact entry. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PHONETIC.
number0x00000002 A numeric only field. Corresponds to TYPE_CLASS_NUMBER.
numberSigned0x00001002 Can be combined with number and its other options to allow a signed number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_SIGNED.
numberDecimal0x00002002 Can be combined with number and its other options to allow a decimal (fractional) number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_DECIMAL.
phone0x00000003 For entering a phone number. Corresponds to TYPE_CLASS_PHONE.
datetime0x00000004 For entering a date and time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_NORMAL.
date0x00000014 For entering a date. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_DATE.
time0x00000024 For entering a time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_TIME.

This corresponds to the global attribute resource symbol inputType.

Constant Value: 4 (0x00000004)

public static final int[] BitmapDrawable

Since: API Level

Drawable used to draw bitmaps.

Includes the following attributes:

AttributeDescription
android:antialias Enables or disables antialiasing.
android:dither Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).
android:filter Enables or disables bitmap filtering.
android:gravity Defines the gravity for the bitmap.
android:src Identifier of the bitmap file.
android:tileMode Defines the tile mode.

public static final int BitmapDrawable_antialias

Since: API Level

Enables or disables antialiasing.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol antialias.

Constant Value: 2 (0x00000002)

public static final int BitmapDrawable_dither

Since: API Level

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dither.

Constant Value: 4 (0x00000004)

public static final int BitmapDrawable_filter

Since: API Level

Enables or disables bitmap filtering. Filtering is used when the bitmap is shrunk or stretched to smooth its apperance.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol filter.

Constant Value: 3 (0x00000003)

public static final int BitmapDrawable_gravity

Since: API Level

Defines the gravity for the bitmap. The gravity indicates where to position the drawable in its container if the bitmap is smaller than the container.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int BitmapDrawable_src

Since: API Level

Identifier of the bitmap file. This attribute is mandatory.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol src.

Constant Value: 1 (0x00000001)

public static final int BitmapDrawable_tileMode

Since: API Level

Defines the tile mode. When the tile mode is enabled, the bitmap is repeated. Gravity is ignored when the tile mode is enabled.

Must be one of the following constant values.

ConstantValueDescription
disabled-1 Do not tile the bitmap. This is the default value.
clamp0 Replicates the edge color.
repeat1 Repeats the bitmap in both direction.
mirror2 Repeats the shader's image horizontally and vertically, alternating mirror images so that adjacent images always seam.

This corresponds to the global attribute resource symbol tileMode.

Constant Value: 5 (0x00000005)

public static final int[] Button

Since: API Level

Attributes that can be used with a Button.

public static final int[] CheckBoxPreference

Since: API Level

Base attributes available to CheckBoxPreference.

Includes the following attributes:

AttributeDescription
android:disableDependentsState The state (true for on, or false for off) that causes dependents to be disabled.
android:summaryOff The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.
android:summaryOn The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.

public static final int CheckBoxPreference_disableDependentsState

Since: API Level

The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol disableDependentsState.

Constant Value: 2 (0x00000002)

public static final int CheckBoxPreference_summaryOff

Since: API Level

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol summaryOff.

Constant Value: 1 (0x00000001)

public static final int CheckBoxPreference_summaryOn

Since: API Level

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol summaryOn.

Constant Value: 0 (0x00000000)

public static final int[] CheckedTextView

Since: API Level

Attributes that can be used with a CheckedTextView.

Includes the following attributes:

AttributeDescription
android:checkMark Drawable used for the check mark graphic.
android:checked Indicates the initial checked state of this text.

public static final int CheckedTextView_checkMark

Since: API Level

Drawable used for the check mark graphic.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol checkMark.

Constant Value: 1 (0x00000001)

public static final int CheckedTextView_checked

Since: API Level

Indicates the initial checked state of this text.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol checked.

Constant Value: 0 (0x00000000)

public static final int[] Chronometer

Since: API Level

Attributes that can be used with a Chronometer.

Includes the following attributes:

AttributeDescription
android:format Format string: if specified, the Chronometer will display this string, with the first "%s" replaced by the current timer value in "MM:SS" or "H:MM:SS" form.

public static final int Chronometer_format

Since: API Level

Format string: if specified, the Chronometer will display this string, with the first "%s" replaced by the current timer value in "MM:SS" or "H:MM:SS" form. If no format string is specified, the Chronometer will simply display "MM:SS" or "H:MM:SS".

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol format.

Constant Value: 0 (0x00000000)

public static final int[] ClipDrawable

Since: API Level

Attributes that can be used with a ClipDrawable.

Includes the following attributes:

AttributeDescription
android:clipOrientation The orientation for the clip.
android:drawable Reference to a drawable resource to draw with the specified scale.
android:gravity Specifies where to clip within the drawable.

public static final int ClipDrawable_clipOrientation

Since: API Level

The orientation for the clip.

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

ConstantValueDescription
horizontal1 Clip the drawable horizontally.
vertical2 Clip the drawable vertically.

This corresponds to the global attribute resource symbol clipOrientation.

Constant Value: 2 (0x00000002)

public static final int ClipDrawable_drawable

Since: API Level

Reference to a drawable resource to draw with the specified scale.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int ClipDrawable_gravity

Since: API Level

Specifies where to clip within the drawable. The default value is left.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int[] ColorDrawable

Since: API Level

Drawable used to draw a single color.

Includes the following attributes:

AttributeDescription
android:color The color to use.

public static final int ColorDrawable_color

Since: API Level

The color to use.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol color.

Constant Value: 0 (0x00000000)

public static final int[] CompoundButton

Since: API Level

Attributes that can be used with a CompoundButton.

Includes the following attributes:

AttributeDescription
android:button Drawable used for the button graphic (e.
android:checked Indicates the initial checked state of this button.

public static final int CompoundButton_button

Since: API Level

Drawable used for the button graphic (e.g. checkbox, radio button, etc).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol button.

Constant Value: 1 (0x00000001)

public static final int CompoundButton_checked

Since: API Level

Indicates the initial checked state of this button.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol checked.

Constant Value: 0 (0x00000000)

public static final int[] ContactsDataKind

Since: API Level

Maps a specific contact data MIME-type to styling information.

Includes the following attributes:

AttributeDescription
android:detailColumn Column in data table that contains details for this data.
android:detailSocialSummary Flag indicating that detail should be built from SocialProvider.
android:icon Icon used to represent data of this kind.
android:mimeType Mime-type handled by this mapping.
android:summaryColumn Column in data table that summarizes this data.

public static final int ContactsDataKind_detailColumn

Since: API Level

Column in data table that contains details for this data.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol detailColumn.

Constant Value: 3 (0x00000003)

public static final int ContactsDataKind_detailSocialSummary

Since: API Level

Flag indicating that detail should be built from SocialProvider.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol detailSocialSummary.

Constant Value: 4 (0x00000004)

public static final int ContactsDataKind_icon

Since: API Level

Icon used to represent data of this kind.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 0 (0x00000000)

public static final int ContactsDataKind_mimeType

Since: API Level

Mime-type handled by this mapping.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol mimeType.

Constant Value: 1 (0x00000001)

public static final int ContactsDataKind_summaryColumn

Since: API Level

Column in data table that summarizes this data.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol summaryColumn.

Constant Value: 2 (0x00000002)

public static final int[] CycleInterpolator

Since: API Level

Attributes that can be used with a CycleInterpolator.

Includes the following attributes:

AttributeDescription
android:cycles

public static final int CycleInterpolator_cycles

Since: API Level

This symbol is the offset where the cycles attribute's value can be found in the CycleInterpolator array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int[] DatePicker

Since: API Level

Attributes that can be used with a DatePicker.

Includes the following attributes:

AttributeDescription
android:endYear The last year (inclusive), for example "2010".
android:startYear The first year (inclusive), for example "1940".

public static final int DatePicker_endYear

Since: API Level

The last year (inclusive), for example "2010".

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol endYear.

Constant Value: 1 (0x00000001)

public static final int DatePicker_startYear

Since: API Level

The first year (inclusive), for example "1940".

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol startYear.

Constant Value: 0 (0x00000000)

public static final int[] DecelerateInterpolator

Since: API Level

Attributes that can be used with a DecelerateInterpolator.

Includes the following attributes:

AttributeDescription
android:factor This is the amount of acceleration to add when easing out.

public static final int DecelerateInterpolator_factor

Since: API Level

This is the amount of acceleration to add when easing out.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol factor.

Constant Value: 0 (0x00000000)

public static final int[] DeviceAdmin

Since: API Level

Use device-admin as the root tag of the XML resource that describes a DeviceAdminReceiver, which is referenced from its DEVICE_ADMIN_META_DATA meta-data entry. Described here are the attributes that can be included in that tag.

Includes the following attributes:

AttributeDescription
android:visible Control whether the admin is visible to the user, even when it is not enabled.

public static final int DeviceAdmin_visible

Since: API Level

Control whether the admin is visible to the user, even when it is not enabled. This is true by default. You may want to make it false if your admin does not make sense to be turned on unless some explicit action happens in your app.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] DialogPreference

Since: API Level

Base attributes available to DialogPreference.

Includes the following attributes:

AttributeDescription
android:dialogIcon The icon for the dialog.
android:dialogLayout A layout to be used as the content View for the dialog.
android:dialogMessage The message in the dialog.
android:dialogTitle The title in the dialog.
android:negativeButtonText The negative button text for the dialog.
android:positiveButtonText The positive button text for the dialog.

public static final int DialogPreference_dialogIcon

Since: API Level

The icon for the dialog.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dialogIcon.

Constant Value: 2 (0x00000002)

public static final int DialogPreference_dialogLayout

Since: API Level

A layout to be used as the content View for the dialog. By default, this shouldn't be needed. If a custom DialogPreference is required, this should be set. For example, the EditTextPreference uses a layout with an EditText as this attribute.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dialogLayout.

Constant Value: 5 (0x00000005)

public static final int DialogPreference_dialogMessage

Since: API Level

The message in the dialog. If a dialogLayout is provided and contains a TextView with ID android:id/message, this message will be placed in there.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dialogMessage.

Constant Value: 1 (0x00000001)

public static final int DialogPreference_dialogTitle

Since: API Level

The title in the dialog.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dialogTitle.

Constant Value: 0 (0x00000000)

public static final int DialogPreference_negativeButtonText

Since: API Level

The negative button text for the dialog. Set to @null to hide the negative button.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol negativeButtonText.

Constant Value: 4 (0x00000004)

public static final int DialogPreference_positiveButtonText

Since: API Level

The positive button text for the dialog. Set to @null to hide the positive button.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol positiveButtonText.

Constant Value: 3 (0x00000003)

public static final int[] Drawable

Since: API Level

Base attributes that are available to all Drawable objects.

Includes the following attributes:

AttributeDescription
android:visible Provides initial visibility state of the drawable; the default value is false.

See Also

public static final int DrawableCorners_bottomLeftRadius

Since: API Level

This symbol is the offset where the bottomLeftRadius attribute's value can be found in the DrawableCorners array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int DrawableCorners_bottomRightRadius

Since: API Level

This symbol is the offset where the bottomRightRadius attribute's value can be found in the DrawableCorners array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int DrawableCorners_radius

Since: API Level

This symbol is the offset where the radius attribute's value can be found in the DrawableCorners array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int DrawableCorners_topLeftRadius

Since: API Level

This symbol is the offset where the topLeftRadius attribute's value can be found in the DrawableCorners array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int DrawableCorners_topRightRadius

Since: API Level

This symbol is the offset where the topRightRadius attribute's value can be found in the DrawableCorners array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int[] DrawableStates

Since: API Level

Drawable states. The mapping of Drawable states to a particular drawables is specified in the "state" elements of a Widget's "selector" element. Possible values:

  • "state_focused"
  • "state_window_focused"
  • "state_enabled"
  • "state_checked"
  • "state_selected"
  • "state_active"
  • "state_single"
  • "state_first"
  • "state_mid"
  • "state_last"
  • "state_only"
  • "state_pressed"
  • "state_error"
  • "state_circle"
  • "state_rect"
  • "state_grow"
  • "state_move"

Includes the following attributes:

AttributeDescription
android:state_active State value for StateListDrawable.
android:state_checkable State identifier indicating that the object may display a check mark.
android:state_checked State identifier indicating that the object is currently checked.
android:state_enabled State value for StateListDrawable.
android:state_first State value for StateListDrawable.
android:state_focused State value for StateListDrawable.
android:state_last State value for StateListDrawable.
android:state_middle State value for StateListDrawable.
android:state_pressed State value for StateListDrawable.
android:state_selected State value for StateListDrawable.
android:state_single State value for StateListDrawable.
android:state_window_focused State value for StateListDrawable.

public static final int DrawableStates_state_active

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_active.

Constant Value: 6 (0x00000006)

public static final int DrawableStates_state_checkable

Since: API Level

State identifier indicating that the object may display a check mark. See state_checked for the identifier that indicates whether it is actually checked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checkable.

Constant Value: 3 (0x00000003)

public static final int DrawableStates_state_checked

Since: API Level

State identifier indicating that the object is currently checked. See state_checkable for an additional identifier that can indicate if any object may ever display a check, regardless of whether state_checked is currently set.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checked.

Constant Value: 4 (0x00000004)

public static final int DrawableStates_state_enabled

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_enabled.

Constant Value: 2 (0x00000002)

public static final int DrawableStates_state_first

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_first.

Constant Value: 8 (0x00000008)

public static final int DrawableStates_state_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_focused.

Constant Value: 0 (0x00000000)

public static final int DrawableStates_state_last

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_last.

Constant Value: 10 (0x0000000a)

public static final int DrawableStates_state_middle

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_middle.

Constant Value: 9 (0x00000009)

public static final int DrawableStates_state_pressed

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_pressed.

Constant Value: 11 (0x0000000b)

public static final int DrawableStates_state_selected

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_selected.

Constant Value: 5 (0x00000005)

public static final int DrawableStates_state_single

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_single.

Constant Value: 7 (0x00000007)

public static final int DrawableStates_state_window_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_window_focused.

Constant Value: 1 (0x00000001)

public static final int Drawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] EditText

Since: API Level

Attributes that can be used with a EditText.

public static final int[] ExpandableListChildIndicatorState

Since: API Level

State array representing an expandable list child's indicator.

Includes the following attributes:

AttributeDescription
android:state_last State identifier indicating the child is the last child within its group.

public static final int ExpandableListChildIndicatorState_state_last

Since: API Level

State identifier indicating the child is the last child within its group.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_last.

Constant Value: 0 (0x00000000)

public static final int[] ExpandableListGroupIndicatorState

Since: API Level

State array representing an expandable list group's indicator.

Includes the following attributes:

AttributeDescription
android:state_empty State identifier indicating the group is empty (has no children).
android:state_expanded State identifier indicating the group is expanded.

public static final int ExpandableListGroupIndicatorState_state_empty

Since: API Level

State identifier indicating the group is empty (has no children).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_empty.

Constant Value: 1 (0x00000001)

public static final int ExpandableListGroupIndicatorState_state_expanded

Since: API Level

State identifier indicating the group is expanded.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_expanded.

Constant Value: 0 (0x00000000)

public static final int[] ExpandableListView

Since: API Level

Attributes that can be used with a ExpandableListView.

Includes the following attributes:

AttributeDescription
android:childDivider Drawable or color that is used as a divider for children.
android:childIndicator Indicator shown beside the child View.
android:childIndicatorLeft The left bound for a child's indicator.
android:childIndicatorRight The right bound for a child's indicator.
android:groupIndicator Indicator shown beside the group View.
android:indicatorLeft The left bound for an item's indicator.
android:indicatorRight The right bound for an item's indicator.

public static final int ExpandableListView_childDivider

Since: API Level

Drawable or color that is used as a divider for children. (It will drawn below and above child items.) The height of this will be the same as the height of the normal list item divider.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol childDivider.

Constant Value: 6 (0x00000006)

public static final int ExpandableListView_childIndicator

Since: API Level

Indicator shown beside the child View. This can be a stateful Drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol childIndicator.

Constant Value: 1 (0x00000001)

public static final int ExpandableListView_childIndicatorLeft

Since: API Level

The left bound for a child's indicator.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol childIndicatorLeft.

Constant Value: 4 (0x00000004)

public static final int ExpandableListView_childIndicatorRight

Since: API Level

The right bound for a child's indicator.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol childIndicatorRight.

Constant Value: 5 (0x00000005)

public static final int ExpandableListView_groupIndicator

Since: API Level

Indicator shown beside the group View. This can be a stateful Drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol groupIndicator.

Constant Value: 0 (0x00000000)

public static final int ExpandableListView_indicatorLeft

Since: API Level

The left bound for an item's indicator. To specify a left bound specific to children, use childIndicatorLeft.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol indicatorLeft.

Constant Value: 2 (0x00000002)

public static final int ExpandableListView_indicatorRight

Since: API Level

The right bound for an item's indicator. To specify a right bound specific to children, use childIndicatorRight.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol indicatorRight.

Constant Value: 3 (0x00000003)

public static final int[] Extra

Since: API Level

An extra data value to place into a an extra/name value pair held in a Bundle, as per Bundle.

Includes the following attributes:

AttributeDescription
android:name Required name of the extra data.
android:value Concrete value to put for this named extra data.

public static final int Extra_name

Since: API Level

Required name of the extra data.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int Extra_value

Since: API Level

Concrete value to put for this named extra data.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

May be a boolean value, either "true" or "false".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

May be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol value.

Constant Value: 1 (0x00000001)

public static final int[] FrameLayout

Since: API Level

Attributes that can be used with a FrameLayout.

Includes the following attributes:

AttributeDescription
android:foreground Defines the drawable to draw over the content.
android:foregroundGravity Defines the gravity to apply to the foreground drawable.
android:measureAllChildren Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring.

public static final int[] FrameLayout_Layout

Since: API Level

Attributes that can be used with a FrameLayout_Layout.

Includes the following attributes:

AttributeDescription
android:layout_gravity Standard gravity constant that a child can supply to its parent.

public static final int FrameLayout_Layout_layout_gravity

Since: API Level

Standard gravity constant that a child can supply to its parent. Defines how to place the view, both its x- and y-axis, within its parent view group.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol layout_gravity.

Constant Value: 0 (0x00000000)

public static final int FrameLayout_foreground

Since: API Level

Defines the drawable to draw over the content. This can be used as an overlay. The foreground drawable participates in the padding of the content if the gravity is set to fill.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol foreground.

Constant Value: 0 (0x00000000)

public static final int FrameLayout_foregroundGravity

Since: API Level

Defines the gravity to apply to the foreground drawable. The gravity defaults to fill.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol foregroundGravity.

Constant Value: 2 (0x00000002)

public static final int FrameLayout_measureAllChildren

Since: API Level

Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. Defaults to false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol measureAllChildren.

Constant Value: 1 (0x00000001)

public static final int[] Gallery

Since: API Level

Attributes that can be used with a Gallery.

Includes the following attributes:

AttributeDescription
android:animationDuration Sets how long a transition animation should run (in milliseconds) when layout has changed.
android:gravity Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.
android:spacing
android:unselectedAlpha Sets the alpha on the items that are not selected.

public static final int Gallery_animationDuration

Since: API Level

Sets how long a transition animation should run (in milliseconds) when layout has changed. Only relevant if animation is turned on.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol animationDuration.

Constant Value: 1 (0x00000001)

public static final int Gallery_gravity

Since: API Level

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int Gallery_spacing

Since: API Level

This symbol is the offset where the spacing attribute's value can be found in the Gallery array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int Gallery_unselectedAlpha

Since: API Level

Sets the alpha on the items that are not selected.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol unselectedAlpha.

Constant Value: 3 (0x00000003)

public static final int[] GestureOverlayView

Since: API Level

GestureOverlayView specific attributes. These attributes are used to configure a GestureOverlayView from XML.

Includes the following attributes:

AttributeDescription
android:eventsInterceptionEnabled Defines whether the overlay should intercept the motion events when a gesture is recognized.
android:fadeDuration Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture.
android:fadeEnabled Defines whether the gesture will automatically fade out after being recognized.
android:fadeOffset Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it.
android:gestureColor Color used to draw a gesture.
android:gestureStrokeAngleThreshold Minimum curve angle a stroke must contain before it is recognized as a gesture.
android:gestureStrokeLengthThreshold Minimum length of a stroke before it is recognized as a gesture.
android:gestureStrokeSquarenessThreshold Squareness threshold of a stroke before it is recognized as a gesture.
android:gestureStrokeType Defines the type of strokes that define a gesture.
android:gestureStrokeWidth Width of the stroke used to draw the gesture.
android:orientation Indicates whether horizontal (when the orientation is vertical) or vertical (when orientation is horizontal) strokes automatically define a gesture.
android:uncertainGestureColor Color used to draw the user's strokes until we are sure it's a gesture.

public static final int GestureOverlayView_eventsInterceptionEnabled

Since: API Level

Defines whether the overlay should intercept the motion events when a gesture is recognized.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol eventsInterceptionEnabled.

Constant Value: 10 (0x0000000a)

public static final int GestureOverlayView_fadeDuration

Since: API Level

Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fadeDuration.

Constant Value: 5 (0x00000005)

public static final int GestureOverlayView_fadeEnabled

Since: API Level

Defines whether the gesture will automatically fade out after being recognized.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fadeEnabled.

Constant Value: 11 (0x0000000b)

public static final int GestureOverlayView_fadeOffset

Since: API Level

Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fadeOffset.

Constant Value: 4 (0x00000004)

public static final int GestureOverlayView_gestureColor

Since: API Level

Color used to draw a gesture.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol gestureColor.

Constant Value: 2 (0x00000002)

public static final int GestureOverlayView_gestureStrokeAngleThreshold

Since: API Level

Minimum curve angle a stroke must contain before it is recognized as a gesture.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol gestureStrokeAngleThreshold.

Constant Value: 9 (0x00000009)

public static final int GestureOverlayView_gestureStrokeLengthThreshold

Since: API Level

Minimum length of a stroke before it is recognized as a gesture.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol gestureStrokeLengthThreshold.

Constant Value: 7 (0x00000007)

public static final int GestureOverlayView_gestureStrokeSquarenessThreshold

Since: API Level

Squareness threshold of a stroke before it is recognized as a gesture.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol gestureStrokeSquarenessThreshold.

Constant Value: 8 (0x00000008)

public static final int GestureOverlayView_gestureStrokeType

Since: API Level

Defines the type of strokes that define a gesture.

Must be one of the following constant values.

ConstantValueDescription
single0 A gesture is made of only one stroke.
multiple1 A gesture is made of multiple strokes.

This corresponds to the global attribute resource symbol gestureStrokeType.

Constant Value: 6 (0x00000006)

public static final int GestureOverlayView_gestureStrokeWidth

Since: API Level

Width of the stroke used to draw the gesture.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol gestureStrokeWidth.

Constant Value: 1 (0x00000001)

public static final int GestureOverlayView_orientation

Since: API Level

Indicates whether horizontal (when the orientation is vertical) or vertical (when orientation is horizontal) strokes automatically define a gesture.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 0 (0x00000000)

public static final int GestureOverlayView_uncertainGestureColor

Since: API Level

Color used to draw the user's strokes until we are sure it's a gesture.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol uncertainGestureColor.

Constant Value: 3 (0x00000003)

public static final int[] GradientDrawable

Since: API Level

Attributes that can be used with a GradientDrawable.

Includes the following attributes:

AttributeDescription
android:innerRadius Inner radius of the ring.
android:innerRadiusRatio Inner radius of the ring expressed as a ratio of the ring's width.
android:shape
android:thickness Thickness of the ring.
android:thicknessRatio Thickness of the ring expressed as a ratio of the ring's width.
android:useLevel
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int GradientDrawableGradient_angle

Since: API Level

This symbol is the offset where the angle attribute's value can be found in the GradientDrawableGradient array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int GradientDrawableGradient_centerColor

Since: API Level

Optional center color. For linear gradients, use centerX or centerY to place the center color.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol centerColor.

Constant Value: 8 (0x00000008)

public static final int GradientDrawableGradient_centerX

Since: API Level

This symbol is the offset where the centerX attribute's value can be found in the GradientDrawableGradient array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int GradientDrawableGradient_centerY

Since: API Level

This symbol is the offset where the centerY attribute's value can be found in the GradientDrawableGradient array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 6 (0x00000006)

public static final int GradientDrawableGradient_endColor

Since: API Level

This symbol is the offset where the endColor attribute's value can be found in the GradientDrawableGradient array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int GradientDrawableGradient_gradientRadius

Since: API Level

This symbol is the offset where the gradientRadius attribute's value can be found in the GradientDrawableGradient array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 7 (0x00000007)

public static final int GradientDrawableGradient_startColor

Since: API Level

This symbol is the offset where the startColor attribute's value can be found in the GradientDrawableGradient array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int GradientDrawableGradient_type

Since: API Level

This symbol is the offset where the type attribute's value can be found in the GradientDrawableGradient array.

Must be one of the following constant values.

ConstantValueDescription
linear0
radial1
sweep2

Constant Value: 4 (0x00000004)

public static final int GradientDrawableGradient_useLevel

Since: API Level

This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawableGradient array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int[] GradientDrawablePadding

Since: API Level

Attributes that can be used with a GradientDrawablePadding.

Includes the following attributes:

AttributeDescription
android:bottom
android:left
android:right
android:top

public static final int GradientDrawablePadding_bottom

Since: API Level

This symbol is the offset where the bottom attribute's value can be found in the GradientDrawablePadding array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int GradientDrawablePadding_left

Since: API Level

This symbol is the offset where the left attribute's value can be found in the GradientDrawablePadding array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int GradientDrawablePadding_right

Since: API Level

This symbol is the offset where the right attribute's value can be found in the GradientDrawablePadding array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int GradientDrawablePadding_top

Since: API Level

This symbol is the offset where the top attribute's value can be found in the GradientDrawablePadding array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int[] GradientDrawableSize

Since: API Level

Attributes that can be used with a GradientDrawableSize.

Includes the following attributes:

AttributeDescription
android:height Makes the TextView be exactly this many pixels tall.
android:width Makes the TextView be exactly this many pixels wide.

public static final int GradientDrawableSize_height

Since: API Level

Makes the TextView be exactly this many pixels tall. You could get the same effect by specifying this number in the layout parameters.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol height.

Constant Value: 0 (0x00000000)

public static final int GradientDrawableSize_width

Since: API Level

Makes the TextView be exactly this many pixels wide. You could get the same effect by specifying this number in the layout parameters.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol width.

Constant Value: 1 (0x00000001)

public static final int[] GradientDrawableSolid

Since: API Level

Attributes that can be used with a GradientDrawableSolid.

Includes the following attributes:

AttributeDescription
android:color

public static final int GradientDrawableSolid_color

Since: API Level

This symbol is the offset where the color attribute's value can be found in the GradientDrawableSolid array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int[] GradientDrawableStroke

Since: API Level

Attributes that can be used with a GradientDrawableStroke.

Includes the following attributes:

AttributeDescription
android:color
android:dashGap
android:dashWidth
android:width Makes the TextView be exactly this many pixels wide.

public static final int GradientDrawableStroke_color

Since: API Level

This symbol is the offset where the color attribute's value can be found in the GradientDrawableStroke array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int GradientDrawableStroke_dashGap

Since: API Level

This symbol is the offset where the dashGap attribute's value can be found in the GradientDrawableStroke array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int GradientDrawableStroke_dashWidth

Since: API Level

This symbol is the offset where the dashWidth attribute's value can be found in the GradientDrawableStroke array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int GradientDrawableStroke_width

Since: API Level

Makes the TextView be exactly this many pixels wide. You could get the same effect by specifying this number in the layout parameters.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol width.

Constant Value: 0 (0x00000000)

public static final int GradientDrawable_innerRadius

Since: API Level

Inner radius of the ring. When defined, innerRadiusRatio is ignored.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol innerRadius.

Constant Value: 5 (0x00000005)

public static final int GradientDrawable_innerRadiusRatio

Since: API Level

Inner radius of the ring expressed as a ratio of the ring's width. For instance, if innerRadiusRatio=9, then the inner radius equals the ring's width divided by 9. This value is ignored if innerRadius is defined. Default value is 9.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol innerRadiusRatio.

Constant Value: 2 (0x00000002)

public static final int GradientDrawable_shape

Since: API Level

This symbol is the offset where the shape attribute's value can be found in the GradientDrawable array.

Must be one of the following constant values.

ConstantValueDescription
rectangle0
oval1
line2
ring3

Constant Value: 1 (0x00000001)

public static final int GradientDrawable_thickness

Since: API Level

Thickness of the ring. When defined, thicknessRatio is ignored.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol thickness.

Constant Value: 6 (0x00000006)

public static final int GradientDrawable_thicknessRatio

Since: API Level

Thickness of the ring expressed as a ratio of the ring's width. For instance, if thicknessRatio=3, then the thickness equals the ring's width divided by 3. This value is ignored if innerRadius is defined. Default value is 3.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol thicknessRatio.

Constant Value: 3 (0x00000003)

public static final int GradientDrawable_useLevel

Since: API Level

This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawable array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int GradientDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] GridLayoutAnimation

Since: API Level

Attributes that can be used with a GridLayoutAnimation.

Includes the following attributes:

AttributeDescription
android:columnDelay Fraction of the animation duration used to delay the beginning of the animation of each column.
android:direction Direction of the animation in the grid.
android:directionPriority Priority of the rows and columns.
android:rowDelay Fraction of the animation duration used to delay the beginning of the animation of each row.

public static final int GridLayoutAnimation_columnDelay

Since: API Level

Fraction of the animation duration used to delay the beginning of the animation of each column.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol columnDelay.

Constant Value: 0 (0x00000000)

public static final int GridLayoutAnimation_direction

Since: API Level

Direction of the animation in the grid.

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

ConstantValueDescription
left_to_right0x0 Animates columns from left to right.
right_to_left0x1 Animates columns from right to left.
top_to_bottom0x0 Animates rows from top to bottom.
bottom_to_top0x2 Animates rows from bottom to top.

This corresponds to the global attribute resource symbol direction.

Constant Value: 2 (0x00000002)

public static final int GridLayoutAnimation_directionPriority

Since: API Level

Priority of the rows and columns. When the priority is none, both rows and columns have the same priority. When the priority is column, the animations will be applied on the columns first. The same goes for rows.

Must be one of the following constant values.

ConstantValueDescription
none0 Rows and columns are animated at the same time.
column1 Columns are animated first.
row2 Rows are animated first.

This corresponds to the global attribute resource symbol directionPriority.

Constant Value: 3 (0x00000003)

public static final int GridLayoutAnimation_rowDelay

Since: API Level

Fraction of the animation duration used to delay the beginning of the animation of each row.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol rowDelay.

Constant Value: 1 (0x00000001)

public static final int[] GridView

Since: API Level

Attributes that can be used with a GridView.

Includes the following attributes:

AttributeDescription
android:columnWidth
android:gravity Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.
android:horizontalSpacing
android:numColumns
android:stretchMode
android:verticalSpacing

public static final int GridView_columnWidth

Since: API Level

This symbol is the offset where the columnWidth attribute's value can be found in the GridView array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int GridView_gravity

Since: API Level

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int GridView_horizontalSpacing

Since: API Level

This symbol is the offset where the horizontalSpacing attribute's value can be found in the GridView array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int GridView_numColumns

Since: API Level

This symbol is the offset where the numColumns attribute's value can be found in the GridView array.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
auto_fit-1

Constant Value: 5 (0x00000005)

public static final int GridView_stretchMode

Since: API Level

This symbol is the offset where the stretchMode attribute's value can be found in the GridView array.

Must be one of the following constant values.

ConstantValueDescription
none0
spacingWidth1
columnWidth2
spacingWidthUniform3

Constant Value: 3 (0x00000003)

public static final int GridView_verticalSpacing

Since: API Level

This symbol is the offset where the verticalSpacing attribute's value can be found in the GridView array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int[] HorizontalScrollView

Since: API Level

Attributes that can be used with a HorizontalScrollView.

Includes the following attributes:

AttributeDescription
android:fillViewport Defines whether the scrollview should stretch its content to fill the viewport.

public static final int HorizontalScrollView_fillViewport

Since: API Level

Defines whether the scrollview should stretch its content to fill the viewport.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fillViewport.

Constant Value: 0 (0x00000000)

public static final int[] Icon

Since: API Level

Attributes that can be used with a Icon.

Includes the following attributes:

AttributeDescription
android:icon A Drawable resource providing a graphical representation of its associated item.
android:mimeType Specify a MIME type that is handled, as per IntentFilter.addDataType().

public static final int[] IconDefault

Since: API Level

Attributes that can be used with a IconDefault.

Includes the following attributes:

AttributeDescription
android:icon A Drawable resource providing a graphical representation of its associated item.

See Also

public static final int IconDefault_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 0 (0x00000000)

public static final int[] IconMenuView

Since: API Level

Attributes that can be used with a IconMenuView.

Includes the following attributes:

AttributeDescription
android:maxItemsPerRow Defines the maximum number of items per row.
android:maxRows Defines the maximum number of rows displayed.
android:moreIcon 'More' icon.
android:rowHeight Defines the height of each row.

public static final int IconMenuView_maxItemsPerRow

Since: API Level

Defines the maximum number of items per row.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxItemsPerRow.

Constant Value: 2 (0x00000002)

public static final int IconMenuView_maxRows

Since: API Level

Defines the maximum number of rows displayed.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxRows.

Constant Value: 1 (0x00000001)

public static final int IconMenuView_moreIcon

Since: API Level

'More' icon.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol moreIcon.

Constant Value: 3 (0x00000003)

public static final int IconMenuView_rowHeight

Since: API Level

Defines the height of each row.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol rowHeight.

Constant Value: 0 (0x00000000)

public static final int Icon_icon

Since: API Level

A Drawable resource providing a graphical representation of its associated item. Use with the application tag (to supply a default icon for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific icon for that component). It may also be used with the intent-filter tag to supply an icon to show to the user when an activity is being selected based on a particular Intent.

The given icon will be used to display to the user a graphical representation of its associated component; for example, as the icon for main activity that is displayed in the launcher. This must be a reference to a Drawable resource containing the image definition.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 0 (0x00000000)

public static final int Icon_mimeType

Since: API Level

Specify a MIME type that is handled, as per IntentFilter.addDataType().

Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol mimeType.

Constant Value: 1 (0x00000001)

public static final int[] ImageSwitcher

Since: API Level

Attributes that can be used with a ImageSwitcher.

public static final int[] ImageView

Since: API Level

Attributes that can be used with a ImageView.

Includes the following attributes:

AttributeDescription
android:adjustViewBounds Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable.
android:baselineAlignBottom If true, the image view will be baseline aligned with based on its bottom edge.
android:cropToPadding If true, the image will be cropped to fit within its padding.
android:maxHeight An optional argument to supply a maximum height for this view.
android:maxWidth An optional argument to supply a maximum width for this view.
android:scaleType Controls how the image should be resized or moved to match the size of this ImageView.
android:src Sets a drawable as the content of this ImageView.
android:tint Set a tinting color for the image.

public static final int ImageView_adjustViewBounds

Since: API Level

Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol adjustViewBounds.

Constant Value: 2 (0x00000002)

public static final int ImageView_baselineAlignBottom

Since: API Level

If true, the image view will be baseline aligned with based on its bottom edge.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol baselineAlignBottom.

Constant Value: 6 (0x00000006)

public static final int ImageView_cropToPadding

Since: API Level

If true, the image will be cropped to fit within its padding.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol cropToPadding.

Constant Value: 7 (0x00000007)

public static final int ImageView_maxHeight

Since: API Level

An optional argument to supply a maximum height for this view. See {see android.widget.ImageView#setMaxHeight} for details.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxHeight.

Constant Value: 4 (0x00000004)

public static final int ImageView_maxWidth

Since: API Level

An optional argument to supply a maximum width for this view. See {see android.widget.ImageView#setMaxWidth} for details.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxWidth.

Constant Value: 3 (0x00000003)

public static final int ImageView_scaleType

Since: API Level

Controls how the image should be resized or moved to match the size of this ImageView.

Must be one of the following constant values.

ConstantValueDescription
matrix0
fitXY1
fitStart2
fitCenter3
fitEnd4
center5
centerCrop6
centerInside7

This corresponds to the global attribute resource symbol scaleType.

Constant Value: 1 (0x00000001)

public static final int ImageView_src

Since: API Level

Sets a drawable as the content of this ImageView.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol src.

Constant Value: 0 (0x00000000)

public static final int ImageView_tint

Since: API Level

Set a tinting color for the image.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tint.

Constant Value: 5 (0x00000005)

public static final int[] InputExtras

Since: API Level

An input-extras is a container for extra data to supply to an input method. Contains one more more tags.

public static final int[] InputMethod

Since: API Level

Use input-method as the root tag of the XML resource that describes an InputMethod service, which is referenced from its SERVICE_META_DATA meta-data entry. Described here are the attributes that can be included in that tag.

Includes the following attributes:

AttributeDescription
android:isDefault Set to true in all of the configurations for which this input method should be considered an option as the default.
android:settingsActivity Component name of an activity that allows the user to modify the settings for this service.

public static final int[] InputMethodService

Since: API Level

Attributes that can be used with a InputMethodService.

Includes the following attributes:

AttributeDescription
android:imeExtractEnterAnimation Animation to use when showing the fullscreen extract UI after it had previously been hidden.
android:imeExtractExitAnimation Animation to use when hiding the fullscreen extract UI after it had previously been shown.
android:imeFullscreenBackground Background to use for entire input method when it is being shown in fullscreen mode with the extract view, to ensure that it completely covers the application.

public static final int InputMethodService_imeExtractEnterAnimation

Since: API Level

Animation to use when showing the fullscreen extract UI after it had previously been hidden.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol imeExtractEnterAnimation.

Constant Value: 1 (0x00000001)

public static final int InputMethodService_imeExtractExitAnimation

Since: API Level

Animation to use when hiding the fullscreen extract UI after it had previously been shown.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol imeExtractExitAnimation.

Constant Value: 2 (0x00000002)

public static final int InputMethodService_imeFullscreenBackground

Since: API Level

Background to use for entire input method when it is being shown in fullscreen mode with the extract view, to ensure that it completely covers the application. This allows, for example, the candidate view to be hidden while in fullscreen mode without having the application show through behind it.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol imeFullscreenBackground.

Constant Value: 0 (0x00000000)

public static final int InputMethod_isDefault

Since: API Level

Set to true in all of the configurations for which this input method should be considered an option as the default.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isDefault.

Constant Value: 0 (0x00000000)

public static final int InputMethod_settingsActivity

Since: API Level

Component name of an activity that allows the user to modify the settings for this service.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol settingsActivity.

Constant Value: 1 (0x00000001)

public static final int[] InsetDrawable

Since: API Level

Attributes that can be used with a InsetDrawable.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to use for the frame.
android:insetBottom
android:insetLeft
android:insetRight
android:insetTop
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int InsetDrawable_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int InsetDrawable_insetBottom

Since: API Level

This symbol is the offset where the insetBottom attribute's value can be found in the InsetDrawable array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int InsetDrawable_insetLeft

Since: API Level

This symbol is the offset where the insetLeft attribute's value can be found in the InsetDrawable array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int InsetDrawable_insetRight

Since: API Level

This symbol is the offset where the insetRight attribute's value can be found in the InsetDrawable array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int InsetDrawable_insetTop

Since: API Level

This symbol is the offset where the insetTop attribute's value can be found in the InsetDrawable array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int InsetDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] Intent

Since: API Level

Declaration of an Intent object in XML. May also include zero or more and {@link #Extra tags.

Includes the following attributes:

AttributeDescription
android:action The action name to assign to the Intent, as per Intent.setAction().
android:data The data URI to assign to the Intent, as per Intent.setData().
android:mimeType The MIME type name to assign to the Intent, as per Intent.setType().
android:targetClass The class part of the ComponentName to assign to the Intent, as per Intent.setComponent().
android:targetPackage The package part of the ComponentName to assign to the Intent, as per Intent.setComponent().

public static final int[] IntentCategory

Since: API Level

A category to add to an Intent, as per Intent.addCategory().

Includes the following attributes:

AttributeDescription
android:name Required name of the category.

public static final int IntentCategory_name

Since: API Level

Required name of the category.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol name.

Constant Value: 0 (0x00000000)

public static final int Intent_action

Since: API Level

The action name to assign to the Intent, as per Intent.setAction().

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol action.

Constant Value: 2 (0x00000002)

public static final int Intent_data

Since: API Level

The data URI to assign to the Intent, as per Intent.setData().

Note: scheme and host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, URIs here should always be normalized to use lower case letters for these elements (as well as other proper Uri normalization).

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol data.

Constant Value: 3 (0x00000003)

public static final int Intent_mimeType

Since: API Level

The MIME type name to assign to the Intent, as per Intent.setType().

Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol mimeType.

Constant Value: 1 (0x00000001)

public static final int Intent_targetClass

Since: API Level

The class part of the ComponentName to assign to the Intent, as per Intent.setComponent().

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol targetClass.

Constant Value: 4 (0x00000004)

public static final int Intent_targetPackage

Since: API Level

The package part of the ComponentName to assign to the Intent, as per Intent.setComponent().

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol targetPackage.

Constant Value: 0 (0x00000000)

public static final int[] Keyboard

Since: API Level

Attributes that can be used with a Keyboard.

Includes the following attributes:

AttributeDescription
android:horizontalGap Default horizontal gap between keys.
android:keyHeight Default height of a key, in pixels or percentage of display width.
android:keyWidth Default width of a key, in pixels or percentage of display width.
android:verticalGap Default vertical gap between rows of keys.

public static final int[] KeyboardView

Since: API Level

Attributes that can be used with a KeyboardView.

Includes the following attributes:

AttributeDescription
android:keyBackground Image for the key.
android:keyPreviewHeight Height of the key press feedback popup.
android:keyPreviewLayout Layout resource for key press feedback.
android:keyPreviewOffset Vertical offset of the key press feedback from the key.
android:keyTextColor Color to use for the label in a key.
android:keyTextSize Size of the text for character keys.
android:labelTextSize Size of the text for custom keys with some text and no icon.
android:popupLayout Layout resource for popup keyboards.
android:shadowColor Place a shadow of the specified color behind the text.
android:shadowRadius Radius of the shadow.
android:verticalCorrection Amount to offset the touch Y coordinate by, for bias correction.

public static final int[] KeyboardViewPreviewState

Since: API Level

Attributes that can be used with a KeyboardViewPreviewState.

Includes the following attributes:

AttributeDescription
android:state_long_pressable State for KeyboardView key preview background.

public static final int KeyboardViewPreviewState_state_long_pressable

Since: API Level

State for KeyboardView key preview background.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_long_pressable.

Constant Value: 0 (0x00000000)

public static final int KeyboardView_keyBackground

Since: API Level

Image for the key. This image needs to be a StateListDrawable, with the following possible states: normal, pressed, checkable, checkable+pressed, checkable+checked, checkable+checked+pressed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol keyBackground.

Constant Value: 2 (0x00000002)

public static final int KeyboardView_keyPreviewHeight

Since: API Level

Height of the key press feedback popup.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyPreviewHeight.

Constant Value: 8 (0x00000008)

public static final int KeyboardView_keyPreviewLayout

Since: API Level

Layout resource for key press feedback.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol keyPreviewLayout.

Constant Value: 6 (0x00000006)

public static final int KeyboardView_keyPreviewOffset

Since: API Level

Vertical offset of the key press feedback from the key.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyPreviewOffset.

Constant Value: 7 (0x00000007)

public static final int KeyboardView_keyTextColor

Since: API Level

Color to use for the label in a key.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyTextColor.

Constant Value: 5 (0x00000005)

public static final int KeyboardView_keyTextSize

Since: API Level

Size of the text for character keys.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyTextSize.

Constant Value: 3 (0x00000003)

public static final int KeyboardView_labelTextSize

Since: API Level

Size of the text for custom keys with some text and no icon.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol labelTextSize.

Constant Value: 4 (0x00000004)

public static final int KeyboardView_popupLayout

Since: API Level

Layout resource for popup keyboards.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol popupLayout.

Constant Value: 10 (0x0000000a)

public static final int KeyboardView_shadowColor

Since: API Level

Place a shadow of the specified color behind the text.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowColor.

Constant Value: 0 (0x00000000)

public static final int KeyboardView_shadowRadius

Since: API Level

Radius of the shadow.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowRadius.

Constant Value: 1 (0x00000001)

public static final int KeyboardView_verticalCorrection

Since: API Level

Amount to offset the touch Y coordinate by, for bias correction.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol verticalCorrection.

Constant Value: 9 (0x00000009)

public static final int[] Keyboard_Key

Since: API Level

Attributes that can be used with a Keyboard_Key.

Includes the following attributes:

AttributeDescription
android:codes The unicode value or comma-separated values that this key outputs.
android:iconPreview The icon to show in the popup preview.
android:isModifier Whether this is a modifier key such as Alt or Shift.
android:isRepeatable Whether long-pressing on this key will make it repeat.
android:isSticky Whether this is a toggle key.
android:keyEdgeFlags Key edge flags.
android:keyIcon The icon to display on the key instead of the label.
android:keyLabel The label to display on the key.
android:keyOutputText The string of characters to output when this key is pressed.
android:keyboardMode Mode of the keyboard.
android:popupCharacters The characters to display in the popup keyboard.
android:popupKeyboard The XML keyboard layout of any popup keyboard.

public static final int Keyboard_Key_codes

Since: API Level

The unicode value or comma-separated values that this key outputs.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol codes.

Constant Value: 0 (0x00000000)

public static final int Keyboard_Key_iconPreview

Since: API Level

The icon to show in the popup preview.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol iconPreview.

Constant Value: 7 (0x00000007)

public static final int Keyboard_Key_isModifier

Since: API Level

Whether this is a modifier key such as Alt or Shift.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isModifier.

Constant Value: 4 (0x00000004)

public static final int Keyboard_Key_isRepeatable

Since: API Level

Whether long-pressing on this key will make it repeat.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isRepeatable.

Constant Value: 6 (0x00000006)

public static final int Keyboard_Key_isSticky

Since: API Level

Whether this is a toggle key.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isSticky.

Constant Value: 5 (0x00000005)

public static final int Keyboard_Key_keyEdgeFlags

Since: API Level

Key edge flags.

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

ConstantValueDescription
left1 Key is anchored to the left of the keyboard.
right2 Key is anchored to the right of the keyboard.

This corresponds to the global attribute resource symbol keyEdgeFlags.

Constant Value: 3 (0x00000003)

public static final int Keyboard_Key_keyIcon

Since: API Level

The icon to display on the key instead of the label.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol keyIcon.

Constant Value: 10 (0x0000000a)

public static final int Keyboard_Key_keyLabel

Since: API Level

The label to display on the key.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyLabel.

Constant Value: 9 (0x00000009)

public static final int Keyboard_Key_keyOutputText

Since: API Level

The string of characters to output when this key is pressed.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyOutputText.

Constant Value: 8 (0x00000008)

public static final int Keyboard_Key_keyboardMode

Since: API Level

Mode of the keyboard. If the mode doesn't match the requested keyboard mode, the key will be skipped.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol keyboardMode.

Constant Value: 11 (0x0000000b)

public static final int Keyboard_Key_popupCharacters

Since: API Level

The characters to display in the popup keyboard.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol popupCharacters.

Constant Value: 2 (0x00000002)

public static final int Keyboard_Key_popupKeyboard

Since: API Level

The XML keyboard layout of any popup keyboard.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol popupKeyboard.

Constant Value: 1 (0x00000001)

public static final int[] Keyboard_Row

Since: API Level

Attributes that can be used with a Keyboard_Row.

Includes the following attributes:

AttributeDescription
android:keyboardMode Mode of the keyboard.
android:rowEdgeFlags Row edge flags.

public static final int Keyboard_Row_keyboardMode

Since: API Level

Mode of the keyboard. If the mode doesn't match the requested keyboard mode, the row will be skipped.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol keyboardMode.

Constant Value: 1 (0x00000001)

public static final int Keyboard_Row_rowEdgeFlags

Since: API Level

Row edge flags.

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

ConstantValueDescription
top4 Row is anchored to the top of the keyboard.
bottom8 Row is anchored to the bottom of the keyboard.

This corresponds to the global attribute resource symbol rowEdgeFlags.

Constant Value: 0 (0x00000000)

public static final int Keyboard_horizontalGap

Since: API Level

Default horizontal gap between keys.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol horizontalGap.

Constant Value: 2 (0x00000002)

public static final int Keyboard_keyHeight

Since: API Level

Default height of a key, in pixels or percentage of display width.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyHeight.

Constant Value: 1 (0x00000001)

public static final int Keyboard_keyWidth

Since: API Level

Default width of a key, in pixels or percentage of display width.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keyWidth.

Constant Value: 0 (0x00000000)

public static final int Keyboard_verticalGap

Since: API Level

Default vertical gap between rows of keys.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol verticalGap.

Constant Value: 3 (0x00000003)

public static final int[] LayerDrawableItem

Since: API Level

Attributes that can be used with a LayerDrawableItem.

Includes the following attributes:

AttributeDescription
android:bottom
android:drawable Reference to a drawable resource to use for the frame.
android:id Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById().
android:left
android:right
android:top

public static final int LayerDrawableItem_bottom

Since: API Level

This symbol is the offset where the bottom attribute's value can be found in the LayerDrawableItem array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int LayerDrawableItem_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int LayerDrawableItem_id

Since: API Level

Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById(). This must be a resource reference; typically you set this using the @+ syntax to create a new ID resources. For example: android:id="@+id/my_id" which allows you to later retrieve the view with findViewById(R.id.my_id).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol id.

Constant Value: 0 (0x00000000)

public static final int LayerDrawableItem_left

Since: API Level

This symbol is the offset where the left attribute's value can be found in the LayerDrawableItem array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int LayerDrawableItem_right

Since: API Level

This symbol is the offset where the right attribute's value can be found in the LayerDrawableItem array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int LayerDrawableItem_top

Since: API Level

This symbol is the offset where the top attribute's value can be found in the LayerDrawableItem array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int[] LayoutAnimation

Since: API Level

Attributes that can be used with a LayoutAnimation.

Includes the following attributes:

AttributeDescription
android:animation Animation to use on each child.
android:animationOrder The order in which the animations will be started.
android:delay Fraction of the animation duration used to delay the beginning of the animation of each child.
android:interpolator Interpolator used to interpolate the delay between the start of each animation.

public static final int LayoutAnimation_animation

Since: API Level

Animation to use on each child.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol animation.

Constant Value: 2 (0x00000002)

public static final int LayoutAnimation_animationOrder

Since: API Level

The order in which the animations will be started.

Must be one of the following constant values.

ConstantValueDescription
normal0 Animations are started in the natural order.
reverse1 Animations are started in the reverse order.
random2 Animations are started randomly.

This corresponds to the global attribute resource symbol animationOrder.

Constant Value: 3 (0x00000003)

public static final int LayoutAnimation_delay

Since: API Level

Fraction of the animation duration used to delay the beginning of the animation of each child.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol delay.

Constant Value: 1 (0x00000001)

public static final int LayoutAnimation_interpolator

Since: API Level

Interpolator used to interpolate the delay between the start of each animation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol interpolator.

Constant Value: 0 (0x00000000)

public static final int[] LevelListDrawableItem

Since: API Level

Attributes that can be used with a LevelListDrawableItem.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to use for the frame.
android:maxLevel The maximum level allowed for this item.
android:minLevel The minimum level allowed for this item.

public static final int LevelListDrawableItem_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 0 (0x00000000)

public static final int LevelListDrawableItem_maxLevel

Since: API Level

The maximum level allowed for this item.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxLevel.

Constant Value: 2 (0x00000002)

public static final int LevelListDrawableItem_minLevel

Since: API Level

The minimum level allowed for this item.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minLevel.

Constant Value: 1 (0x00000001)

public static final int[] LinearLayout

Since: API Level

Attributes that can be used with a LinearLayout.

Includes the following attributes:

AttributeDescription
android:baselineAligned When set to false, prevents the layout from aligning its children's baselines.
android:baselineAlignedChildIndex When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).
android:gravity Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.
android:orientation Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.
android:weightSum Defines the maximum weight sum.

public static final int[] LinearLayout_Layout

Since: API Level

Attributes that can be used with a LinearLayout_Layout.

Includes the following attributes:

AttributeDescription
android:layout_gravity Standard gravity constant that a child can supply to its parent.
android:layout_height Specifies the basic height of the view.
android:layout_weight
android:layout_width Specifies the basic width of the view.

public static final int LinearLayout_Layout_layout_gravity

Since: API Level

Standard gravity constant that a child can supply to its parent. Defines how to place the view, both its x- and y-axis, within its parent view group.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol layout_gravity.

Constant Value: 0 (0x00000000)

public static final int LinearLayout_Layout_layout_height

Since: API Level

Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_height.

Constant Value: 2 (0x00000002)

public static final int LinearLayout_Layout_layout_weight

Since: API Level

This symbol is the offset where the layout_weight attribute's value can be found in the LinearLayout_Layout array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int LinearLayout_Layout_layout_width

Since: API Level

Specifies the basic width of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant width or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_width.

Constant Value: 1 (0x00000001)

public static final int LinearLayout_baselineAligned

Since: API Level

When set to false, prevents the layout from aligning its children's baselines. This attribute is particularly useful when the children use different values for gravity. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol baselineAligned.

Constant Value: 2 (0x00000002)

public static final int LinearLayout_baselineAlignedChildIndex

Since: API Level

When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol baselineAlignedChildIndex.

Constant Value: 3 (0x00000003)

public static final int LinearLayout_gravity

Since: API Level

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int LinearLayout_orientation

Since: API Level

Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. The default is horizontal.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 1 (0x00000001)

public static final int LinearLayout_weightSum

Since: API Level

Defines the maximum weight sum. If unspecified, the sum is computed by adding the layout_weight of all of the children. This can be used for instance to give a single child 50% of the total available space by giving it a layout_weight of 0.5 and setting the weightSum to 1.0.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol weightSum.

Constant Value: 4 (0x00000004)

public static final int[] ListPreference

Since: API Level

Base attributes available to ListPreference.

Includes the following attributes:

AttributeDescription
android:entries The human-readable array to present as a list.
android:entryValues The array to find the value to save for a preference when an entry from entries is selected.

public static final int ListPreference_entries

Since: API Level

The human-readable array to present as a list. Each entry must have a corresponding index in entryValues.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol entries.

Constant Value: 0 (0x00000000)

public static final int ListPreference_entryValues

Since: API Level

The array to find the value to save for a preference when an entry from entries is selected. If a user clicks on the second item in entries, the second item in this array will be saved to the preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol entryValues.

Constant Value: 1 (0x00000001)

public static final int[] ListView

Since: API Level

Attributes that can be used with a ListView.

Includes the following attributes:

AttributeDescription
android:choiceMode Defines the choice behavior for the ListView.
android:divider Drawable or color to draw between list items.
android:dividerHeight Height of the divider.
android:entries Reference to an array resource that will populate the ListView.
android:footerDividersEnabled When set to false, the ListView will not draw the divider before each footer view.
android:headerDividersEnabled When set to false, the ListView will not draw the divider after each header view.
android:overScrollFooter Drawable to draw below list content.
android:overScrollHeader Drawable to draw above list content.

public static final int ListView_choiceMode

Since: API Level

Defines the choice behavior for the ListView. By default, lists do not have any choice behavior. By setting the choiceMode to singleChoice, the List allows up to one item to be in a chosen state. By setting the choiceMode to multipleChoice, the list allows any number of items to be chosen.

Must be one of the following constant values.

ConstantValueDescription
none0 Normal list that does not indicate choices.
singleChoice1 The list allows up to one choice.
multipleChoice2 The list allows multiple choices.

This corresponds to the global attribute resource symbol choiceMode.

Constant Value: 3 (0x00000003)

public static final int ListView_divider

Since: API Level

Drawable or color to draw between list items.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol divider.

Constant Value: 1 (0x00000001)

public static final int ListView_dividerHeight

Since: API Level

Height of the divider. Will use the intrinsic height of the divider if this is not specified.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dividerHeight.

Constant Value: 2 (0x00000002)

public static final int ListView_entries

Since: API Level

Reference to an array resource that will populate the ListView. For static content, this is simpler than populating the ListView programmatically.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol entries.

Constant Value: 0 (0x00000000)

public static final int ListView_footerDividersEnabled

Since: API Level

When set to false, the ListView will not draw the divider before each footer view. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol footerDividersEnabled.

Constant Value: 5 (0x00000005)

public static final int ListView_headerDividersEnabled

Since: API Level

When set to false, the ListView will not draw the divider after each header view. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol headerDividersEnabled.

Constant Value: 4 (0x00000004)

public static final int ListView_overScrollFooter

Since: API Level

Drawable to draw below list content.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol overScrollFooter.

Constant Value: 7 (0x00000007)

public static final int ListView_overScrollHeader

Since: API Level

Drawable to draw above list content.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol overScrollHeader.

Constant Value: 6 (0x00000006)

public static final int[] LockPatternView

Since: API Level

Attributes that can be used with a LockPatternView.

Includes the following attributes:

AttributeDescription

public static final int[] MapView

Since: API Level

The set of attributes for a MapView.

Includes the following attributes:

AttributeDescription
android:apiKey Value is a string that specifies the Maps API Key to use.

See Also

public static final int MapView_apiKey

Since: API Level

Value is a string that specifies the Maps API Key to use.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol apiKey.

Constant Value: 0 (0x00000000)

public static final int[] Menu

Since: API Level

Base attributes that are available to all Menu objects.

public static final int[] MenuGroup

Since: API Level

Base attributes that are available to all groups.

Includes the following attributes:

AttributeDescription
android:checkableBehavior Whether the items are capable of displaying a check mark.
android:enabled Whether the items are enabled.
android:id The ID of the group.
android:menuCategory The category applied to all items within this group.
android:orderInCategory The order within the category applied to all items within this group.
android:visible Whether the items are shown/visible.

public static final int MenuGroup_checkableBehavior

Since: API Level

Whether the items are capable of displaying a check mark.

Must be one of the following constant values.

ConstantValueDescription
none0 The items are not checkable.
all1 The items are all checkable.
single2 The items are checkable and there will only be a single checked item in this group.

This corresponds to the global attribute resource symbol checkableBehavior.

Constant Value: 5 (0x00000005)

public static final int MenuGroup_enabled

Since: API Level

Whether the items are enabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 0 (0x00000000)

public static final int MenuGroup_id

Since: API Level

The ID of the group.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol id.

Constant Value: 1 (0x00000001)

public static final int MenuGroup_menuCategory

Since: API Level

The category applied to all items within this group. (This will be or'ed with the orderInCategory attribute.)

Must be one of the following constant values.

ConstantValueDescription
container0x00010000 Items are part of a container.
system0x00020000 Items are provided by the system.
secondary0x00030000 Items are user-supplied secondary (infrequently used).
alternative0x00040000 Items are alternative actions.

This corresponds to the global attribute resource symbol menuCategory.

Constant Value: 3 (0x00000003)

public static final int MenuGroup_orderInCategory

Since: API Level

The order within the category applied to all items within this group. (This will be or'ed with the category attribute.)

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol orderInCategory.

Constant Value: 4 (0x00000004)

public static final int MenuGroup_visible

Since: API Level

Whether the items are shown/visible.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 2 (0x00000002)

public static final int[] MenuItem

Since: API Level

Base attributes that are available to all Item objects.

Includes the following attributes:

AttributeDescription
android:alphabeticShortcut The alphabetic shortcut key.
android:checkable Whether the item is capable of displaying a check mark.
android:checked Whether the item is checked.
android:enabled Whether the item is enabled.
android:icon The icon associated with this item.
android:id The ID of the item.
android:menuCategory The category applied to the item.
android:numericShortcut The numeric shortcut key.
android:orderInCategory The order within the category applied to the item.
android:title The title associated with the item.
android:titleCondensed The condensed title associated with the item.
android:visible Whether the item is shown/visible.

public static final int[] MenuItemCheckedFocusedState

Since: API Level

State array representing a menu item that is currently focused and checked.

Includes the following attributes:

AttributeDescription
android:state_checkable State identifier indicating that the object may display a check mark.
android:state_checked State identifier indicating that the object is currently checked.
android:state_focused State value for StateListDrawable.

public static final int MenuItemCheckedFocusedState_state_checkable

Since: API Level

State identifier indicating that the object may display a check mark. See state_checked for the identifier that indicates whether it is actually checked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checkable.

Constant Value: 1 (0x00000001)

public static final int MenuItemCheckedFocusedState_state_checked

Since: API Level

State identifier indicating that the object is currently checked. See state_checkable for an additional identifier that can indicate if any object may ever display a check, regardless of whether state_checked is currently set.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checked.

Constant Value: 2 (0x00000002)

public static final int MenuItemCheckedFocusedState_state_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_focused.

Constant Value: 0 (0x00000000)

public static final int[] MenuItemCheckedState

Since: API Level

State array representing a menu item that is currently checked.

Includes the following attributes:

AttributeDescription
android:state_checkable State identifier indicating that the object may display a check mark.
android:state_checked State identifier indicating that the object is currently checked.

public static final int MenuItemCheckedState_state_checkable

Since: API Level

State identifier indicating that the object may display a check mark. See state_checked for the identifier that indicates whether it is actually checked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checkable.

Constant Value: 0 (0x00000000)

public static final int MenuItemCheckedState_state_checked

Since: API Level

State identifier indicating that the object is currently checked. See state_checkable for an additional identifier that can indicate if any object may ever display a check, regardless of whether state_checked is currently set.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checked.

Constant Value: 1 (0x00000001)

public static final int[] MenuItemUncheckedFocusedState

Since: API Level

State array representing a menu item that is focused and checkable but is not currently checked.

Includes the following attributes:

AttributeDescription
android:state_checkable State identifier indicating that the object may display a check mark.
android:state_focused State value for StateListDrawable.

public static final int MenuItemUncheckedFocusedState_state_checkable

Since: API Level

State identifier indicating that the object may display a check mark. See state_checked for the identifier that indicates whether it is actually checked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checkable.

Constant Value: 1 (0x00000001)

public static final int MenuItemUncheckedFocusedState_state_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_focused.

Constant Value: 0 (0x00000000)

public static final int[] MenuItemUncheckedState

Since: API Level

State array representing a menu item that is checkable but is not currently checked.

Includes the following attributes:

AttributeDescription
android:state_checkable State identifier indicating that the object may display a check mark.

public static final int MenuItemUncheckedState_state_checkable

Since: API Level

State identifier indicating that the object may display a check mark. See state_checked for the identifier that indicates whether it is actually checked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_checkable.

Constant Value: 0 (0x00000000)

public static final int MenuItem_alphabeticShortcut

Since: API Level

The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol alphabeticShortcut.

Constant Value: 9 (0x00000009)

public static final int MenuItem_checkable

Since: API Level

Whether the item is capable of displaying a check mark.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol checkable.

Constant Value: 11 (0x0000000b)

public static final int MenuItem_checked

Since: API Level

Whether the item is checked. Note that you must first have enabled checking with the checkable attribute or else the check mark will not appear.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol checked.

Constant Value: 3 (0x00000003)

public static final int MenuItem_enabled

Since: API Level

Whether the item is enabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 1 (0x00000001)

public static final int MenuItem_icon

Since: API Level

The icon associated with this item. This icon will not always be shown, so the title should be sufficient in describing this item.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 0 (0x00000000)

public static final int MenuItem_id

Since: API Level

The ID of the item.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol id.

Constant Value: 2 (0x00000002)

public static final int MenuItem_menuCategory

Since: API Level

The category applied to the item. (This will be or'ed with the orderInCategory attribute.)

Must be one of the following constant values.

ConstantValueDescription
container0x00010000 Items are part of a container.
system0x00020000 Items are provided by the system.
secondary0x00030000 Items are user-supplied secondary (infrequently used).
alternative0x00040000 Items are alternative actions.

This corresponds to the global attribute resource symbol menuCategory.

Constant Value: 5 (0x00000005)

public static final int MenuItem_numericShortcut

Since: API Level

The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol numericShortcut.

Constant Value: 10 (0x0000000a)

public static final int MenuItem_orderInCategory

Since: API Level

The order within the category applied to the item. (This will be or'ed with the category attribute.)

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol orderInCategory.

Constant Value: 6 (0x00000006)

public static final int MenuItem_title

Since: API Level

The title associated with the item.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol title.

Constant Value: 7 (0x00000007)

public static final int MenuItem_titleCondensed

Since: API Level

The condensed title associated with the item. This is used in situations where the normal title may be too long to be displayed.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol titleCondensed.

Constant Value: 8 (0x00000008)

public static final int MenuItem_visible

Since: API Level

Whether the item is shown/visible.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 4 (0x00000004)

public static final int[] MenuView

Since: API Level

Attributes that can be used with a MenuView.

Includes the following attributes:

AttributeDescription
android:headerBackground Default background for the menu header.
android:horizontalDivider Default horizontal divider between rows of menu items.
android:itemBackground Default background for each menu item.
android:itemIconDisabledAlpha Default disabled icon alpha for each menu item that shows an icon.
android:itemTextAppearance Default appearance of menu item text.
android:verticalDivider Default vertical divider between menu items.
android:windowAnimationStyle Default animations for the menu.

public static final int MenuView_headerBackground

Since: API Level

Default background for the menu header.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol headerBackground.

Constant Value: 4 (0x00000004)

public static final int MenuView_horizontalDivider

Since: API Level

Default horizontal divider between rows of menu items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol horizontalDivider.

Constant Value: 2 (0x00000002)

public static final int MenuView_itemBackground

Since: API Level

Default background for each menu item.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol itemBackground.

Constant Value: 5 (0x00000005)

public static final int MenuView_itemIconDisabledAlpha

Since: API Level

Default disabled icon alpha for each menu item that shows an icon.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol itemIconDisabledAlpha.

Constant Value: 6 (0x00000006)

public static final int MenuView_itemTextAppearance

Since: API Level

Default appearance of menu item text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol itemTextAppearance.

Constant Value: 1 (0x00000001)

public static final int MenuView_verticalDivider

Since: API Level

Default vertical divider between menu items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol verticalDivider.

Constant Value: 3 (0x00000003)

public static final int MenuView_windowAnimationStyle

Since: API Level

Default animations for the menu.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowAnimationStyle.

Constant Value: 0 (0x00000000)

public static final int[] NinePatchDrawable

Since: API Level

Drawable used to draw 9-patches.

Includes the following attributes:

AttributeDescription
android:dither Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).
android:src Identifier of the bitmap file.

public static final int NinePatchDrawable_dither

Since: API Level

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dither.

Constant Value: 1 (0x00000001)

public static final int NinePatchDrawable_src

Since: API Level

Identifier of the bitmap file. This attribute is mandatory.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol src.

Constant Value: 0 (0x00000000)

public static final int[] OvershootInterpolator

Since: API Level

Attributes that can be used with a OvershootInterpolator.

Includes the following attributes:

AttributeDescription
android:tension This is the amount of tension.

public static final int OvershootInterpolator_tension

Since: API Level

This is the amount of tension.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tension.

Constant Value: 0 (0x00000000)

public static final int[] PopupWindow

Since: API Level

Attributes that can be used with a PopupWindow.

Includes the following attributes:

AttributeDescription
android:popupAnimationStyle
android:popupBackground

public static final int[] PopupWindowBackgroundState

Since: API Level

Attributes that can be used with a PopupWindowBackgroundState.

Includes the following attributes:

AttributeDescription
android:state_above_anchor State identifier indicating the popup will be above the anchor.

public static final int PopupWindowBackgroundState_state_above_anchor

Since: API Level

State identifier indicating the popup will be above the anchor.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_above_anchor.

Constant Value: 0 (0x00000000)

public static final int PopupWindow_popupAnimationStyle

Since: API Level

This symbol is the offset where the popupAnimationStyle attribute's value can be found in the PopupWindow array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 1 (0x00000001)

public static final int PopupWindow_popupBackground

Since: API Level

This symbol is the offset where the popupBackground attribute's value can be found in the PopupWindow array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Constant Value: 0 (0x00000000)

public static final int[] Preference

Since: API Level

Base attributes available to Preference.

Includes the following attributes:

AttributeDescription
android:defaultValue The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.
android:dependency The key of another Preference that this Preference will depend on.
android:enabled Whether the Preference is enabled.
android:key The key to store the Preference value.
android:layout The layout for the Preference in a PreferenceActivity screen.
android:order The order for the Preference (lower values are to be ordered first).
android:persistent Whether the Preference stores its value to the shared preferences.
android:selectable Whether the Preference is selectable.
android:shouldDisableView Whether the view of this Preference should be disabled when this Preference is disabled.
android:summary The summary for the Preference in a PreferenceActivity screen.
android:title The title for the Preference in a PreferenceActivity screen.
android:widgetLayout The layout for the controllable widget portion of a Preference.

public static final int[] PreferenceGroup

Since: API Level

Base attributes available to PreferenceGroup.

Includes the following attributes:

AttributeDescription
android:orderingFromXml Whether to order the Preference under this group as they appear in the XML file.

public static final int PreferenceGroup_orderingFromXml

Since: API Level

Whether to order the Preference under this group as they appear in the XML file. If this is false, the ordering will follow the Preference order attribute and default to alphabetic for those without the order attribute.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol orderingFromXml.

Constant Value: 0 (0x00000000)

public static final int Preference_defaultValue

Since: API Level

The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

May be a boolean value, either "true" or "false".

May be a floating point value, such as "1.2".

This corresponds to the global attribute resource symbol defaultValue.

Constant Value: 10 (0x0000000a)

public static final int Preference_dependency

Since: API Level

The key of another Preference that this Preference will depend on. If the other Preference is not set or is off, this Preference will be disabled.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dependency.

Constant Value: 9 (0x00000009)

public static final int Preference_enabled

Since: API Level

Whether the Preference is enabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 1 (0x00000001)

public static final int Preference_key

Since: API Level

The key to store the Preference value.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol key.

Constant Value: 5 (0x00000005)

public static final int Preference_layout

Since: API Level

The layout for the Preference in a PreferenceActivity screen. This should rarely need to be changed, look at widgetLayout instead.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout.

Constant Value: 2 (0x00000002)

public static final int Preference_order

Since: API Level

The order for the Preference (lower values are to be ordered first). If this is not specified, the default orderin will be alphabetic.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol order.

Constant Value: 7 (0x00000007)

public static final int Preference_persistent

Since: API Level

Whether the Preference stores its value to the shared preferences.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol persistent.

Constant Value: 0 (0x00000000)

public static final int Preference_selectable

Since: API Level

Whether the Preference is selectable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol selectable.

Constant Value: 4 (0x00000004)

public static final int Preference_shouldDisableView

Since: API Level

Whether the view of this Preference should be disabled when this Preference is disabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shouldDisableView.

Constant Value: 11 (0x0000000b)

public static final int Preference_summary

Since: API Level

The summary for the Preference in a PreferenceActivity screen.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol summary.

Constant Value: 6 (0x00000006)

public static final int Preference_title

Since: API Level

The title for the Preference in a PreferenceActivity screen.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol title.

Constant Value: 3 (0x00000003)

public static final int Preference_widgetLayout

Since: API Level

The layout for the controllable widget portion of a Preference. This is inflated into the layout for a Preference and should be used more frequently than the layout attribute. For example, a checkbox preference would specify a custom layout (consisting of just the CheckBox) here.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol widgetLayout.

Constant Value: 8 (0x00000008)

public static final int[] ProgressBar

Since: API Level

Attributes that can be used with a ProgressBar.

Includes the following attributes:

AttributeDescription
android:indeterminate Allows to enable the indeterminate mode.
android:indeterminateBehavior Defines how the indeterminate mode should behave when the progress reaches max.
android:indeterminateDrawable Drawable used for the indeterminate mode.
android:indeterminateDuration Duration of the indeterminate animation.
android:indeterminateOnly Restricts to ONLY indeterminate mode (state-keeping progress mode will not work).
android:interpolator
android:max Defines the maximum value the progress can take.
android:maxHeight An optional argument to supply a maximum height for this view.
android:maxWidth An optional argument to supply a maximum width for this view.
android:minHeight
android:minWidth
android:progress Defines the default progress value, between 0 and max.
android:progressDrawable Drawable used for the progress mode.
android:secondaryProgress Defines the secondary progress value, between 0 and max.

public static final int ProgressBar_indeterminate

Since: API Level

Allows to enable the indeterminate mode. In this mode the progress bar plays an infinite looping animation.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol indeterminate.

Constant Value: 5 (0x00000005)

public static final int ProgressBar_indeterminateBehavior

Since: API Level

Defines how the indeterminate mode should behave when the progress reaches max.

Must be one of the following constant values.

ConstantValueDescription
repeat1 Progress starts over from 0.
cycle2 Progress keeps the current value and goes back to 0.

This corresponds to the global attribute resource symbol indeterminateBehavior.

Constant Value: 10 (0x0000000a)

public static final int ProgressBar_indeterminateDrawable

Since: API Level

Drawable used for the indeterminate mode.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol indeterminateDrawable.

Constant Value: 7 (0x00000007)

public static final int ProgressBar_indeterminateDuration

Since: API Level

Duration of the indeterminate animation.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol indeterminateDuration.

Constant Value: 9 (0x00000009)

public static final int ProgressBar_indeterminateOnly

Since: API Level

Restricts to ONLY indeterminate mode (state-keeping progress mode will not work).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol indeterminateOnly.

Constant Value: 6 (0x00000006)

public static final int ProgressBar_interpolator

Since: API Level

This symbol is the offset where the interpolator attribute's value can be found in the ProgressBar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 13 (0x0000000d)

public static final int ProgressBar_max

Since: API Level

Defines the maximum value the progress can take.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol max.

Constant Value: 2 (0x00000002)

public static final int ProgressBar_maxHeight

Since: API Level

An optional argument to supply a maximum height for this view. See {see android.widget.ImageView#setMaxHeight} for details.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxHeight.

Constant Value: 1 (0x00000001)

public static final int ProgressBar_maxWidth

Since: API Level

An optional argument to supply a maximum width for this view. See {see android.widget.ImageView#setMaxWidth} for details.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxWidth.

Constant Value: 0 (0x00000000)

public static final int ProgressBar_minHeight

Since: API Level

This symbol is the offset where the minHeight attribute's value can be found in the ProgressBar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 12 (0x0000000c)

public static final int ProgressBar_minWidth

Since: API Level

This symbol is the offset where the minWidth attribute's value can be found in the ProgressBar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 11 (0x0000000b)

public static final int ProgressBar_progress

Since: API Level

Defines the default progress value, between 0 and max.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol progress.

Constant Value: 3 (0x00000003)

public static final int ProgressBar_progressDrawable

Since: API Level

Drawable used for the progress mode.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressDrawable.

Constant Value: 8 (0x00000008)

public static final int ProgressBar_secondaryProgress

Since: API Level

Defines the secondary progress value, between 0 and max. This progress is drawn between the primary progress and the background. It can be ideal for media scenarios such as showing the buffering progress while the default progress shows the play progress.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol secondaryProgress.

Constant Value: 4 (0x00000004)

public static final int[] QuickContactBadge

Since: API Level

Attributes that can be used with a QuickContactBadge.

Includes the following attributes:

AttributeDescription

public static final int[] RadioGroup

Since: API Level

Attributes that can be used with a RadioGroup.

Includes the following attributes:

AttributeDescription
android:checkedButton The id of the child radio button that should be checked by default within this radio group.
android:orientation Should the radio group be a column or a row? Use "horizontal" for a row, "vertical" for a column.

public static final int RadioGroup_checkedButton

Since: API Level

The id of the child radio button that should be checked by default within this radio group.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol checkedButton.

Constant Value: 1 (0x00000001)

public static final int RadioGroup_orientation

Since: API Level

Should the radio group be a column or a row? Use "horizontal" for a row, "vertical" for a column. The default is vertical.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 0 (0x00000000)

public static final int[] RatingBar

Since: API Level

Attributes that can be used with a RatingBar.

Includes the following attributes:

AttributeDescription
android:isIndicator Whether this rating bar is an indicator (and non-changeable by the user).
android:numStars The number of stars (or rating items) to show.
android:rating The rating to set by default.
android:stepSize The step size of the rating.

public static final int RatingBar_isIndicator

Since: API Level

Whether this rating bar is an indicator (and non-changeable by the user).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isIndicator.

Constant Value: 3 (0x00000003)

public static final int RatingBar_numStars

Since: API Level

The number of stars (or rating items) to show.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol numStars.

Constant Value: 0 (0x00000000)

public static final int RatingBar_rating

Since: API Level

The rating to set by default.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol rating.

Constant Value: 1 (0x00000001)

public static final int RatingBar_stepSize

Since: API Level

The step size of the rating.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol stepSize.

Constant Value: 2 (0x00000002)

public static final int[] RecognitionService

Since: API Level

Use recognition-service as the root tag of the XML resource that describes a RecognitionService, which is reference from its SERVICE_META_DATA meta-data entry. Described here are the attributes that can be included in that tag.

Includes the following attributes:

AttributeDescription
android:settingsActivity Component name of an activity that allows the user to modify the settings for this service.

public static final int RecognitionService_settingsActivity

Since: API Level

Component name of an activity that allows the user to modify the settings for this service.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol settingsActivity.

Constant Value: 0 (0x00000000)

public static final int[] RelativeLayout

Since: API Level

Attributes that can be used with a RelativeLayout.

Includes the following attributes:

AttributeDescription
android:gravity Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.
android:ignoreGravity Indicates what view should not be affected by gravity.

public static final int[] RelativeLayout_Layout

Since: API Level

Attributes that can be used with a RelativeLayout_Layout.

Includes the following attributes:

AttributeDescription
android:layout_above Positions the bottom edge of this view above the given anchor view ID.
android:layout_alignBaseline Positions the baseline of this view on the baseline of the given anchor view ID.
android:layout_alignBottom Makes the bottom edge of this view match the bottom edge of the given anchor view ID.
android:layout_alignLeft Makes the left edge of this view match the left edge of the given anchor view ID.
android:layout_alignParentBottom If true, makes the bottom edge of this view match the bottom edge of the parent.
android:layout_alignParentLeft If true, makes the left edge of this view match the left edge of the parent.
android:layout_alignParentRight If true, makes the right edge of this view match the right edge of the parent.
android:layout_alignParentTop If true, makes the top edge of this view match the top edge of the parent.
android:layout_alignRight Makes the right edge of this view match the right edge of the given anchor view ID.
android:layout_alignTop Makes the top edge of this view match the top edge of the given anchor view ID.
android:layout_alignWithParentIfMissing If set to true, the parent will be used as the anchor when the anchor cannot be be found for layout_toLeftOf, layout_toRightOf, etc.
android:layout_below Positions the top edge of this view below the given anchor view ID.
android:layout_centerHorizontal If true, centers this child horizontally within its parent.
android:layout_centerInParent If true, centers this child horizontally and vertically within its parent.
android:layout_centerVertical If true, centers this child vertically within its parent.
android:layout_toLeftOf Positions the right edge of this view to the left of the given anchor view ID.
android:layout_toRightOf Positions the left edge of this view to the right of the given anchor view ID.

public static final int RelativeLayout_Layout_layout_above

Since: API Level

Positions the bottom edge of this view above the given anchor view ID. Accommodates bottom margin of this view and top margin of anchor view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_above.

Constant Value: 2 (0x00000002)

public static final int RelativeLayout_Layout_layout_alignBaseline

Since: API Level

Positions the baseline of this view on the baseline of the given anchor view ID.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_alignBaseline.

Constant Value: 4 (0x00000004)

public static final int RelativeLayout_Layout_layout_alignBottom

Since: API Level

Makes the bottom edge of this view match the bottom edge of the given anchor view ID. Accommodates bottom margin.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_alignBottom.

Constant Value: 8 (0x00000008)

public static final int RelativeLayout_Layout_layout_alignLeft

Since: API Level

Makes the left edge of this view match the left edge of the given anchor view ID. Accommodates left margin.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_alignLeft.

Constant Value: 5 (0x00000005)

public static final int RelativeLayout_Layout_layout_alignParentBottom

Since: API Level

If true, makes the bottom edge of this view match the bottom edge of the parent. Accommodates bottom margin.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_alignParentBottom.

Constant Value: 12 (0x0000000c)

public static final int RelativeLayout_Layout_layout_alignParentLeft

Since: API Level

If true, makes the left edge of this view match the left edge of the parent. Accommodates left margin.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_alignParentLeft.

Constant Value: 9 (0x00000009)

public static final int RelativeLayout_Layout_layout_alignParentRight

Since: API Level

If true, makes the right edge of this view match the right edge of the parent. Accommodates right margin.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_alignParentRight.

Constant Value: 11 (0x0000000b)

public static final int RelativeLayout_Layout_layout_alignParentTop

Since: API Level

If true, makes the top edge of this view match the top edge of the parent. Accommodates top margin.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_alignParentTop.

Constant Value: 10 (0x0000000a)

public static final int RelativeLayout_Layout_layout_alignRight

Since: API Level

Makes the right edge of this view match the right edge of the given anchor view ID. Accommodates right margin.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_alignRight.

Constant Value: 7 (0x00000007)

public static final int RelativeLayout_Layout_layout_alignTop

Since: API Level

Makes the top edge of this view match the top edge of the given anchor view ID. Accommodates top margin.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_alignTop.

Constant Value: 6 (0x00000006)

public static final int RelativeLayout_Layout_layout_alignWithParentIfMissing

Since: API Level

If set to true, the parent will be used as the anchor when the anchor cannot be be found for layout_toLeftOf, layout_toRightOf, etc.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_alignWithParentIfMissing.

Constant Value: 16 (0x00000010)

public static final int RelativeLayout_Layout_layout_below

Since: API Level

Positions the top edge of this view below the given anchor view ID. Accommodates top margin of this view and bottom margin of anchor view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_below.

Constant Value: 3 (0x00000003)

public static final int RelativeLayout_Layout_layout_centerHorizontal

Since: API Level

If true, centers this child horizontally within its parent.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_centerHorizontal.

Constant Value: 14 (0x0000000e)

public static final int RelativeLayout_Layout_layout_centerInParent

Since: API Level

If true, centers this child horizontally and vertically within its parent.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_centerInParent.

Constant Value: 13 (0x0000000d)

public static final int RelativeLayout_Layout_layout_centerVertical

Since: API Level

If true, centers this child vertically within its parent.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_centerVertical.

Constant Value: 15 (0x0000000f)

public static final int RelativeLayout_Layout_layout_toLeftOf

Since: API Level

Positions the right edge of this view to the left of the given anchor view ID. Accommodates right margin of this view and left margin of anchor view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_toLeftOf.

Constant Value: 0 (0x00000000)

public static final int RelativeLayout_Layout_layout_toRightOf

Since: API Level

Positions the left edge of this view to the right of the given anchor view ID. Accommodates left margin of this view and right margin of anchor view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout_toRightOf.

Constant Value: 1 (0x00000001)

public static final int RelativeLayout_gravity

Since: API Level

Specifies how to place the content of an object, both on the x- and y-axis, within the object itself.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 0 (0x00000000)

public static final int RelativeLayout_ignoreGravity

Since: API Level

Indicates what view should not be affected by gravity.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol ignoreGravity.

Constant Value: 1 (0x00000001)

public static final int[] RingtonePreference

Since: API Level

Base attributes available to RingtonePreference.

Includes the following attributes:

AttributeDescription
android:ringtoneType Which ringtone type(s) to show in the picker.
android:showDefault Whether to show an item for a default sound.
android:showSilent Whether to show an item for 'Silent'.

public static final int RingtonePreference_ringtoneType

Since: API Level

Which ringtone type(s) to show in the picker.

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

ConstantValueDescription
ringtone1 Ringtones.
notification2 Notification sounds.
alarm4 Alarm sounds.
all7 All available ringtone sounds.

This corresponds to the global attribute resource symbol ringtoneType.

Constant Value: 0 (0x00000000)

public static final int RingtonePreference_showDefault

Since: API Level

Whether to show an item for a default sound.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol showDefault.

Constant Value: 1 (0x00000001)

public static final int RingtonePreference_showSilent

Since: API Level

Whether to show an item for 'Silent'.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol showSilent.

Constant Value: 2 (0x00000002)

public static final int RotarySelector_orientation

Since: API Level

Use "horizontal" or "vertical". The default is horizontal.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 0 (0x00000000)

public static final int[] RotateAnimation

Since: API Level

Attributes that can be used with a RotateAnimation.

Includes the following attributes:

AttributeDescription
android:fromDegrees
android:pivotX
android:pivotY
android:toDegrees

public static final int RotateAnimation_fromDegrees

Since: API Level

This symbol is the offset where the fromDegrees attribute's value can be found in the RotateAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int RotateAnimation_pivotX

Since: API Level

This symbol is the offset where the pivotX attribute's value can be found in the RotateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int RotateAnimation_pivotY

Since: API Level

This symbol is the offset where the pivotY attribute's value can be found in the RotateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int RotateAnimation_toDegrees

Since: API Level

This symbol is the offset where the toDegrees attribute's value can be found in the RotateAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int[] RotateDrawable

Since: API Level

Attributes that can be used with a RotateDrawable.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to use for the frame.
android:fromDegrees
android:pivotX
android:pivotY
android:toDegrees
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int RotateDrawable_drawable

Since: API Level

Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 1 (0x00000001)

public static final int RotateDrawable_fromDegrees

Since: API Level

This symbol is the offset where the fromDegrees attribute's value can be found in the RotateDrawable array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int RotateDrawable_pivotX

Since: API Level

This symbol is the offset where the pivotX attribute's value can be found in the RotateDrawable array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int RotateDrawable_pivotY

Since: API Level

This symbol is the offset where the pivotY attribute's value can be found in the RotateDrawable array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int RotateDrawable_toDegrees

Since: API Level

This symbol is the offset where the toDegrees attribute's value can be found in the RotateDrawable array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int RotateDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 0 (0x00000000)

public static final int[] ScaleAnimation

Since: API Level

public static final int ScaleAnimation_fromXScale

Since: API Level

This symbol is the offset where the fromXScale attribute's value can be found in the ScaleAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int ScaleAnimation_fromYScale

Since: API Level

This symbol is the offset where the fromYScale attribute's value can be found in the ScaleAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 4 (0x00000004)

public static final int ScaleAnimation_pivotX

Since: API Level

This symbol is the offset where the pivotX attribute's value can be found in the ScaleAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int ScaleAnimation_pivotY

Since: API Level

This symbol is the offset where the pivotY attribute's value can be found in the ScaleAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int ScaleAnimation_toXScale

Since: API Level

This symbol is the offset where the toXScale attribute's value can be found in the ScaleAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int ScaleAnimation_toYScale

Since: API Level

This symbol is the offset where the toYScale attribute's value can be found in the ScaleAnimation array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 5 (0x00000005)

public static final int[] ScaleDrawable

Since: API Level

Attributes that can be used with a ScaleDrawable.

Includes the following attributes:

AttributeDescription
android:drawable Reference to a drawable resource to draw with the specified scale.
android:scaleGravity Specifies where the drawable is positioned after scaling.
android:scaleHeight Scale height, expressed as a percentage of the drawable's bound.
android:scaleWidth Scale width, expressed as a percentage of the drawable's bound.

public static final int ScaleDrawable_drawable

Since: API Level

Reference to a drawable resource to draw with the specified scale.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol drawable.

Constant Value: 0 (0x00000000)

public static final int ScaleDrawable_scaleGravity

Since: API Level

Specifies where the drawable is positioned after scaling. The default value is left.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol scaleGravity.

Constant Value: 3 (0x00000003)

public static final int ScaleDrawable_scaleHeight

Since: API Level

Scale height, expressed as a percentage of the drawable's bound. The value's format is XX%. For instance: 100%, 12.5%, etc.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scaleHeight.

Constant Value: 2 (0x00000002)

public static final int ScaleDrawable_scaleWidth

Since: API Level

Scale width, expressed as a percentage of the drawable's bound. The value's format is XX%. For instance: 100%, 12.5%, etc.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scaleWidth.

Constant Value: 1 (0x00000001)

public static final int[] ScrollView

Since: API Level

Attributes that can be used with a ScrollView.

Includes the following attributes:

AttributeDescription
android:fillViewport Defines whether the scrollview should stretch its content to fill the viewport.

public static final int ScrollView_fillViewport

Since: API Level

Defines whether the scrollview should stretch its content to fill the viewport.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fillViewport.

Constant Value: 0 (0x00000000)

public static final int[] Searchable

Since: API Level

Searchable activities and applications must provide search configuration information in an XML file, typically called searchable.xml. This file is referenced in your manifest. For a more in-depth discussion of search configuration, please refer to SearchManager.

Includes the following attributes:

AttributeDescription
android:autoUrlDetect If provided and true, URLs entered in the search dialog while searching within this activity would be detected and treated as URLs (show a 'go' button in the keyboard and invoke the browser directly when user launches the URL instead of passing the URL to the activity).
android:hint If supplied, this string will be displayed as a hint to the user.
android:iconThis is deprecated.
android:imeOptions Additional features you can enable in an IME associated with an editor to improve the integration with your application.
android:includeInGlobalSearch If provided and true, this searchable activity will be included in any global lists of search targets.
android:inputType The type of data being placed in a text field, used to help an input method decide how to let the user enter text.
android:label This is the user-displayed name of the searchable activity.
android:queryAfterZeroResults If provided and true, this searchable activity will be invoked for all queries in a particular session.
android:searchButtonText If supplied, this string will be displayed as the text of the "Search" button.
android:searchMode Additional features are controlled by mode bits in this field.
android:searchSettingsDescription If provided, this string will be used to describe the searchable item in the searchable items settings within system search settings.
android:searchSuggestAuthority If provided, this is the trigger indicating that the searchable activity provides suggestions as well.
android:searchSuggestIntentAction If provided, and not overridden by an action in the selected suggestion, this string will be placed in the action field of the Intent when the user clicks a suggestion.
android:searchSuggestIntentData If provided, and not overridden by an action in the selected suggestion, this string will be placed in the data field of the Intent when the user clicks a suggestion.
android:searchSuggestPath If provided, this will be inserted in the suggestions query Uri, after the authority you have provide but before the standard suggestions path.
android:searchSuggestSelection If provided, suggestion queries will be passed into your query function as the selection parameter.
android:searchSuggestThreshold If provided, this is the minimum number of characters needed to trigger search suggestions.
android:voiceLanguage If provided, this specifies the spoken language to be expected, and that it will be different than the one set in the getDefault().
android:voiceLanguageModel If provided, this specifies the language model that should be used by the voice recognition system.
android:voiceMaxResults If provided, enforces the maximum number of results to return, including the "best" result which will always be provided as the SEARCH intent's primary query.
android:voicePromptText If provided, this specifies a prompt that will be displayed during voice input.
android:voiceSearchMode Voice search features are controlled by mode bits in this field.

public static final int[] SearchableActionKey

Since: API Level

In order to process special action keys during search, you must define them using one or more "ActionKey" elements in your Searchable metadata. For a more in-depth discussion of action code handling, please refer to SearchManager.

Includes the following attributes:

AttributeDescription
android:keycode This attribute denotes the action key you wish to respond to.
android:queryActionMsg If you wish to handle an action key during normal search query entry, you must define an action string here.
android:suggestActionMsg If you wish to handle an action key while a suggestion is being displayed and selected, there are two ways to handle this.
android:suggestActionMsgColumn If you wish to handle an action key while a suggestion is being displayed and selected, but you do not wish to enable this action key for every suggestion, then you can use this attribute to control it on a suggestion-by-suggestion basis.

public static final int SearchableActionKey_keycode

Since: API Level

This attribute denotes the action key you wish to respond to. Note that not all action keys are actually supported using this mechanism, as many of them are used for typing, navigation, or system functions. This will be added to the ACTION_SEARCH intent that is passed to your searchable activity. To examine the key code, use getIntExtra(SearchManager.ACTION_KEY).

Note, in addition to the keycode, you must also provide one or more of the action specifier attributes. Required attribute.

Must be one of the following constant values.

ConstantValueDescription
KEYCODE_UNKNOWN0
KEYCODE_SOFT_LEFT1
KEYCODE_SOFT_RIGHT2
KEYCODE_HOME3
KEYCODE_BACK4
KEYCODE_CALL5
KEYCODE_ENDCALL6
KEYCODE_07
KEYCODE_18
KEYCODE_29
KEYCODE_310
KEYCODE_411
KEYCODE_512
KEYCODE_613
KEYCODE_714
KEYCODE_815
KEYCODE_916
KEYCODE_STAR17
KEYCODE_POUND18
KEYCODE_DPAD_UP19
KEYCODE_DPAD_DOWN20
KEYCODE_DPAD_LEFT21
KEYCODE_DPAD_RIGHT22
KEYCODE_DPAD_CENTER23
KEYCODE_VOLUME_UP24
KEYCODE_VOLUME_DOWN25
KEYCODE_POWER26
KEYCODE_CAMERA27
KEYCODE_CLEAR28
KEYCODE_A29
KEYCODE_B30
KEYCODE_C31
KEYCODE_D32
KEYCODE_E33
KEYCODE_F34
KEYCODE_G35
KEYCODE_H36
KEYCODE_I37
KEYCODE_J38
KEYCODE_K39
KEYCODE_L40
KEYCODE_M41
KEYCODE_N42
KEYCODE_O43
KEYCODE_P44
KEYCODE_Q45
KEYCODE_R46
KEYCODE_S47
KEYCODE_T48
KEYCODE_U49
KEYCODE_V50
KEYCODE_W51
KEYCODE_X52
KEYCODE_Y53
KEYCODE_Z54
KEYCODE_COMMA55
KEYCODE_PERIOD56
KEYCODE_ALT_LEFT57
KEYCODE_ALT_RIGHT58
KEYCODE_SHIFT_LEFT59
KEYCODE_SHIFT_RIGHT60
KEYCODE_TAB61
KEYCODE_SPACE62
KEYCODE_SYM63
KEYCODE_EXPLORER64
KEYCODE_ENVELOPE65
KEYCODE_ENTER66
KEYCODE_DEL67
KEYCODE_GRAVE68
KEYCODE_MINUS69
KEYCODE_EQUALS70
KEYCODE_LEFT_BRACKET71
KEYCODE_RIGHT_BRACKET72
KEYCODE_BACKSLASH73
KEYCODE_SEMICOLON74
KEYCODE_APOSTROPHE75
KEYCODE_SLASH76
KEYCODE_AT77
KEYCODE_NUM78
KEYCODE_HEADSETHOOK79
KEYCODE_FOCUS80
KEYCODE_PLUS81
KEYCODE_MENU82
KEYCODE_NOTIFICATION83
KEYCODE_SEARCH84
KEYCODE_MEDIA_PLAY_PAUSE85
KEYCODE_MEDIA_STOP86
KEYCODE_MEDIA_NEXT87
KEYCODE_MEDIA_PREVIOUS88
KEYCODE_MEDIA_REWIND89
KEYCODE_MEDIA_FAST_FORWARD90
KEYCODE_MUTE91
KEYCODE_PAGE_UP92
KEYCODE_PAGE_DOWN93
KEYCODE_PICTSYMBOLS94
KEYCODE_SWITCH_CHARSET95
KEYCODE_BUTTON_A96
KEYCODE_BUTTON_B97
KEYCODE_BUTTON_C98
KEYCODE_BUTTON_X99
KEYCODE_BUTTON_Y100
KEYCODE_BUTTON_Z101
KEYCODE_BUTTON_L1102
KEYCODE_BUTTON_R1103
KEYCODE_BUTTON_L2104
KEYCODE_BUTTON_R2105
KEYCODE_BUTTON_THUMBL106
KEYCODE_BUTTON_THUMBR107
KEYCODE_BUTTON_START108
KEYCODE_BUTTON_SELECT109
KEYCODE_BUTTON_MODE110

This corresponds to the global attribute resource symbol keycode.

Constant Value: 0 (0x00000000)

public static final int SearchableActionKey_queryActionMsg

Since: API Level

If you wish to handle an action key during normal search query entry, you must define an action string here. This will be added to the ACTION_SEARCH intent that is passed to your searchable activity. To examine the string, use getStringExtra(SearchManager.ACTION_MSG). Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol queryActionMsg.

Constant Value: 1 (0x00000001)

public static final int SearchableActionKey_suggestActionMsg

Since: API Level

If you wish to handle an action key while a suggestion is being displayed and selected, there are two ways to handle this. If all of your suggestions can handle the action key, you can simply define the action message using this attribute. This will be added to the ACTION_SEARCH intent that is passed to your searchable activity. To examine the string, use getStringExtra(SearchManager.ACTION_MSG). Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol suggestActionMsg.

Constant Value: 2 (0x00000002)

public static final int SearchableActionKey_suggestActionMsgColumn

Since: API Level

If you wish to handle an action key while a suggestion is being displayed and selected, but you do not wish to enable this action key for every suggestion, then you can use this attribute to control it on a suggestion-by-suggestion basis. First, you must define a column (and name it here) where your suggestions will include the action string. Then, in your content provider, you must provide this column, and when desired, provide data in this column. The search manager will look at your suggestion cursor, using the string provided here in order to select a column, and will use that to select a string from the cursor. That string will be added to the ACTION_SEARCH intent that is passed to your searchable activity. To examine the string, use getStringExtra(SearchManager.ACTION_MSG). If the data does not exist for the selection suggestion, the action key will be ignored.Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol suggestActionMsgColumn.

Constant Value: 3 (0x00000003)

public static final int Searchable_autoUrlDetect

Since: API Level

If provided and true, URLs entered in the search dialog while searching within this activity would be detected and treated as URLs (show a 'go' button in the keyboard and invoke the browser directly when user launches the URL instead of passing the URL to the activity). If set to false any URLs entered are treated as normal query text. The default value is false. Optional attribute..

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol autoUrlDetect.

Constant Value: 21 (0x00000015)

public static final int Searchable_hint

Since: API Level

If supplied, this string will be displayed as a hint to the user. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol hint.

Constant Value: 2 (0x00000002)

public static final int Searchable_icon

Since: API Level

This is deprecated.
The default application icon is now always used, so this attribute is obsolete.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol icon.

Constant Value: 1 (0x00000001)

public static final int Searchable_imeOptions

Since: API Level

Additional features you can enable in an IME associated with an editor to improve the integration with your application. The constants here correspond to those defined by imeOptions.

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

ConstantValueDescription
normal0x00000000 There are no special semantics associated with this editor.
actionUnspecified0x00000000 There is no specific action associated with this editor, let the editor come up with its own if it can. Corresponds to IME_NULL.
actionNone0x00000001 This editor has no action associated with it. Corresponds to IME_ACTION_NONE.
actionGo0x00000002 The action key performs a "go" operation to take the user to the target of the text they typed. Typically used, for example, when entering a URL. Corresponds to IME_ACTION_GO.
actionSearch0x00000003 The action key performs a "search" operation, taking the user to the results of searching for the text the have typed (in whatever context is appropriate). Corresponds to IME_ACTION_SEARCH.
actionSend0x00000004 The action key performs a "send" operation, delivering the text to its target. This is typically used when composing a message. Corresponds to IME_ACTION_SEND.
actionNext0x00000005 The action key performs a "next" operation, taking the user to the next field that will accept text. Corresponds to IME_ACTION_NEXT.
actionDone0x00000006 The action key performs a "done" operation, closing the soft input method. Corresponds to IME_ACTION_DONE.
flagNoExtractUi0x10000000 Used to specify that the IME does not need to show its extracted text UI. For input methods that may be fullscreen, often when in landscape mode, this allows them to be smaller and let part of the application be shown behind. Though there will likely be limited access to the application available from the user, it can make the experience of a (mostly) fullscreen IME less jarring. Note that when this flag is specified the IME may not be set up to be able to display text, so it should only be used in situations where this is not needed.

Corresponds to IME_FLAG_NO_EXTRACT_UI.

flagNoAccessoryAction0x20000000 Used in conjunction with a custom action, this indicates that the action should not be available as an accessory button when the input method is full-screen. Note that by setting this flag, there can be cases where the action is simply never available to the user. Setting this generally means that you think showing text being edited is more important than the action you have supplied.

Corresponds to IME_FLAG_NO_ACCESSORY_ACTION.

flagNoEnterAction0x40000000 Used in conjunction with a custom action, this indicates that the action should not be available in-line as a replacement for the "enter" key. Typically this is because the action has such a significant impact or is not recoverable enough that accidentally hitting it should be avoided, such as sending a message. Note that TextView will automatically set this flag for you on multi-line text views.

Corresponds to IME_FLAG_NO_ENTER_ACTION.

This corresponds to the global attribute resource symbol imeOptions.

Constant Value: 16 (0x00000010)

public static final int Searchable_includeInGlobalSearch

Since: API Level

If provided and true, this searchable activity will be included in any global lists of search targets. The default value is false. Optional attribute..

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol includeInGlobalSearch.

Constant Value: 18 (0x00000012)

public static final int Searchable_inputType

Since: API Level

The type of data being placed in a text field, used to help an input method decide how to let the user enter text. The constants here correspond to those defined by InputType. Generally you can select a single value, though some can be combined together as indicated. Setting this attribute to anything besides none also implies that the text is editable.

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

ConstantValueDescription
none0x00000000 There is no content type. The text is not editable.
text0x00000001 Just plain old text. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_NORMAL.
textCapCharacters0x00001001 Can be combined with text and its variations to request capitalization of all characters. Corresponds to TYPE_TEXT_FLAG_CAP_CHARACTERS.
textCapWords0x00002001 Can be combined with text and its variations to request capitalization of the first character of every word. Corresponds to TYPE_TEXT_FLAG_CAP_WORDS.
textCapSentences0x00004001 Can be combined with text and its variations to request capitalization of the first character of every sentence. Corresponds to TYPE_TEXT_FLAG_CAP_SENTENCES.
textAutoCorrect0x00008001 Can be combined with text and its variations to request auto-correction of text being input. Corresponds to TYPE_TEXT_FLAG_AUTO_CORRECT.
textAutoComplete0x00010001 Can be combined with text and its variations to specify that this field will be doing its own auto-completion and talking with the input method appropriately. Corresponds to TYPE_TEXT_FLAG_AUTO_COMPLETE.
textMultiLine0x00020001 Can be combined with text and its variations to allow multiple lines of text in the field. If this flag is not set, the text field will be constrained to a single line. Corresponds to TYPE_TEXT_FLAG_MULTI_LINE.
textImeMultiLine0x00040001 Can be combined with text and its variations to indicate that though the regular text view should not be multiple lines, the IME should provide multiple lines if it can. Corresponds to TYPE_TEXT_FLAG_IME_MULTI_LINE.
textNoSuggestions0x00080001 Can be combined with text and its variations to indicate that the IME should not show any dictionary-based word suggestions. Corresponds to TYPE_TEXT_FLAG_NO_SUGGESTIONS.
textUri0x00000011 Text that will be used as a URI. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_URI.
textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_ADDRESS.
textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_SUBJECT.
textShortMessage0x00000041 Text that is the content of a short message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_SHORT_MESSAGE.
textLongMessage0x00000051 Text that is the content of a long message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_LONG_MESSAGE.
textPersonName0x00000061 Text that is the name of a person. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PERSON_NAME.
textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_POSTAL_ADDRESS.
textPassword0x00000081 Text that is a password. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PASSWORD.
textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_VISIBLE_PASSWORD.
textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_WEB_EDIT_TEXT.
textFilter0x000000b1 Text that is filtering some other data. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_FILTER.
textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name field in a contact entry. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PHONETIC.
number0x00000002 A numeric only field. Corresponds to TYPE_CLASS_NUMBER.
numberSigned0x00001002 Can be combined with number and its other options to allow a signed number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_SIGNED.
numberDecimal0x00002002 Can be combined with number and its other options to allow a decimal (fractional) number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_DECIMAL.
phone0x00000003 For entering a phone number. Corresponds to TYPE_CLASS_PHONE.
datetime0x00000004 For entering a date and time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_NORMAL.
date0x00000014 For entering a date. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_DATE.
time0x00000024 For entering a time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_TIME.

This corresponds to the global attribute resource symbol inputType.

Constant Value: 10 (0x0000000a)

public static final int Searchable_label

Since: API Level

This is the user-displayed name of the searchable activity. Required attribute.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol label.

Constant Value: 0 (0x00000000)

public static final int Searchable_queryAfterZeroResults

Since: API Level

If provided and true, this searchable activity will be invoked for all queries in a particular session. If set to false and the activity returned zero results for a query, it will not be invoked again in that session for supersets of that zero-results query. For example, if the activity returned zero results for "bo", it would not be queried again for "bob". The default value is false. Optional attribute..

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol queryAfterZeroResults.

Constant Value: 19 (0x00000013)

public static final int Searchable_searchButtonText

Since: API Level

If supplied, this string will be displayed as the text of the "Search" button. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchButtonText.

Constant Value: 9 (0x00000009)

public static final int Searchable_searchMode

Since: API Level

Additional features are controlled by mode bits in this field. Omitting this field, or setting to zero, provides default behavior. Optional attribute.

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

ConstantValueDescription
showSearchLabelAsBadge0x04 If set, this flag enables the display of the search target (label) within the search bar. If neither bad mode is selected, no badge will be shown.
showSearchIconAsBadge0x08This is deprecated.
The default application icon is now always used, so this option is obsolete.
queryRewriteFromData0x10 If set, this flag causes the suggestion column SUGGEST_COLUMN_INTENT_DATA to be considered as the text for suggestion query rewriting. This should only be used when the values in SUGGEST_COLUMN_INTENT_DATA are suitable for user inspection and editing - typically, HTTP/HTTPS Uri's.
queryRewriteFromText0x20 If set, this flag causes the suggestion column SUGGEST_COLUMN_TEXT_1 to be considered as the text for suggestion query rewriting. This should be used for suggestions in which no query text is provided and the SUGGEST_COLUMN_INTENT_DATA values are not suitable for user inspection and editing.

This corresponds to the global attribute resource symbol searchMode.

Constant Value: 3 (0x00000003)

public static final int Searchable_searchSettingsDescription

Since: API Level

If provided, this string will be used to describe the searchable item in the searchable items settings within system search settings. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSettingsDescription.

Constant Value: 20 (0x00000014)

public static final int Searchable_searchSuggestAuthority

Since: API Level

If provided, this is the trigger indicating that the searchable activity provides suggestions as well. The value must be a fully-qualified content provider authority (e.g. "com.example.android.apis.SuggestionProvider") and should match the "android:authorities" tag in your content provider's manifest entry. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestAuthority.

Constant Value: 4 (0x00000004)

public static final int Searchable_searchSuggestIntentAction

Since: API Level

If provided, and not overridden by an action in the selected suggestion, this string will be placed in the action field of the Intent when the user clicks a suggestion. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestIntentAction.

Constant Value: 7 (0x00000007)

public static final int Searchable_searchSuggestIntentData

Since: API Level

If provided, and not overridden by an action in the selected suggestion, this string will be placed in the data field of the Intent when the user clicks a suggestion. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestIntentData.

Constant Value: 8 (0x00000008)

public static final int Searchable_searchSuggestPath

Since: API Level

If provided, this will be inserted in the suggestions query Uri, after the authority you have provide but before the standard suggestions path. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestPath.

Constant Value: 5 (0x00000005)

public static final int Searchable_searchSuggestSelection

Since: API Level

If provided, suggestion queries will be passed into your query function as the selection parameter. Typically this will be a WHERE clause for your database, and will contain a single question mark, which represents the actual query string that has been typed by the user. If not provided, then the user query text will be appended to the query Uri (after an additional "/".) Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestSelection.

Constant Value: 6 (0x00000006)

public static final int Searchable_searchSuggestThreshold

Since: API Level

If provided, this is the minimum number of characters needed to trigger search suggestions. The default value is 0. Optional attribute.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol searchSuggestThreshold.

Constant Value: 17 (0x00000011)

public static final int Searchable_voiceLanguage

Since: API Level

If provided, this specifies the spoken language to be expected, and that it will be different than the one set in the getDefault().

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol voiceLanguage.

Constant Value: 14 (0x0000000e)

public static final int Searchable_voiceLanguageModel

Since: API Level

If provided, this specifies the language model that should be used by the voice recognition system. See EXTRA_LANGUAGE_MODEL for more information. If not provided, the default value LANGUAGE_MODEL_FREE_FORM will be used.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol voiceLanguageModel.

Constant Value: 12 (0x0000000c)

public static final int Searchable_voiceMaxResults

Since: API Level

If provided, enforces the maximum number of results to return, including the "best" result which will always be provided as the SEARCH intent's primary query. Must be one or greater. If not provided, the recognizer will choose how many results to return.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol voiceMaxResults.

Constant Value: 15 (0x0000000f)

public static final int Searchable_voicePromptText

Since: API Level

If provided, this specifies a prompt that will be displayed during voice input.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol voicePromptText.

Constant Value: 13 (0x0000000d)

public static final int Searchable_voiceSearchMode

Since: API Level

Voice search features are controlled by mode bits in this field. Omitting this field, or setting to zero, provides default behavior. If showVoiceSearchButton is set, then launchWebSearch or launchRecognizer must also be set. Optional attribute.

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

ConstantValueDescription
showVoiceSearchButton0x01 If set, display a voice search button. This only takes effect if voice search is available on the device.
launchWebSearch0x02 If set, the voice search button will take the user directly to a built-in voice web search activity. Most applications will not use this flag, as it will take the user away from the activity in which search was invoked.
launchRecognizer0x04 If set, the voice search button will take the user directly to a built-in voice recording activity. This activity will prompt the user to speak, transcribe the spoken text, and forward the resulting query text to the searchable activity, just as if the user had typed it into the search UI and clicked the search button.

This corresponds to the global attribute resource symbol voiceSearchMode.

Constant Value: 11 (0x0000000b)

public static final int[] SeekBar

Since: API Level

Attributes that can be used with a SeekBar.

Includes the following attributes:

AttributeDescription
android:thumb Draws the thumb on a seekbar.
android:thumbOffset An offset for the thumb that allows it to extend out of the range of the track.

public static final int SeekBar_thumb

Since: API Level

Draws the thumb on a seekbar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol thumb.

Constant Value: 0 (0x00000000)

public static final int SeekBar_thumbOffset

Since: API Level

An offset for the thumb that allows it to extend out of the range of the track.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol thumbOffset.

Constant Value: 1 (0x00000001)

public static final int[] ShapeDrawable

Since: API Level

Drawable used to draw shapes.

Includes the following attributes:

AttributeDescription
android:color Defines the color of the shape.
android:height Defines the height of the shape.
android:width Defines the width of the shape.

public static final int[] ShapeDrawablePadding

Since: API Level

Defines the padding of a ShapeDrawable.

Includes the following attributes:

AttributeDescription
android:bottom Bottom padding.
android:left Left padding.
android:right Right padding.
android:top Top padding.

public static final int ShapeDrawablePadding_bottom

Since: API Level

Bottom padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol bottom.

Constant Value: 3 (0x00000003)

public static final int ShapeDrawablePadding_left

Since: API Level

Left padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol left.

Constant Value: 0 (0x00000000)

public static final int ShapeDrawablePadding_right

Since: API Level

Right padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol right.

Constant Value: 2 (0x00000002)

public static final int ShapeDrawablePadding_top

Since: API Level

Top padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol top.

Constant Value: 1 (0x00000001)

public static final int ShapeDrawable_color

Since: API Level

Defines the color of the shape.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol color.

Constant Value: 2 (0x00000002)

public static final int ShapeDrawable_height

Since: API Level

Defines the height of the shape.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol height.

Constant Value: 0 (0x00000000)

public static final int ShapeDrawable_width

Since: API Level

Defines the width of the shape.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol width.

Constant Value: 1 (0x00000001)

public static final int[] SlidingDrawer

Since: API Level

SlidingDrawer specific attributes. These attributes are used to configure a SlidingDrawer from XML.

Includes the following attributes:

AttributeDescription
android:allowSingleTap Indicates whether the drawer can be opened/closed by a single tap on the handle.
android:animateOnClick Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle.
android:bottomOffset Extra offset for the handle at the bottom of the SlidingDrawer.
android:content Identifier for the child that represents the drawer's content.
android:handle Identifier for the child that represents the drawer's handle.
android:orientation Orientation of the SlidingDrawer.
android:topOffset Extra offset for the handle at the top of the SlidingDrawer.

public static final int SlidingDrawer_allowSingleTap

Since: API Level

Indicates whether the drawer can be opened/closed by a single tap on the handle. (If false, the user must drag or fling, or click using the trackball, to open/close the drawer.) Default is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol allowSingleTap.

Constant Value: 3 (0x00000003)

public static final int SlidingDrawer_animateOnClick

Since: API Level

Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle. Default is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol animateOnClick.

Constant Value: 6 (0x00000006)

public static final int SlidingDrawer_bottomOffset

Since: API Level

Extra offset for the handle at the bottom of the SlidingDrawer.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol bottomOffset.

Constant Value: 1 (0x00000001)

public static final int SlidingDrawer_content

Since: API Level

Identifier for the child that represents the drawer's content.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol content.

Constant Value: 5 (0x00000005)

public static final int SlidingDrawer_handle

Since: API Level

Identifier for the child that represents the drawer's handle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol handle.

Constant Value: 4 (0x00000004)

public static final int SlidingDrawer_orientation

Since: API Level

Orientation of the SlidingDrawer.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 0 (0x00000000)

public static final int SlidingDrawer_topOffset

Since: API Level

Extra offset for the handle at the top of the SlidingDrawer.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol topOffset.

Constant Value: 2 (0x00000002)

public static final int[] SlidingTab

Since: API Level

Attributes that can be used with a SlidingTab.

Includes the following attributes:

AttributeDescription
android:orientation Use "horizontal" for a row, "vertical" for a column.

public static final int SlidingTab_orientation

Since: API Level

Use "horizontal" for a row, "vertical" for a column. The default is horizontal.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This corresponds to the global attribute resource symbol orientation.

Constant Value: 0 (0x00000000)

public static final int[] Spinner

Since: API Level

Attributes that can be used with a Spinner.

Includes the following attributes:

AttributeDescription
android:prompt The prompt to display when the spinner's dialog is shown.

See Also

public static final int Spinner_prompt

Since: API Level

The prompt to display when the spinner's dialog is shown.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol prompt.

Constant Value: 0 (0x00000000)

public static final int[] StateListDrawable

Since: API Level

Attributes that can be used with a StateListDrawable.

Includes the following attributes:

AttributeDescription
android:constantSize If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states.
android:dither Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).
android:variablePadding If true, allows the drawable's padding to change based on the current state that is selected.
android:visible Provides initial visibility state of the drawable; the default value is false.

public static final int StateListDrawable_constantSize

Since: API Level

If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol constantSize.

Constant Value: 3 (0x00000003)

public static final int StateListDrawable_dither

Since: API Level

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol dither.

Constant Value: 0 (0x00000000)

public static final int StateListDrawable_variablePadding

Since: API Level

If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol variablePadding.

Constant Value: 2 (0x00000002)

public static final int StateListDrawable_visible

Since: API Level

Provides initial visibility state of the drawable; the default value is false. See setVisible(boolean, boolean).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol visible.

Constant Value: 1 (0x00000001)

public static final int[] SyncAdapter

Since: API Level

Use account-authenticator as the root tag of the XML resource that describes an account authenticator.

Includes the following attributes:

AttributeDescription
android:accountType The account type this authenticator handles.
android:contentAuthority the authority of a content provider.
android:supportsUploading
android:userVisible

public static final int SyncAdapter_accountType

Since: API Level

The account type this authenticator handles.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol accountType.

Constant Value: 0 (0x00000000)

public static final int SyncAdapter_contentAuthority

Since: API Level

the authority of a content provider.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol contentAuthority.

Constant Value: 1 (0x00000001)

public static final int SyncAdapter_supportsUploading

Since: API Level

This symbol is the offset where the supportsUploading attribute's value can be found in the SyncAdapter array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int SyncAdapter_userVisible

Since: API Level

This symbol is the offset where the userVisible attribute's value can be found in the SyncAdapter array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int[] TabWidget

Since: API Level

Attributes that can be used with a TabWidget.

Includes the following attributes:

AttributeDescription
android:divider Drawable used to draw the divider between tabs.
android:tabStripEnabled Determines whether the strip under the tab indicators is drawn or not.
android:tabStripLeft Drawable used to draw the left part of the strip underneath the tabs.
android:tabStripRight Drawable used to draw the right part of the strip underneath the tabs.

public static final int TabWidget_divider

Since: API Level

Drawable used to draw the divider between tabs.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol divider.

Constant Value: 0 (0x00000000)

public static final int TabWidget_tabStripEnabled

Since: API Level

Determines whether the strip under the tab indicators is drawn or not.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tabStripEnabled.

Constant Value: 3 (0x00000003)

public static final int TabWidget_tabStripLeft

Since: API Level

Drawable used to draw the left part of the strip underneath the tabs.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol tabStripLeft.

Constant Value: 1 (0x00000001)

public static final int TabWidget_tabStripRight

Since: API Level

Drawable used to draw the right part of the strip underneath the tabs.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol tabStripRight.

Constant Value: 2 (0x00000002)

public static final int[] TableLayout

Since: API Level

Attributes that can be used with a TableLayout.

Includes the following attributes:

AttributeDescription
android:collapseColumns The zero-based index of the columns to collapse.
android:shrinkColumns The zero-based index of the columns to shrink.
android:stretchColumns The zero-based index of the columns to stretch.

public static final int TableLayout_collapseColumns

Since: API Level

The zero-based index of the columns to collapse. The column indices must be separated by a comma: 1, 2, 5. Illegal and duplicate indices are ignored.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol collapseColumns.

Constant Value: 2 (0x00000002)

public static final int TableLayout_shrinkColumns

Since: API Level

The zero-based index of the columns to shrink. The column indices must be separated by a comma: 1, 2, 5. Illegal and duplicate indices are ignored. You can shrink all columns by using the value "*" instead. Note that a column can be marked stretchable and shrinkable at the same time.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shrinkColumns.

Constant Value: 1 (0x00000001)

public static final int TableLayout_stretchColumns

Since: API Level

The zero-based index of the columns to stretch. The column indices must be separated by a comma: 1, 2, 5. Illegal and duplicate indices are ignored. You can stretch all columns by using the value "*" instead. Note that a column can be marked stretchable and shrinkable at the same time.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol stretchColumns.

Constant Value: 0 (0x00000000)

public static final int[] TableRow

Since: API Level

Attributes that can be used with a TableRow.

public static final int[] TableRow_Cell

Since: API Level

Attributes that can be used with a TableRow_Cell.

Includes the following attributes:

AttributeDescription
android:layout_column The index of the column in which this child should be.
android:layout_span Defines how many columns this child should span.

public static final int TableRow_Cell_layout_column

Since: API Level

The index of the column in which this child should be.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_column.

Constant Value: 0 (0x00000000)

public static final int TableRow_Cell_layout_span

Since: API Level

Defines how many columns this child should span. Must be >= 1.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_span.

Constant Value: 1 (0x00000001)

public static final int[] TextAppearance

Since: API Level

Attributes that can be used with a TextAppearance.

Includes the following attributes:

AttributeDescription
android:textColor Text color.
android:textColorHighlight Color of the text selection highlight.
android:textColorHint Color of the hint text.
android:textColorLink Color of the links.
android:textSize Size of the text.
android:textStyle Style (bold, italic, bolditalic) for the text.
android:typeface Typeface (normal, sans, serif, monospace) for the text.

public static final int TextAppearance_textColor

Since: API Level

Text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColor.

Constant Value: 3 (0x00000003)

public static final int TextAppearance_textColorHighlight

Since: API Level

Color of the text selection highlight.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorHighlight.

Constant Value: 4 (0x00000004)

public static final int TextAppearance_textColorHint

Since: API Level

Color of the hint text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorHint.

Constant Value: 5 (0x00000005)

public static final int TextAppearance_textColorLink

Since: API Level

Color of the links.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorLink.

Constant Value: 6 (0x00000006)

public static final int TextAppearance_textSize

Since: API Level

Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp).

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textSize.

Constant Value: 0 (0x00000000)

public static final int TextAppearance_textStyle

Since: API Level

Style (bold, italic, bolditalic) for the text.

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

ConstantValueDescription
normal0
bold1
italic2

This corresponds to the global attribute resource symbol textStyle.

Constant Value: 2 (0x00000002)

public static final int TextAppearance_typeface

Since: API Level

Typeface (normal, sans, serif, monospace) for the text.

Must be one of the following constant values.

ConstantValueDescription
normal0
sans1
serif2
monospace3

This corresponds to the global attribute resource symbol typeface.

Constant Value: 1 (0x00000001)

public static final int[] TextSwitcher

Since: API Level

Attributes that can be used with a TextSwitcher.

public static final int[] TextView

Since: API Level

Attributes that can be used with a TextView.

Includes the following attributes:

AttributeDescription
android:autoLink Controls whether links such as urls and email addresses are automatically found and converted to clickable links.
android:autoText If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors.
android:bufferType Determines the minimum type that getText() will return.
android:capitalize If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types.
android:cursorVisible Makes the cursor visible (the default) or invisible.
android:digits If set, specifies that this TextView has a numeric input method and that these specific characters are the ones that it will accept.
android:drawableBottom The drawable to be drawn below the text.
android:drawableLeft The drawable to be drawn to the left of the text.
android:drawablePadding The padding between the drawables and the text.
android:drawableRight The drawable to be drawn to the right of the text.
android:drawableTop The drawable to be drawn above the text.
android:editable If set, specifies that this TextView has an input method.
android:editorExtras Reference to an <input-extras> XML resource containing additional data to supply to an input method, which is private to the implementation of the input method.
android:ellipsize If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle.
android:ems Makes the TextView be exactly this many ems wide.
android:enabled Specifies whether the TextView is enabled or not.
android:freezesText If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position.
android:gravity Specifies how to align the text by the view's x- and/or y-axis when the text is smaller than the view.
android:height Makes the TextView be exactly this many pixels tall.
android:hint Hint text to display when the text is empty.
android:imeActionId Supply a value for EditorInfo.actionId used when an input method is connected to the text view.
android:imeActionLabel Supply a value for EditorInfo.actionLabel used when an input method is connected to the text view.
android:imeOptions Additional features you can enable in an IME associated with an editor to improve the integration with your application.
android:includeFontPadding Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly.
android:inputMethod If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name).
android:inputType The type of data being placed in a text field, used to help an input method decide how to let the user enter text.
android:lineSpacingExtra Extra spacing between lines of text.
android:lineSpacingMultiplier Extra spacing between lines of text, as a multiplier.
android:lines Makes the TextView be exactly this many lines tall.
android:linksClickable If set to false, keeps the movement method from being set to the link movement method even if autoLink causes links to be found.
android:marqueeRepeatLimit The number of times to repeat the marquee animation.
android:maxEms Makes the TextView be at most this many ems wide.
android:maxHeight Makes the TextView be at most this many pixels tall.
android:maxLength Set an input filter to constrain the text length to the specified number.
android:maxLines Makes the TextView be at most this many lines tall.
android:maxWidth Makes the TextView be at most this many pixels wide.
android:minEms Makes the TextView be at least this many ems wide.
android:minHeight Makes the TextView be at least this many pixels tall.
android:minLines Makes the TextView be at least this many lines tall.
android:minWidth Makes the TextView be at least this many pixels wide.
android:numeric If set, specifies that this TextView has a numeric input method.
android:password Whether the characters of the field are displayed as password dots instead of themselves.
android:phoneNumber If set, specifies that this TextView has a phone number input method.
android:privateImeOptions An addition content type description to supply to the input method attached to the text view, which is private to the implementation of the input method.
android:scrollHorizontally Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally).
android:selectAllOnFocus If the text is selectable, select it all when the view takes focus instead of moving the cursor to the start or end.
android:shadowColor Place a shadow of the specified color behind the text.
android:shadowDx Horizontal offset of the shadow.
android:shadowDy Vertical offset of the shadow.
android:shadowRadius Radius of the shadow.
android:singleLine Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key.
android:text Text to display.
android:textAppearance Base text color, typeface, size, and style.
android:textColor Text color.
android:textColorHighlight Color of the text selection highlight.
android:textColorHint Color of the hint text.
android:textColorLink Text color for links.
android:textScaleX Sets the horizontal scaling factor for the text.
android:textSelectHandle Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.
android:textSelectHandleLeft Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.
android:textSelectHandleRight Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.
android:textSize Size of the text.
android:textStyle Style (bold, italic, bolditalic) for the text.
android:typeface Typeface (normal, sans, serif, monospace) for the text.
android:width Makes the TextView be exactly this many pixels wide.

public static final int TextView_autoLink

Since: API Level

Controls whether links such as urls and email addresses are automatically found and converted to clickable links. The default value is "none", disabling this feature.

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

ConstantValueDescription
none0x00 Match no patterns (default).
web0x01 Match Web URLs.
email0x02 Match email addresses.
phone0x04 Match phone numbers.
map0x08 Match map addresses.
all0x0f Match all patterns (equivalent to web|email|phone|map).

This corresponds to the global attribute resource symbol autoLink.

Constant Value: 11 (0x0000000b)

public static final int TextView_autoText

Since: API Level

If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. The default is "false".

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol autoText.

Constant Value: 45 (0x0000002d)

public static final int TextView_bufferType

Since: API Level

Determines the minimum type that getText() will return. The default is "normal". Note that EditText and LogTextBox always return Editable, even if you specify something less powerful here.

Must be one of the following constant values.

ConstantValueDescription
normal0 Can return any CharSequence, possibly a Spanned one if the source text was Spanned.
spannable1 Can only return Spannable.
editable2 Can only return Spannable and Editable.

This corresponds to the global attribute resource symbol bufferType.

Constant Value: 17 (0x00000011)

public static final int TextView_capitalize

Since: API Level

If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".

Must be one of the following constant values.

ConstantValueDescription
none0 Don't automatically capitalize anything.
sentences1 Capitalize the first word of each sentence.
words2 Capitalize the first letter of every word.
characters3 Capitalize every character.

This corresponds to the global attribute resource symbol capitalize.

Constant Value: 44 (0x0000002c)

public static final int TextView_cursorVisible

Since: API Level

Makes the cursor visible (the default) or invisible.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol cursorVisible.

Constant Value: 21 (0x00000015)

public static final int TextView_digits

Since: API Level

If set, specifies that this TextView has a numeric input method and that these specific characters are the ones that it will accept. If this is set, numeric is implied to be true. The default is false.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol digits.

Constant Value: 41 (0x00000029)

public static final int TextView_drawableBottom

Since: API Level

The drawable to be drawn below the text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol drawableBottom.

Constant Value: 49 (0x00000031)

public static final int TextView_drawableLeft

Since: API Level

The drawable to be drawn to the left of the text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol drawableLeft.

Constant Value: 50 (0x00000032)

public static final int TextView_drawablePadding

Since: API Level

The padding between the drawables and the text.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol drawablePadding.

Constant Value: 52 (0x00000034)

public static final int TextView_drawableRight

Since: API Level

The drawable to be drawn to the right of the text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol drawableRight.

Constant Value: 51 (0x00000033)

public static final int TextView_drawableTop

Since: API Level

The drawable to be drawn above the text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol drawableTop.

Constant Value: 48 (0x00000030)

public static final int TextView_editable

Since: API Level

If set, specifies that this TextView has an input method. It will be a textual one unless it has otherwise been specified. For TextView, this is false by default. For EditText, it is true by default.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol editable.

Constant Value: 46 (0x0000002e)

public static final int TextView_editorExtras

Since: API Level

Reference to an <input-extras> XML resource containing additional data to supply to an input method, which is private to the implementation of the input method. This simply fills in the EditorInfo.extras field when the input method is connected.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol editorExtras.

Constant Value: 58 (0x0000003a)

public static final int TextView_ellipsize

Since: API Level

If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle. You will often also want to set scrollHorizontally or singleLine as well so that the text as a whole is also constrained to a single line instead of still allowed to be broken onto multiple lines.

Must be one of the following constant values.

ConstantValueDescription
none0
start1
middle2
end3
marquee4

This corresponds to the global attribute resource symbol ellipsize.

Constant Value: 9 (0x00000009)

public static final int TextView_ems

Since: API Level

Makes the TextView be exactly this many ems wide.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol ems.

Constant Value: 27 (0x0000001b)

public static final int TextView_enabled

Since: API Level

Specifies whether the TextView is enabled or not. .

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol enabled.

Constant Value: 0 (0x00000000)

public static final int TextView_freezesText

Since: API Level

If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position. By default this is disabled; it can be useful when the contents of a text view is not stored in a persistent place such as a content provider.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol freezesText.

Constant Value: 47 (0x0000002f)

public static final int TextView_gravity

Since: API Level

Specifies how to align the text by the view's x- and/or y-axis when the text is smaller than the view.

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

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.

This corresponds to the global attribute resource symbol gravity.

Constant Value: 10 (0x0000000a)

public static final int TextView_height

Since: API Level

Makes the TextView be exactly this many pixels tall. You could get the same effect by specifying this number in the layout parameters.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol height.

Constant Value: 24 (0x00000018)

public static final int TextView_hint

Since: API Level

Hint text to display when the text is empty.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol hint.

Constant Value: 19 (0x00000013)

public static final int TextView_imeActionId

Since: API Level

Supply a value for EditorInfo.actionId used when an input method is connected to the text view.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol imeActionId.

Constant Value: 61 (0x0000003d)

public static final int TextView_imeActionLabel

Since: API Level

Supply a value for EditorInfo.actionLabel used when an input method is connected to the text view.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol imeActionLabel.

Constant Value: 60 (0x0000003c)

public static final int TextView_imeOptions

Since: API Level

Additional features you can enable in an IME associated with an editor to improve the integration with your application. The constants here correspond to those defined by imeOptions.

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

ConstantValueDescription
normal0x00000000 There are no special semantics associated with this editor.
actionUnspecified0x00000000 There is no specific action associated with this editor, let the editor come up with its own if it can. Corresponds to IME_NULL.
actionNone0x00000001 This editor has no action associated with it. Corresponds to IME_ACTION_NONE.
actionGo0x00000002 The action key performs a "go" operation to take the user to the target of the text they typed. Typically used, for example, when entering a URL. Corresponds to IME_ACTION_GO.
actionSearch0x00000003 The action key performs a "search" operation, taking the user to the results of searching for the text the have typed (in whatever context is appropriate). Corresponds to IME_ACTION_SEARCH.
actionSend0x00000004 The action key performs a "send" operation, delivering the text to its target. This is typically used when composing a message. Corresponds to IME_ACTION_SEND.
actionNext0x00000005 The action key performs a "next" operation, taking the user to the next field that will accept text. Corresponds to IME_ACTION_NEXT.
actionDone0x00000006 The action key performs a "done" operation, closing the soft input method. Corresponds to IME_ACTION_DONE.
flagNoExtractUi0x10000000 Used to specify that the IME does not need to show its extracted text UI. For input methods that may be fullscreen, often when in landscape mode, this allows them to be smaller and let part of the application be shown behind. Though there will likely be limited access to the application available from the user, it can make the experience of a (mostly) fullscreen IME less jarring. Note that when this flag is specified the IME may not be set up to be able to display text, so it should only be used in situations where this is not needed.

Corresponds to IME_FLAG_NO_EXTRACT_UI.

flagNoAccessoryAction0x20000000 Used in conjunction with a custom action, this indicates that the action should not be available as an accessory button when the input method is full-screen. Note that by setting this flag, there can be cases where the action is simply never available to the user. Setting this generally means that you think showing text being edited is more important than the action you have supplied.

Corresponds to IME_FLAG_NO_ACCESSORY_ACTION.

flagNoEnterAction0x40000000 Used in conjunction with a custom action, this indicates that the action should not be available in-line as a replacement for the "enter" key. Typically this is because the action has such a significant impact or is not recoverable enough that accidentally hitting it should be avoided, such as sending a message. Note that TextView will automatically set this flag for you on multi-line text views.

Corresponds to IME_FLAG_NO_ENTER_ACTION.

This corresponds to the global attribute resource symbol imeOptions.

Constant Value: 59 (0x0000003b)

public static final int TextView_includeFontPadding

Since: API Level

Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly. (Normally true).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol includeFontPadding.

Constant Value: 34 (0x00000022)

public static final int TextView_inputMethod

Since: API Level

If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name).

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol inputMethod.

Constant Value: 43 (0x0000002b)

public static final int TextView_inputType

Since: API Level

The type of data being placed in a text field, used to help an input method decide how to let the user enter text. The constants here correspond to those defined by InputType. Generally you can select a single value, though some can be combined together as indicated. Setting this attribute to anything besides none also implies that the text is editable.

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

ConstantValueDescription
none0x00000000 There is no content type. The text is not editable.
text0x00000001 Just plain old text. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_NORMAL.
textCapCharacters0x00001001 Can be combined with text and its variations to request capitalization of all characters. Corresponds to TYPE_TEXT_FLAG_CAP_CHARACTERS.
textCapWords0x00002001 Can be combined with text and its variations to request capitalization of the first character of every word. Corresponds to TYPE_TEXT_FLAG_CAP_WORDS.
textCapSentences0x00004001 Can be combined with text and its variations to request capitalization of the first character of every sentence. Corresponds to TYPE_TEXT_FLAG_CAP_SENTENCES.
textAutoCorrect0x00008001 Can be combined with text and its variations to request auto-correction of text being input. Corresponds to TYPE_TEXT_FLAG_AUTO_CORRECT.
textAutoComplete0x00010001 Can be combined with text and its variations to specify that this field will be doing its own auto-completion and talking with the input method appropriately. Corresponds to TYPE_TEXT_FLAG_AUTO_COMPLETE.
textMultiLine0x00020001 Can be combined with text and its variations to allow multiple lines of text in the field. If this flag is not set, the text field will be constrained to a single line. Corresponds to TYPE_TEXT_FLAG_MULTI_LINE.
textImeMultiLine0x00040001 Can be combined with text and its variations to indicate that though the regular text view should not be multiple lines, the IME should provide multiple lines if it can. Corresponds to TYPE_TEXT_FLAG_IME_MULTI_LINE.
textNoSuggestions0x00080001 Can be combined with text and its variations to indicate that the IME should not show any dictionary-based word suggestions. Corresponds to TYPE_TEXT_FLAG_NO_SUGGESTIONS.
textUri0x00000011 Text that will be used as a URI. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_URI.
textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_ADDRESS.
textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_SUBJECT.
textShortMessage0x00000041 Text that is the content of a short message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_SHORT_MESSAGE.
textLongMessage0x00000051 Text that is the content of a long message. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_LONG_MESSAGE.
textPersonName0x00000061 Text that is the name of a person. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PERSON_NAME.
textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_POSTAL_ADDRESS.
textPassword0x00000081 Text that is a password. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PASSWORD.
textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_VISIBLE_PASSWORD.
textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_WEB_EDIT_TEXT.
textFilter0x000000b1 Text that is filtering some other data. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_FILTER.
textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name field in a contact entry. Corresponds to TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PHONETIC.
number0x00000002 A numeric only field. Corresponds to TYPE_CLASS_NUMBER.
numberSigned0x00001002 Can be combined with number and its other options to allow a signed number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_SIGNED.
numberDecimal0x00002002 Can be combined with number and its other options to allow a decimal (fractional) number. Corresponds to TYPE_CLASS_NUMBER | TYPE_NUMBER_FLAG_DECIMAL.
phone0x00000003 For entering a phone number. Corresponds to TYPE_CLASS_PHONE.
datetime0x00000004 For entering a date and time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_NORMAL.
date0x00000014 For entering a date. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_DATE.
time0x00000024 For entering a time. Corresponds to TYPE_CLASS_DATETIME | TYPE_DATETIME_VARIATION_TIME.

This corresponds to the global attribute resource symbol inputType.

Constant Value: 56 (0x00000038)

public static final int TextView_lineSpacingExtra

Since: API Level

Extra spacing between lines of text.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol lineSpacingExtra.

Constant Value: 53 (0x00000035)

public static final int TextView_lineSpacingMultiplier

Since: API Level

Extra spacing between lines of text, as a multiplier.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol lineSpacingMultiplier.

Constant Value: 54 (0x00000036)

public static final int TextView_lines

Since: API Level

Makes the TextView be exactly this many lines tall.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol lines.

Constant Value: 23 (0x00000017)

public static final int TextView_linksClickable

Since: API Level

If set to false, keeps the movement method from being set to the link movement method even if autoLink causes links to be found.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol linksClickable.

Constant Value: 12 (0x0000000c)

public static final int TextView_marqueeRepeatLimit

Since: API Level

The number of times to repeat the marquee animation. Only applied if the TextView has marquee enabled.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
marquee_forever-1 Indicates that marquee should repeat indefinitely.

This corresponds to the global attribute resource symbol marqueeRepeatLimit.

Constant Value: 55 (0x00000037)

public static final int TextView_maxEms

Since: API Level

Makes the TextView be at most this many ems wide.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxEms.

Constant Value: 26 (0x0000001a)

public static final int TextView_maxHeight

Since: API Level

Makes the TextView be at most this many pixels tall.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxHeight.

Constant Value: 14 (0x0000000e)

public static final int TextView_maxLength

Since: API Level

Set an input filter to constrain the text length to the specified number.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxLength.

Constant Value: 35 (0x00000023)

public static final int TextView_maxLines

Since: API Level

Makes the TextView be at most this many lines tall.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxLines.

Constant Value: 22 (0x00000016)

public static final int TextView_maxWidth

Since: API Level

Makes the TextView be at most this many pixels wide.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol maxWidth.

Constant Value: 13 (0x0000000d)

public static final int TextView_minEms

Since: API Level

Makes the TextView be at least this many ems wide.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minEms.

Constant Value: 29 (0x0000001d)

public static final int TextView_minHeight

Since: API Level

Makes the TextView be at least this many pixels tall.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minHeight.

Constant Value: 16 (0x00000010)

public static final int TextView_minLines

Since: API Level

Makes the TextView be at least this many lines tall.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minLines.

Constant Value: 25 (0x00000019)

public static final int TextView_minWidth

Since: API Level

Makes the TextView be at least this many pixels wide.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minWidth.

Constant Value: 15 (0x0000000f)

public static final int TextView_numeric

Since: API Level

If set, specifies that this TextView has a numeric input method. The default is false.

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

ConstantValueDescription
integer0x01 Input is numeric.
signed0x003 Input is numeric, with sign allowed.
decimal0x05 Input is numeric, with decimals allowed.

This corresponds to the global attribute resource symbol numeric.

Constant Value: 40 (0x00000028)

public static final int TextView_password

Since: API Level

Whether the characters of the field are displayed as password dots instead of themselves.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol password.

Constant Value: 31 (0x0000001f)

public static final int TextView_phoneNumber

Since: API Level

If set, specifies that this TextView has a phone number input method. The default is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol phoneNumber.

Constant Value: 42 (0x0000002a)

public static final int TextView_privateImeOptions

Since: API Level

An addition content type description to supply to the input method attached to the text view, which is private to the implementation of the input method. This simply fills in the EditorInfo.privateImeOptions field when the input method is connected.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol privateImeOptions.

Constant Value: 57 (0x00000039)

public static final int TextView_scrollHorizontally

Since: API Level

Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollHorizontally.

Constant Value: 30 (0x0000001e)

public static final int TextView_selectAllOnFocus

Since: API Level

If the text is selectable, select it all when the view takes focus instead of moving the cursor to the start or end.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol selectAllOnFocus.

Constant Value: 33 (0x00000021)

public static final int TextView_shadowColor

Since: API Level

Place a shadow of the specified color behind the text.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowColor.

Constant Value: 36 (0x00000024)

public static final int TextView_shadowDx

Since: API Level

Horizontal offset of the shadow.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowDx.

Constant Value: 37 (0x00000025)

public static final int TextView_shadowDy

Since: API Level

Vertical offset of the shadow.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowDy.

Constant Value: 38 (0x00000026)

public static final int TextView_shadowRadius

Since: API Level

Radius of the shadow.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol shadowRadius.

Constant Value: 39 (0x00000027)

public static final int TextView_singleLine

Since: API Level

Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. Note: for editable text views, it is better to control this using the textMultiLine flag in the inputType attribute. (If both singleLine and inputType are supplied, the inputType flags will override the value of singleLine.)

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol singleLine.

Constant Value: 32 (0x00000020)

public static final int TextView_text

Since: API Level

Text to display.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol text.

Constant Value: 18 (0x00000012)

public static final int TextView_textAppearance

Since: API Level

Base text color, typeface, size, and style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearance.

Constant Value: 1 (0x00000001)

public static final int TextView_textColor

Since: API Level

Text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColor.

Constant Value: 5 (0x00000005)

public static final int TextView_textColorHighlight

Since: API Level

Color of the text selection highlight.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorHighlight.

Constant Value: 6 (0x00000006)

public static final int TextView_textColorHint

Since: API Level

Color of the hint text.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorHint.

Constant Value: 7 (0x00000007)

public static final int TextView_textColorLink

Since: API Level

Text color for links.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorLink.

Constant Value: 8 (0x00000008)

public static final int TextView_textScaleX

Since: API Level

Sets the horizontal scaling factor for the text.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textScaleX.

Constant Value: 20 (0x00000014)

public static final int TextView_textSelectHandle

Since: API Level

Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandle.

Constant Value: 64 (0x00000040)

public static final int TextView_textSelectHandleLeft

Since: API Level

Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandleLeft.

Constant Value: 62 (0x0000003e)

public static final int TextView_textSelectHandleRight

Since: API Level

Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandleRight.

Constant Value: 63 (0x0000003f)

public static final int TextView_textSize

Since: API Level

Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp).

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textSize.

Constant Value: 2 (0x00000002)

public static final int TextView_textStyle

Since: API Level

Style (bold, italic, bolditalic) for the text.

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

ConstantValueDescription
normal0
bold1
italic2

This corresponds to the global attribute resource symbol textStyle.

Constant Value: 4 (0x00000004)

public static final int TextView_typeface

Since: API Level

Typeface (normal, sans, serif, monospace) for the text.

Must be one of the following constant values.

ConstantValueDescription
normal0
sans1
serif2
monospace3

This corresponds to the global attribute resource symbol typeface.

Constant Value: 3 (0x00000003)

public static final int TextView_width

Since: API Level

Makes the TextView be exactly this many pixels wide. You could get the same effect by specifying this number in the layout parameters.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol width.

Constant Value: 28 (0x0000001c)

public static final int[] Theme

Since: API Level

These are the standard attributes that make up a complete theme.

Includes the following attributes:

AttributeDescription
android:absListViewStyle Default AbsListView style.
android:alertDialogStyle
android:autoCompleteTextViewStyle Default AutoCompleteTextView style.
android:backgroundDimAmount Default background dim amount when a menu, dialog, or something similar pops up.
android:backgroundDimEnabled Control whether dimming behind the window is enabled.
android:buttonStyle Normal Button style.
android:buttonStyleInset Button style to inset into an EditText.
android:buttonStyleSmall Small Button style.
android:buttonStyleToggle ToggleButton style.
android:candidatesTextStyleSpans A styled string, specifying the style to be used for showing inline candidate text when composing with an input method.
android:checkBoxPreferenceStyle Default style for CheckBoxPreference.
android:checkboxStyle Default Checkbox style.
android:colorBackground Color that matches (as closely as possible) the window background.
android:colorBackgroundCacheHint This is a hint for a solid color that can be used for caching rendered views.
android:colorForeground Default color of foreground imagery.
android:colorForegroundInverse Default color of foreground imagery on an inverted background.
android:dialogPreferenceStyle Default style for DialogPreference.
android:disabledAlpha Default disabled alpha for widgets that set enabled/disabled alpha programmatically.
android:dropDownHintAppearance Default style for drop down hints.
android:dropDownItemStyle Default style for drop down items.
android:dropDownListViewStyle Default ListView style for drop downs.
android:editTextPreferenceStyle Default style for EditTextPreference.
android:editTextStyle Default EditText style.
android:expandableListPreferredChildIndicatorLeft The preferred left bound for an expandable list child's indicator.
android:expandableListPreferredChildIndicatorRight The preferred right bound for an expandable list child's indicator.
android:expandableListPreferredChildPaddingLeft The preferred left padding for an expandable list item that is a child.
android:expandableListPreferredItemIndicatorLeft The preferred left bound for an expandable list item's indicator.
android:expandableListPreferredItemIndicatorRight The preferred right bound for an expandable list item's indicator.
android:expandableListPreferredItemPaddingLeft The preferred left padding for an expandable list item (for child-specific layouts, use expandableListPreferredChildPaddingLeft).
android:expandableListViewStyle Default ExpandableListView style.
android:expandableListViewWhiteStyle ExpandableListView with white background.
android:galleryItemBackground The preferred background for gallery items.
android:galleryStyle Default Gallery style.
android:gridViewStyle Default GridView style.
android:imageButtonStyle The style resource to use for an ImageButton.
android:imageWellStyle The style resource to use for an ImageButton that is an image well.
android:listChoiceIndicatorMultiple Drawable to use for multiple choice indicators.
android:listChoiceIndicatorSingle Drawable to use for single choice indicators.
android:listDivider
android:listPreferredItemHeight The preferred list item height.
android:listSeparatorTextViewStyle TextView style for list separators.
android:listViewStyle Default ListView style.
android:listViewWhiteStyle ListView with white background.
android:mapViewStyle Default MapView style.
android:panelBackground The background of a panel when it is inset from the left and right edges of the screen.
android:panelColorBackground Color that matches (as closely as possible) the panel background.
android:panelColorForeground Default color of foreground panel imagery.
android:panelFullBackground The background of a panel when it extends to the left and right edges of the screen.
android:panelTextAppearance Default appearance of panel text.
android:popupWindowStyle Default PopupWindow style.
android:preferenceCategoryStyle Default style for PreferenceCategory.
android:preferenceInformationStyle Default style for informational Preference.
android:preferenceLayoutChild The preference layout that has the child/tabbed effect.
android:preferenceScreenStyle Default style for PreferenceScreen.
android:preferenceStyle Default style for Preference.
android:progressBarStyle Default ProgressBar style.
android:progressBarStyleHorizontal Horizontal ProgressBar style.
android:progressBarStyleInverse Inverse ProgressBar style.
android:progressBarStyleLarge Large ProgressBar style.
android:progressBarStyleLargeInverse Large inverse ProgressBar style.
android:progressBarStyleSmall Small ProgressBar style.
android:progressBarStyleSmallInverse Small inverse ProgressBar style.
android:progressBarStyleSmallTitle Small ProgressBar in title style.
android:quickContactBadgeStyleSmallWindowLarge Default quickcontact badge style with large quickcontact window.
android:quickContactBadgeStyleSmallWindowMedium Default quickcontact badge style with medium quickcontact window.
android:quickContactBadgeStyleSmallWindowSmall Default quickcontact badge style with small quickcontact window.
android:quickContactBadgeStyleWindowLarge Default quickcontact badge style with large quickcontact window.
android:quickContactBadgeStyleWindowMedium Default quickcontact badge style with medium quickcontact window.
android:quickContactBadgeStyleWindowSmall Default quickcontact badge style with small quickcontact window.
android:radioButtonStyle Default RadioButton style.
android:ratingBarStyle Default RatingBar style.
android:ratingBarStyleIndicator Indicator RatingBar style.
android:ratingBarStyleSmall Small indicator RatingBar style.
android:ringtonePreferenceStyle Default style for RingtonePreference.
android:scrollViewStyle Default ScrollView style.
android:seekBarStyle Default SeekBar style.
android:spinnerDropDownItemStyle Default style for spinner drop down items.
android:spinnerItemStyle Default spinner item style.
android:spinnerStyle Default Spinner style.
android:starStyle Default Star style.
android:tabWidgetStyle Default TabWidget style.
android:textAppearance Default appearance of text: color, typeface, size, and style.
android:textAppearanceButton Text color, typeface, size, and style for the text inside of a button.
android:textAppearanceInverse Default appearance of text against an inverted background: color, typeface, size, and style.
android:textAppearanceLarge Text color, typeface, size, and style for "large" text.
android:textAppearanceLargeInverse Text color, typeface, size, and style for "large" inverse text.
android:textAppearanceMedium Text color, typeface, size, and style for "medium" text.
android:textAppearanceMediumInverse Text color, typeface, size, and style for "medium" inverse text.
android:textAppearanceSearchResultSubtitle Text color, typeface, size, and style for system search result subtitle.
android:textAppearanceSearchResultTitle Text color, typeface, size, and style for system search result title.
android:textAppearanceSmall Text color, typeface, size, and style for "small" text.
android:textAppearanceSmallInverse Text color, typeface, size, and style for "small" inverse text.
android:textCheckMark Drawable to use for check marks.
android:textCheckMarkInverse
android:textColorHintInverse Inverse hint text color.
android:textColorPrimary The most prominent text color.
android:textColorPrimaryDisableOnly Bright text color.
android:textColorPrimaryInverse Primary inverse text color, useful for inverted backgrounds.
android:textColorPrimaryInverseDisableOnly Bright inverse text color.
android:textColorPrimaryInverseNoDisable Bright inverse text color.
android:textColorPrimaryNoDisable Bright text color.
android:textColorSecondary Secondary text color.
android:textColorSecondaryInverse Secondary inverse text color, useful for inverted backgrounds.
android:textColorSecondaryInverseNoDisable Dim inverse text color.
android:textColorSecondaryNoDisable Dim text color.
android:textColorTertiary Tertiary text color.
android:textColorTertiaryInverse Tertiary inverse text color, useful for inverted backgrounds.
android:textSelectHandle Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.
android:textSelectHandleLeft Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.
android:textSelectHandleRight Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.
android:textSelectHandleWindowStyle Reference to a style that will be used for the window containing a text selection anchor.
android:textViewStyle Default TextView style.
android:webTextViewStyle Default WebTextView style.
android:webViewStyle Default WebView style.
android:windowAnimationStyle Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.
android:windowBackground Drawable to use as the overall window background.
android:windowContentOverlay This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.
android:windowDisablePreview Flag allowing you to disable the preview animation for a window.
android:windowFrame Drawable to use as a frame around the window.
android:windowFullscreen Flag indicating whether this window should fill the entire screen.
android:windowIsFloating Flag indicating whether this is a floating window.
android:windowIsTranslucent Flag indicating whether this is a translucent window.
android:windowNoDisplay Flag indicating that this window should not be displayed at all.
android:windowNoTitle Flag indicating whether there should be no title on this window.
android:windowShowWallpaper Flag indicating that this window's background should be the user's current wallpaper.
android:windowSoftInputMode Defines the default soft input state that this window would like when it is displayed.
android:windowTitleBackgroundStyle The style resource to use for a window's title area.
android:windowTitleSize The style resource to use for a window's title bar height.
android:windowTitleStyle The style resource to use for a window's title text.
android:yesNoPreferenceStyle Default style for YesNoPreference.

See Also

public static final int Theme_absListViewStyle

Since: API Level

Default AbsListView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol absListViewStyle.

Constant Value: 51 (0x00000033)

public static final int Theme_alertDialogStyle

Since: API Level

This symbol is the offset where the alertDialogStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 45 (0x0000002d)

public static final int Theme_autoCompleteTextViewStyle

Since: API Level

Default AutoCompleteTextView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol autoCompleteTextViewStyle.

Constant Value: 52 (0x00000034)

public static final int Theme_backgroundDimAmount

Since: API Level

Default background dim amount when a menu, dialog, or something similar pops up.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol backgroundDimAmount.

Constant Value: 2 (0x00000002)

public static final int Theme_backgroundDimEnabled

Since: API Level

Control whether dimming behind the window is enabled. The default theme does not set this value, meaning it is based on whether the window is floating.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol backgroundDimEnabled.

Constant Value: 106 (0x0000006a)

public static final int Theme_buttonStyle

Since: API Level

Normal Button style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol buttonStyle.

Constant Value: 24 (0x00000018)

public static final int Theme_buttonStyleInset

Since: API Level

Button style to inset into an EditText.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol buttonStyleInset.

Constant Value: 26 (0x0000001a)

public static final int Theme_buttonStyleSmall

Since: API Level

Small Button style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol buttonStyleSmall.

Constant Value: 25 (0x00000019)

public static final int Theme_buttonStyleToggle

Since: API Level

ToggleButton style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol buttonStyleToggle.

Constant Value: 27 (0x0000001b)

public static final int Theme_candidatesTextStyleSpans

Since: API Level

A styled string, specifying the style to be used for showing inline candidate text when composing with an input method. The text itself will be ignored, but the style spans will be applied to the candidate text as it is edited.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This corresponds to the global attribute resource symbol candidatesTextStyleSpans.

Constant Value: 109 (0x0000006d)

public static final int Theme_checkBoxPreferenceStyle

Since: API Level

Default style for CheckBoxPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol checkBoxPreferenceStyle.

Constant Value: 87 (0x00000057)

public static final int Theme_checkboxStyle

Since: API Level

Default Checkbox style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol checkboxStyle.

Constant Value: 53 (0x00000035)

public static final int Theme_colorBackground

Since: API Level

Color that matches (as closely as possible) the window background.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol colorBackground.

Constant Value: 1 (0x00000001)

public static final int Theme_colorBackgroundCacheHint

Since: API Level

This is a hint for a solid color that can be used for caching rendered views. This will be the color of the background when there is a solid background color; it will be null when the background is a texture or translucent.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol colorBackgroundCacheHint.

Constant Value: 118 (0x00000076)

public static final int Theme_colorForeground

Since: API Level

Default color of foreground imagery.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol colorForeground.

Constant Value: 0 (0x00000000)

public static final int Theme_colorForegroundInverse

Since: API Level

Default color of foreground imagery on an inverted background.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol colorForegroundInverse.

Constant Value: 94 (0x0000005e)

public static final int Theme_dialogPreferenceStyle

Since: API Level

Default style for DialogPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dialogPreferenceStyle.

Constant Value: 89 (0x00000059)

public static final int Theme_disabledAlpha

Since: API Level

Default disabled alpha for widgets that set enabled/disabled alpha programmatically.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol disabledAlpha.

Constant Value: 3 (0x00000003)

public static final int Theme_dropDownHintAppearance

Since: API Level

Default style for drop down hints.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dropDownHintAppearance.

Constant Value: 80 (0x00000050)

public static final int Theme_dropDownItemStyle

Since: API Level

Default style for drop down items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dropDownItemStyle.

Constant Value: 78 (0x0000004e)

public static final int Theme_dropDownListViewStyle

Since: API Level

Default ListView style for drop downs.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol dropDownListViewStyle.

Constant Value: 54 (0x00000036)

public static final int Theme_editTextPreferenceStyle

Since: API Level

Default style for EditTextPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol editTextPreferenceStyle.

Constant Value: 90 (0x0000005a)

public static final int Theme_editTextStyle

Since: API Level

Default EditText style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol editTextStyle.

Constant Value: 55 (0x00000037)

public static final int Theme_expandableListPreferredChildIndicatorLeft

Since: API Level

The preferred left bound for an expandable list child's indicator.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredChildIndicatorLeft.

Constant Value: 34 (0x00000022)

public static final int Theme_expandableListPreferredChildIndicatorRight

Since: API Level

The preferred right bound for an expandable list child's indicator.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredChildIndicatorRight.

Constant Value: 35 (0x00000023)

public static final int Theme_expandableListPreferredChildPaddingLeft

Since: API Level

The preferred left padding for an expandable list item that is a child. If this is not provided, it defaults to the expandableListPreferredItemPaddingLeft.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredChildPaddingLeft.

Constant Value: 31 (0x0000001f)

public static final int Theme_expandableListPreferredItemIndicatorLeft

Since: API Level

The preferred left bound for an expandable list item's indicator. For a child-specific indicator, use expandableListPreferredChildIndicatorLeft.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredItemIndicatorLeft.

Constant Value: 32 (0x00000020)

public static final int Theme_expandableListPreferredItemIndicatorRight

Since: API Level

The preferred right bound for an expandable list item's indicator. For a child-specific indicator, use expandableListPreferredChildIndicatorRight.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredItemIndicatorRight.

Constant Value: 33 (0x00000021)

public static final int Theme_expandableListPreferredItemPaddingLeft

Since: API Level

The preferred left padding for an expandable list item (for child-specific layouts, use expandableListPreferredChildPaddingLeft). This takes into account the indicator that will be shown to next to the item.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol expandableListPreferredItemPaddingLeft.

Constant Value: 30 (0x0000001e)

public static final int Theme_expandableListViewStyle

Since: API Level

Default ExpandableListView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol expandableListViewStyle.

Constant Value: 56 (0x00000038)

public static final int Theme_expandableListViewWhiteStyle

Since: API Level

ExpandableListView with white background.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol expandableListViewWhiteStyle.

Constant Value: 125 (0x0000007d)

public static final int Theme_galleryItemBackground

Since: API Level

The preferred background for gallery items. This should be set as the background of any Views you provide from the Adapter.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol galleryItemBackground.

Constant Value: 28 (0x0000001c)

public static final int Theme_galleryStyle

Since: API Level

Default Gallery style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol galleryStyle.

Constant Value: 57 (0x00000039)

public static final int Theme_gridViewStyle

Since: API Level

Default GridView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol gridViewStyle.

Constant Value: 58 (0x0000003a)

public static final int Theme_imageButtonStyle

Since: API Level

The style resource to use for an ImageButton.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol imageButtonStyle.

Constant Value: 59 (0x0000003b)

public static final int Theme_imageWellStyle

Since: API Level

The style resource to use for an ImageButton that is an image well.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol imageWellStyle.

Constant Value: 60 (0x0000003c)

public static final int Theme_listChoiceIndicatorMultiple

Since: API Level

Drawable to use for multiple choice indicators.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol listChoiceIndicatorMultiple.

Constant Value: 104 (0x00000068)

public static final int Theme_listChoiceIndicatorSingle

Since: API Level

Drawable to use for single choice indicators.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol listChoiceIndicatorSingle.

Constant Value: 103 (0x00000067)

public static final int Theme_listDivider

Since: API Level

This symbol is the offset where the listDivider attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 102 (0x00000066)

public static final int Theme_listPreferredItemHeight

Since: API Level

The preferred list item height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol listPreferredItemHeight.

Constant Value: 29 (0x0000001d)

public static final int Theme_listSeparatorTextViewStyle

Since: API Level

TextView style for list separators.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol listSeparatorTextViewStyle.

Constant Value: 96 (0x00000060)

public static final int Theme_listViewStyle

Since: API Level

Default ListView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol listViewStyle.

Constant Value: 61 (0x0000003d)

public static final int Theme_listViewWhiteStyle

Since: API Level

ListView with white background.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol listViewWhiteStyle.

Constant Value: 62 (0x0000003e)

public static final int Theme_mapViewStyle

Since: API Level

Default MapView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol mapViewStyle.

Constant Value: 82 (0x00000052)

public static final int Theme_panelBackground

Since: API Level

The background of a panel when it is inset from the left and right edges of the screen.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol panelBackground.

Constant Value: 46 (0x0000002e)

public static final int Theme_panelColorBackground

Since: API Level

Color that matches (as closely as possible) the panel background.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol panelColorBackground.

Constant Value: 49 (0x00000031)

public static final int Theme_panelColorForeground

Since: API Level

Default color of foreground panel imagery.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol panelColorForeground.

Constant Value: 48 (0x00000030)

public static final int Theme_panelFullBackground

Since: API Level

The background of a panel when it extends to the left and right edges of the screen.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol panelFullBackground.

Constant Value: 47 (0x0000002f)

public static final int Theme_panelTextAppearance

Since: API Level

Default appearance of panel text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol panelTextAppearance.

Constant Value: 50 (0x00000032)

public static final int Theme_popupWindowStyle

Since: API Level

Default PopupWindow style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol popupWindowStyle.

Constant Value: 63 (0x0000003f)

public static final int Theme_preferenceCategoryStyle

Since: API Level

Default style for PreferenceCategory.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol preferenceCategoryStyle.

Constant Value: 84 (0x00000054)

public static final int Theme_preferenceInformationStyle

Since: API Level

Default style for informational Preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol preferenceInformationStyle.

Constant Value: 85 (0x00000055)

public static final int Theme_preferenceLayoutChild

Since: API Level

The preference layout that has the child/tabbed effect.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol preferenceLayoutChild.

Constant Value: 92 (0x0000005c)

public static final int Theme_preferenceScreenStyle

Since: API Level

Default style for PreferenceScreen.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol preferenceScreenStyle.

Constant Value: 83 (0x00000053)

public static final int Theme_preferenceStyle

Since: API Level

Default style for Preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol preferenceStyle.

Constant Value: 86 (0x00000056)

public static final int Theme_progressBarStyle

Since: API Level

Default ProgressBar style. This is a medium circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyle.

Constant Value: 64 (0x00000040)

public static final int Theme_progressBarStyleHorizontal

Since: API Level

Horizontal ProgressBar style. This is a horizontal progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleHorizontal.

Constant Value: 65 (0x00000041)

public static final int Theme_progressBarStyleInverse

Since: API Level

Inverse ProgressBar style. This is a medium circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleInverse.

Constant Value: 111 (0x0000006f)

public static final int Theme_progressBarStyleLarge

Since: API Level

Large ProgressBar style. This is a large circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleLarge.

Constant Value: 67 (0x00000043)

public static final int Theme_progressBarStyleLargeInverse

Since: API Level

Large inverse ProgressBar style. This is a large circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleLargeInverse.

Constant Value: 113 (0x00000071)

public static final int Theme_progressBarStyleSmall

Since: API Level

Small ProgressBar style. This is a small circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleSmall.

Constant Value: 66 (0x00000042)

public static final int Theme_progressBarStyleSmallInverse

Since: API Level

Small inverse ProgressBar style. This is a small circular progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleSmallInverse.

Constant Value: 112 (0x00000070)

public static final int Theme_progressBarStyleSmallTitle

Since: API Level

Small ProgressBar in title style. This is a small circular progress bar that will be placed in title bars.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol progressBarStyleSmallTitle.

Constant Value: 98 (0x00000062)

public static final int Theme_quickContactBadgeStyleSmallWindowLarge

Since: API Level

Default quickcontact badge style with large quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleSmallWindowLarge.

Constant Value: 124 (0x0000007c)

public static final int Theme_quickContactBadgeStyleSmallWindowMedium

Since: API Level

Default quickcontact badge style with medium quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleSmallWindowMedium.

Constant Value: 123 (0x0000007b)

public static final int Theme_quickContactBadgeStyleSmallWindowSmall

Since: API Level

Default quickcontact badge style with small quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleSmallWindowSmall.

Constant Value: 122 (0x0000007a)

public static final int Theme_quickContactBadgeStyleWindowLarge

Since: API Level

Default quickcontact badge style with large quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleWindowLarge.

Constant Value: 121 (0x00000079)

public static final int Theme_quickContactBadgeStyleWindowMedium

Since: API Level

Default quickcontact badge style with medium quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleWindowMedium.

Constant Value: 120 (0x00000078)

public static final int Theme_quickContactBadgeStyleWindowSmall

Since: API Level

Default quickcontact badge style with small quickcontact window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol quickContactBadgeStyleWindowSmall.

Constant Value: 119 (0x00000077)

public static final int Theme_radioButtonStyle

Since: API Level

Default RadioButton style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol radioButtonStyle.

Constant Value: 71 (0x00000047)

public static final int Theme_ratingBarStyle

Since: API Level

Default RatingBar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol ratingBarStyle.

Constant Value: 69 (0x00000045)

public static final int Theme_ratingBarStyleIndicator

Since: API Level

Indicator RatingBar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol ratingBarStyleIndicator.

Constant Value: 99 (0x00000063)

public static final int Theme_ratingBarStyleSmall

Since: API Level

Small indicator RatingBar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol ratingBarStyleSmall.

Constant Value: 70 (0x00000046)

public static final int Theme_ringtonePreferenceStyle

Since: API Level

Default style for RingtonePreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol ringtonePreferenceStyle.

Constant Value: 91 (0x0000005b)

public static final int Theme_scrollViewStyle

Since: API Level

Default ScrollView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol scrollViewStyle.

Constant Value: 72 (0x00000048)

public static final int Theme_seekBarStyle

Since: API Level

Default SeekBar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol seekBarStyle.

Constant Value: 68 (0x00000044)

public static final int Theme_spinnerDropDownItemStyle

Since: API Level

Default style for spinner drop down items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol spinnerDropDownItemStyle.

Constant Value: 79 (0x0000004f)

public static final int Theme_spinnerItemStyle

Since: API Level

Default spinner item style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol spinnerItemStyle.

Constant Value: 81 (0x00000051)

public static final int Theme_spinnerStyle

Since: API Level

Default Spinner style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol spinnerStyle.

Constant Value: 73 (0x00000049)

public static final int Theme_starStyle

Since: API Level

Default Star style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol starStyle.

Constant Value: 74 (0x0000004a)

public static final int Theme_tabWidgetStyle

Since: API Level

Default TabWidget style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol tabWidgetStyle.

Constant Value: 75 (0x0000004b)

public static final int Theme_textAppearance

Since: API Level

Default appearance of text: color, typeface, size, and style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearance.

Constant Value: 4 (0x00000004)

public static final int Theme_textAppearanceButton

Since: API Level

Text color, typeface, size, and style for the text inside of a button.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceButton.

Constant Value: 95 (0x0000005f)

public static final int Theme_textAppearanceInverse

Since: API Level

Default appearance of text against an inverted background: color, typeface, size, and style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceInverse.

Constant Value: 5 (0x00000005)

public static final int Theme_textAppearanceLarge

Since: API Level

Text color, typeface, size, and style for "large" text. Defaults to primary text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceLarge.

Constant Value: 16 (0x00000010)

public static final int Theme_textAppearanceLargeInverse

Since: API Level

Text color, typeface, size, and style for "large" inverse text. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceLargeInverse.

Constant Value: 19 (0x00000013)

public static final int Theme_textAppearanceMedium

Since: API Level

Text color, typeface, size, and style for "medium" text. Defaults to primary text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceMedium.

Constant Value: 17 (0x00000011)

public static final int Theme_textAppearanceMediumInverse

Since: API Level

Text color, typeface, size, and style for "medium" inverse text. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceMediumInverse.

Constant Value: 20 (0x00000014)

public static final int Theme_textAppearanceSearchResultSubtitle

Since: API Level

Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceSearchResultSubtitle.

Constant Value: 116 (0x00000074)

public static final int Theme_textAppearanceSearchResultTitle

Since: API Level

Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceSearchResultTitle.

Constant Value: 117 (0x00000075)

public static final int Theme_textAppearanceSmall

Since: API Level

Text color, typeface, size, and style for "small" text. Defaults to secondary text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceSmall.

Constant Value: 18 (0x00000012)

public static final int Theme_textAppearanceSmallInverse

Since: API Level

Text color, typeface, size, and style for "small" inverse text. Defaults to secondary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textAppearanceSmallInverse.

Constant Value: 21 (0x00000015)

public static final int Theme_textCheckMark

Since: API Level

Drawable to use for check marks.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textCheckMark.

Constant Value: 22 (0x00000016)

public static final int Theme_textCheckMarkInverse

Since: API Level

This symbol is the offset where the textCheckMarkInverse attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 23 (0x00000017)

public static final int Theme_textColorHintInverse

Since: API Level

Inverse hint text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorHintInverse.

Constant Value: 15 (0x0000000f)

public static final int Theme_textColorPrimary

Since: API Level

The most prominent text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimary.

Constant Value: 6 (0x00000006)

public static final int Theme_textColorPrimaryDisableOnly

Since: API Level

Bright text color. Only differentiates based on the disabled state.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimaryDisableOnly.

Constant Value: 7 (0x00000007)

public static final int Theme_textColorPrimaryInverse

Since: API Level

Primary inverse text color, useful for inverted backgrounds.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimaryInverse.

Constant Value: 9 (0x00000009)

public static final int Theme_textColorPrimaryInverseDisableOnly

Since: API Level

Bright inverse text color. Only differentiates based on the disabled state.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimaryInverseDisableOnly.

Constant Value: 114 (0x00000072)

public static final int Theme_textColorPrimaryInverseNoDisable

Since: API Level

Bright inverse text color. This does not differentiate the disabled state.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimaryInverseNoDisable.

Constant Value: 13 (0x0000000d)

public static final int Theme_textColorPrimaryNoDisable

Since: API Level

Bright text color. This does not differentiate the disabled state. As an example, buttons use this since they display the disabled state via the background and not the foreground text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorPrimaryNoDisable.

Constant Value: 11 (0x0000000b)

public static final int Theme_textColorSecondary

Since: API Level

Secondary text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorSecondary.

Constant Value: 8 (0x00000008)

public static final int Theme_textColorSecondaryInverse

Since: API Level

Secondary inverse text color, useful for inverted backgrounds.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorSecondaryInverse.

Constant Value: 10 (0x0000000a)

public static final int Theme_textColorSecondaryInverseNoDisable

Since: API Level

Dim inverse text color. This does not differentiate the disabled state.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorSecondaryInverseNoDisable.

Constant Value: 14 (0x0000000e)

public static final int Theme_textColorSecondaryNoDisable

Since: API Level

Dim text color. This does not differentiate the disabled state.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorSecondaryNoDisable.

Constant Value: 12 (0x0000000c)

public static final int Theme_textColorTertiary

Since: API Level

Tertiary text color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorTertiary.

Constant Value: 100 (0x00000064)

public static final int Theme_textColorTertiaryInverse

Since: API Level

Tertiary inverse text color, useful for inverted backgrounds.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColorTertiaryInverse.

Constant Value: 101 (0x00000065)

public static final int Theme_textSelectHandle

Since: API Level

Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandle.

Constant Value: 129 (0x00000081)

public static final int Theme_textSelectHandleLeft

Since: API Level

Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandleLeft.

Constant Value: 127 (0x0000007f)

public static final int Theme_textSelectHandleRight

Since: API Level

Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandleRight.

Constant Value: 128 (0x00000080)

public static final int Theme_textSelectHandleWindowStyle

Since: API Level

Reference to a style that will be used for the window containing a text selection anchor.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textSelectHandleWindowStyle.

Constant Value: 130 (0x00000082)

public static final int Theme_textViewStyle

Since: API Level

Default TextView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol textViewStyle.

Constant Value: 76 (0x0000004c)

public static final int Theme_webTextViewStyle

Since: API Level

Default WebTextView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol webTextViewStyle.

Constant Value: 126 (0x0000007e)

public static final int Theme_webViewStyle

Since: API Level

Default WebView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol webViewStyle.

Constant Value: 77 (0x0000004d)

public static final int Theme_windowAnimationStyle

Since: API Level

Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowAnimationStyle.

Constant Value: 93 (0x0000005d)

public static final int Theme_windowBackground

Since: API Level

Drawable to use as the overall window background. There are a few special considerations you should use when settings this drawable:

  • This information will be used to infer the pixel format for your window's surface. If the drawable has any non-opaque pixels, your window will be translucent (32 bpp).
  • If you want to draw the entire background yourself, you should set this drawable to some solid color that closely matches that background (so the system's preview of your window will match), and then in code manually set your window's background to null so it will not be drawn.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowBackground.

Constant Value: 36 (0x00000024)

public static final int Theme_windowContentOverlay

Since: API Level

This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowContentOverlay.

Constant Value: 41 (0x00000029)

public static final int Theme_windowDisablePreview

Since: API Level

Flag allowing you to disable the preview animation for a window. The default value is false; if set to true, the system can never use the window's theme to show a preview of it before your actual instance is shown to the user.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowDisablePreview.

Constant Value: 107 (0x0000006b)

public static final int Theme_windowFrame

Since: API Level

Drawable to use as a frame around the window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowFrame.

Constant Value: 37 (0x00000025)

public static final int Theme_windowFullscreen

Since: API Level

Flag indicating whether this window should fill the entire screen.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowFullscreen.

Constant Value: 97 (0x00000061)

public static final int Theme_windowIsFloating

Since: API Level

Flag indicating whether this is a floating window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowIsFloating.

Constant Value: 39 (0x00000027)

public static final int Theme_windowIsTranslucent

Since: API Level

Flag indicating whether this is a translucent window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowIsTranslucent.

Constant Value: 40 (0x00000028)

public static final int Theme_windowNoDisplay

Since: API Level

Flag indicating that this window should not be displayed at all. The default value is false; if set to true, and this window is the main window of an Activity, then it will never actually be added to the window manager. This means that your activity must immediately quit without waiting for user interaction, because there will be no such interaction coming.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowNoDisplay.

Constant Value: 105 (0x00000069)

public static final int Theme_windowNoTitle

Since: API Level

Flag indicating whether there should be no title on this window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowNoTitle.

Constant Value: 38 (0x00000026)

public static final int Theme_windowShowWallpaper

Since: API Level

Flag indicating that this window's background should be the user's current wallpaper.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowShowWallpaper.

Constant Value: 115 (0x00000073)

public static final int Theme_windowSoftInputMode

Since: API Level

Defines the default soft input state that this window would like when it is displayed.

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

ConstantValueDescription
stateUnspecified0 Not specified, use what the system thinks is best. This is the default.
stateUnchanged1 Leave the soft input window as-is, in whatever state it last was.
stateHidden2 Make the soft input area hidden when normally appropriate (when the user is navigating forward to your window).
stateAlwaysHidden3 Always make the soft input area hidden when this window has input focus.
stateVisible4 Make the soft input area visible when normally appropriate (when the user is navigating forward to your window).
stateAlwaysVisible5 Always make the soft input area visible when this window has input focus.
adjustUnspecified0x00 The window resize/pan adjustment has not been specified, the system will automatically select between resize and pan modes, depending on whether the content of the window has any layout views that can scroll their contents. If there is such a view, then the window will be resized, with the assumption being that the resizeable area can be reduced to make room for the input UI.
adjustResize0x10 Always resize the window: the content area of the window is reduced to make room for the soft input area.
adjustPan0x20 Don't resize the window to make room for the soft input area; instead pan the contents of the window as focus moves inside of it so that the user can see what they are typing. This is generally less desireable than panning because the user may need to close the input area to get at and interact with parts of the window.

This corresponds to the global attribute resource symbol windowSoftInputMode.

Constant Value: 108 (0x0000006c)

public static final int Theme_windowTitleBackgroundStyle

Since: API Level

The style resource to use for a window's title area.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowTitleBackgroundStyle.

Constant Value: 44 (0x0000002c)

public static final int Theme_windowTitleSize

Since: API Level

The style resource to use for a window's title bar height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowTitleSize.

Constant Value: 42 (0x0000002a)

public static final int Theme_windowTitleStyle

Since: API Level

The style resource to use for a window's title text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowTitleStyle.

Constant Value: 43 (0x0000002b)

public static final int Theme_yesNoPreferenceStyle

Since: API Level

Default style for YesNoPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol yesNoPreferenceStyle.

Constant Value: 88 (0x00000058)

public static final int[] ToggleButton

Since: API Level

Attributes that can be used with a ToggleButton.

Includes the following attributes:

AttributeDescription
android:disabledAlpha The alpha to apply to the indicator when disabled.
android:textOff The text for the button when it is not checked.
android:textOn The text for the button when it is checked.

public static final int ToggleButton_disabledAlpha

Since: API Level

The alpha to apply to the indicator when disabled.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol disabledAlpha.

Constant Value: 0 (0x00000000)

public static final int ToggleButton_textOff

Since: API Level

The text for the button when it is not checked.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textOff.

Constant Value: 2 (0x00000002)

public static final int ToggleButton_textOn

Since: API Level

The text for the button when it is checked.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol textOn.

Constant Value: 1 (0x00000001)

public static final int[] TranslateAnimation

Since: API Level

Attributes that can be used with a TranslateAnimation.

Includes the following attributes:

AttributeDescription
android:fromXDelta
android:fromYDelta
android:toXDelta
android:toYDelta

public static final int TranslateAnimation_fromXDelta

Since: API Level

This symbol is the offset where the fromXDelta attribute's value can be found in the TranslateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int TranslateAnimation_fromYDelta

Since: API Level

This symbol is the offset where the fromYDelta attribute's value can be found in the TranslateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 2 (0x00000002)

public static final int TranslateAnimation_toXDelta

Since: API Level

This symbol is the offset where the toXDelta attribute's value can be found in the TranslateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 1 (0x00000001)

public static final int TranslateAnimation_toYDelta

Since: API Level

This symbol is the offset where the toYDelta attribute's value can be found in the TranslateAnimation array.

May be a floating point value, such as "1.2".

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 3 (0x00000003)

public static final int[] TwoLineListItem

Since: API Level

Attributes that can be used with a TwoLineListItem.

Includes the following attributes:

AttributeDescription
android:mode

public static final int TwoLineListItem_mode

Since: API Level

This symbol is the offset where the mode attribute's value can be found in the TwoLineListItem array.

Must be one of the following constant values.

ConstantValueDescription
oneLine1 Always show only the first line.
collapsing2 When selected show both lines, otherwise show only the first line. This is the default mode.
twoLine3 Always show both lines.

Constant Value: 0 (0x00000000)

public static final int[] VerticalSlider_Layout

Since: API Level

Attributes that can be used with a VerticalSlider_Layout.

Includes the following attributes:

AttributeDescription
android:layout_scale

public static final int VerticalSlider_Layout_layout_scale

Since: API Level

This symbol is the offset where the layout_scale attribute's value can be found in the VerticalSlider_Layout array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int[] View

Since: API Level

Attributes that can be used with View or any of its subclasses. Also see ViewGroup_Layout for attributes that are processed by the view's parent.

Includes the following attributes:

AttributeDescription
android:background A drawable to use as the background.
android:clickable Defines whether this view reacts to click events.
android:contentDescription Defines text that briefly describes content of the view.
android:drawingCacheQuality Defines the quality of translucent drawing caches.
android:duplicateParentState When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.
android:fadeScrollbars Defines whether to fade out scrollbars when they are not in use.
android:fadingEdge Defines which edges should be fadeded on scrolling.
android:fadingEdgeLength Defines the length of the fading edges.
android:filterTouchesWhenObscured Specifies whether to filter touches when the view's window is obscured by another visible window.
android:fitsSystemWindows Boolean internal attribute to adjust view layout based on system windows such as the status bar.
android:focusable Boolean that controls whether a view can take focus.
android:focusableInTouchMode Boolean that controls whether a view can take focus while in touch mode.
android:hapticFeedbackEnabled Boolean that controls whether a view should have haptic feedback enabled for events such as long presses.
android:id Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById().
android:isScrollContainer Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method.
android:keepScreenOn Controls whether the view's window should keep the screen on while visible.
android:longClickable Defines whether this view reacts to long click events.
android:minHeight Defines the minimum height of the view.
android:minWidth Defines the minimum width of the view.
android:nextFocusDown Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.
android:nextFocusLeft Defines the next view to give focus to when the next focus is FOCUS_LEFT.
android:nextFocusRight Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.
android:nextFocusUp Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.
android:onClick Name of the method in this View's context to invoke when the view is clicked.
android:overScrollMode Defines over-scrolling behavior.
android:padding Sets the padding, in pixels, of all four edges.
android:paddingBottom Sets the padding, in pixels, of the bottom edge; see padding.
android:paddingLeft Sets the padding, in pixels, of the left edge; see padding.
android:paddingRight Sets the padding, in pixels, of the right edge; see padding.
android:paddingTop Sets the padding, in pixels, of the top edge; see padding.
android:saveEnabled If unset, no state will be saved for this view when it is being frozen.
android:scrollX The initial horizontal scroll offset, in pixels.
android:scrollY The initial vertical scroll offset, in pixels.
android:scrollbarAlwaysDrawHorizontalTrack Defines whether the horizontal scrollbar track should always be drawn.
android:scrollbarAlwaysDrawVerticalTrack Defines whether the vertical scrollbar track should always be drawn.
android:scrollbarDefaultDelayBeforeFade Defines the delay in milliseconds that a scrollbar waits before fade out.
android:scrollbarFadeDuration Defines the delay in milliseconds that a scrollbar takes to fade out.
android:scrollbarSize Sets the width of vertical scrollbars and height of horizontal scrollbars.
android:scrollbarStyle Controls the scrollbar style and position.
android:scrollbarThumbHorizontal Defines the horizontal scrollbar thumb drawable.
android:scrollbarThumbVertical Defines the vertical scrollbar thumb drawable.
android:scrollbarTrackHorizontal Defines the horizontal scrollbar track drawable.
android:scrollbarTrackVertical Defines the vertical scrollbar track drawable.
android:scrollbars Defines which scrollbars should be displayed on scrolling or not.
android:soundEffectsEnabled Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching.
android:tag Supply a tag for this view containing a String, to be retrieved later with View.getTag() or searched for with View.findViewWithTag().
android:visibility Controls the initial visibility of the view.

public static final int[] ViewAnimator

Since: API Level

Attributes that can be used with a ViewAnimator.

Includes the following attributes:

AttributeDescription
android:inAnimation
android:outAnimation

public static final int ViewAnimator_inAnimation

Since: API Level

This symbol is the offset where the inAnimation attribute's value can be found in the ViewAnimator array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int ViewAnimator_outAnimation

Since: API Level

This symbol is the offset where the outAnimation attribute's value can be found in the ViewAnimator array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 1 (0x00000001)

public static final int[] ViewDrawableStates

Since: API Level

public static final int ViewDrawableStates_state_enabled

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_enabled.

Constant Value: 2 (0x00000002)

public static final int ViewDrawableStates_state_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_focused.

Constant Value: 0 (0x00000000)

public static final int ViewDrawableStates_state_pressed

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_pressed.

Constant Value: 4 (0x00000004)

public static final int ViewDrawableStates_state_selected

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_selected.

Constant Value: 3 (0x00000003)

public static final int ViewDrawableStates_state_window_focused

Since: API Level

State value for StateListDrawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol state_window_focused.

Constant Value: 1 (0x00000001)

public static final int[] ViewFlipper

Since: API Level

Attributes that can be used with a ViewFlipper.

Includes the following attributes:

AttributeDescription
android:autoStart When true, automatically start animating
android:flipInterval

public static final int ViewFlipper_autoStart

Since: API Level

When true, automatically start animating

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol autoStart.

Constant Value: 1 (0x00000001)

public static final int ViewFlipper_flipInterval

Since: API Level

This symbol is the offset where the flipInterval attribute's value can be found in the ViewFlipper array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Constant Value: 0 (0x00000000)

public static final int[] ViewGroup

Since: API Level

Attributes that can be used with a ViewGroup or any of its subclasses. Also see ViewGroup_Layout for attributes that this class processes in its children.

Includes the following attributes:

AttributeDescription
android:addStatesFromChildren Sets whether this ViewGroup's drawable states also include its children's drawable states.
android:alwaysDrawnWithCache Defines whether the ViewGroup should always draw its children using their drawing cache or not.
android:animationCache Defines whether layout animations should create a drawing cache for their children.
android:clipChildren Defines whether a child is limited to draw inside of its bounds or not.
android:clipToPadding Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area.
android:descendantFocusability Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.
android:layoutAnimation Defines the layout animation to use the first time the ViewGroup is laid out.
android:persistentDrawingCache Defines the persistence of the drawing cache.

public static final int[] ViewGroup_Layout

Since: API Level

This is the basic set of layout attributes that are common to all layout managers. These attributes are specified with the rest of a view's normal attributes (such as background, but will be parsed by the view's parent and ignored by the child.

The values defined here correspond to the base layout attribute class ViewGroup.LayoutParams.

Includes the following attributes:

AttributeDescription
android:layout_height Specifies the basic height of the view.
android:layout_width Specifies the basic width of the view.

public static final int ViewGroup_Layout_layout_height

Since: API Level

Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_height.

Constant Value: 1 (0x00000001)

public static final int ViewGroup_Layout_layout_width

Since: API Level

Specifies the basic width of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant width or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_width.

Constant Value: 0 (0x00000000)

public static final int[] ViewGroup_MarginLayout

Since: API Level

This is the basic set of layout attributes for layout managers that wish to place margins around their child views. These attributes are specified with the rest of a view's normal attributes (such as background, but will be parsed by the view's parent and ignored by the child.

The values defined here correspond to the base layout attribute class ViewGroup.MarginLayoutParams.

Includes the following attributes:

AttributeDescription
android:layout_height Specifies the basic height of the view.
android:layout_margin Specifies extra space on the left, top, right and bottom sides of this view.
android:layout_marginBottom Specifies extra space on the bottom side of this view.
android:layout_marginLeft Specifies extra space on the left side of this view.
android:layout_marginRight Specifies extra space on the right side of this view.
android:layout_marginTop Specifies extra space on the top side of this view.
android:layout_width Specifies the basic width of the view.

public static final int ViewGroup_MarginLayout_layout_height

Since: API Level

Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_height.

Constant Value: 1 (0x00000001)

public static final int ViewGroup_MarginLayout_layout_margin

Since: API Level

Specifies extra space on the left, top, right and bottom sides of this view. This space is outside this view's bounds.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_margin.

Constant Value: 2 (0x00000002)

public static final int ViewGroup_MarginLayout_layout_marginBottom

Since: API Level

Specifies extra space on the bottom side of this view. This space is outside this view's bounds.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_marginBottom.

Constant Value: 6 (0x00000006)

public static final int ViewGroup_MarginLayout_layout_marginLeft

Since: API Level

Specifies extra space on the left side of this view. This space is outside this view's bounds.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_marginLeft.

Constant Value: 3 (0x00000003)

public static final int ViewGroup_MarginLayout_layout_marginRight

Since: API Level

Specifies extra space on the right side of this view. This space is outside this view's bounds.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_marginRight.

Constant Value: 5 (0x00000005)

public static final int ViewGroup_MarginLayout_layout_marginTop

Since: API Level

Specifies extra space on the top side of this view. This space is outside this view's bounds.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol layout_marginTop.

Constant Value: 4 (0x00000004)

public static final int ViewGroup_MarginLayout_layout_width

Since: API Level

Specifies the basic width of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant width or one of the special constants.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
fill_parent-1 The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent.
match_parent-1 The view should be as big as its parent (minus padding). Introduced in API Level 8.
wrap_content-2 The view should be only big enough to enclose its content (plus padding).

This corresponds to the global attribute resource symbol layout_width.

Constant Value: 0 (0x00000000)

public static final int ViewGroup_addStatesFromChildren

Since: API Level

Sets whether this ViewGroup's drawable states also include its children's drawable states. This is used, for example, to make a group appear to be focused when its child EditText or button is focused.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol addStatesFromChildren.

Constant Value: 6 (0x00000006)

public static final int ViewGroup_alwaysDrawnWithCache

Since: API Level

Defines whether the ViewGroup should always draw its children using their drawing cache or not. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol alwaysDrawnWithCache.

Constant Value: 5 (0x00000005)

public static final int ViewGroup_animationCache

Since: API Level

Defines whether layout animations should create a drawing cache for their children. Enabling the animation cache consumes more memory and requires a longer initialization but provides better performance. The animation cache is enabled by default.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol animationCache.

Constant Value: 3 (0x00000003)

public static final int ViewGroup_clipChildren

Since: API Level

Defines whether a child is limited to draw inside of its bounds or not. This is useful with animations that scale the size of the children to more than 100% for instance. In such a case, this property should be set to false to allow the children to draw outside of their bounds. The default value of this property is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol clipChildren.

Constant Value: 0 (0x00000000)

public static final int ViewGroup_clipToPadding

Since: API Level

Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area. This property is set to true by default.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol clipToPadding.

Constant Value: 1 (0x00000001)

public static final int ViewGroup_descendantFocusability

Since: API Level

Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.

Must be one of the following constant values.

ConstantValueDescription
beforeDescendants0 The ViewGroup will get focus before any of its descendants.
afterDescendants1 The ViewGroup will get focus only if none of its descendants want it.
blocksDescendants2 The ViewGroup will block its descendants from receiving focus.

This corresponds to the global attribute resource symbol descendantFocusability.

Constant Value: 7 (0x00000007)

public static final int ViewGroup_layoutAnimation

Since: API Level

Defines the layout animation to use the first time the ViewGroup is laid out. Layout animations can also be started manually after the first layout.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layoutAnimation.

Constant Value: 2 (0x00000002)

public static final int ViewGroup_persistentDrawingCache

Since: API Level

Defines the persistence of the drawing cache. The drawing cache might be enabled by a ViewGroup for all its children in specific situations (for instance during a scrolling.) This property lets you persist the cache in memory after its initial usage. Persisting the cache consumes more memory but may prevent frequent garbage collection is the cache is created over and over again. By default the persistence is set to scrolling.

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

ConstantValueDescription
none0x0 The drawing cache is not persisted after use.
animation0x1 The drawing cache is persisted after a layout animation.
scrolling0x2 The drawing cache is persisted after a scroll.
all0x3 The drawing cache is always persisted.

This corresponds to the global attribute resource symbol persistentDrawingCache.

Constant Value: 4 (0x00000004)

public static final int[] ViewStub

Since: API Level

A ViewStub lets you lazily include other XML layouts inside your application at runtime.

Includes the following attributes:

AttributeDescription
android:inflatedId Overrides the id of the inflated View with this value.
android:layout Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.

public static final int ViewStub_inflatedId

Since: API Level

Overrides the id of the inflated View with this value.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol inflatedId.

Constant Value: 1 (0x00000001)

public static final int ViewStub_layout

Since: API Level

Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a valid reference to a layout.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol layout.

Constant Value: 0 (0x00000000)

public static final int[] ViewSwitcher

Since: API Level

Attributes that can be used with a ViewSwitcher.

public static final int View_background

Since: API Level

A drawable to use as the background. This can be either a reference to a full drawable resource (such as a PNG image, 9-patch, XML state list description, etc), or a solid color such as "#ff000000" (black).

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol background.

Constant Value: 12 (0x0000000c)

public static final int View_clickable

Since: API Level

Defines whether this view reacts to click events.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol clickable.

Constant Value: 29 (0x0000001d)

public static final int View_contentDescription

Since: API Level

Defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute can be used for providing such.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol contentDescription.

Constant Value: 41 (0x00000029)

public static final int View_drawingCacheQuality

Since: API Level

Defines the quality of translucent drawing caches. This property is used only when the drawing cache is enabled and translucent. The default value is auto.

Must be one of the following constant values.

ConstantValueDescription
auto0 Lets the framework decide what quality level should be used for the drawing cache.
low1 Low quality. When set to low quality, the drawing cache uses a lower color depth, thus losing precision in rendering gradients, but uses less memory.
high2 High quality. When set to high quality, the drawing cache uses a higher color depth but uses more memory.

This corresponds to the global attribute resource symbol drawingCacheQuality.

Constant Value: 32 (0x00000020)

public static final int View_duplicateParentState

Since: API Level

When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol duplicateParentState.

Constant Value: 33 (0x00000021)

public static final int View_fadeScrollbars

Since: API Level

Defines whether to fade out scrollbars when they are not in use.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fadeScrollbars.

Constant Value: 44 (0x0000002c)

public static final int View_fadingEdge

Since: API Level

Defines which edges should be fadeded on scrolling.

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

ConstantValueDescription
none0x00000000 No edge is faded.
horizontal0x00001000 Fades horizontal edges only.
vertical0x00002000 Fades vertical edges only.

This corresponds to the global attribute resource symbol fadingEdge.

Constant Value: 23 (0x00000017)

public static final int View_fadingEdgeLength

Since: API Level

Defines the length of the fading edges.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fadingEdgeLength.

Constant Value: 24 (0x00000018)

public static final int View_filterTouchesWhenObscured

Since: API Level

Specifies whether to filter touches when the view's window is obscured by another visible window. When set to true, the view will not receive touches whenever a toast, dialog or other window appears above the view's window. Refer to the View security documentation for more details.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol filterTouchesWhenObscured.

Constant Value: 46 (0x0000002e)

public static final int View_fitsSystemWindows

Since: API Level

Boolean internal attribute to adjust view layout based on system windows such as the status bar. If true, adjusts the padding of this view to leave space for the system windows. Will only take effect if this view is in a non-embedded activity.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol fitsSystemWindows.

Constant Value: 21 (0x00000015)

public static final int View_focusable

Since: API Level

Boolean that controls whether a view can take focus. By default the user can not move focus to a view; by setting this attribute to true the view is allowed to take focus. This value does not impact the behavior of directly calling requestFocus(), which will always request focus regardless of this view. It only impacts where focus navigation will try to move focus.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol focusable.

Constant Value: 18 (0x00000012)

public static final int View_focusableInTouchMode

Since: API Level

Boolean that controls whether a view can take focus while in touch mode. If this is true for a view, that view can gain focus when clicked on, and can keep focus if another view is clicked on that doesn't have this attribute set to true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol focusableInTouchMode.

Constant Value: 19 (0x00000013)

public static final int View_hapticFeedbackEnabled

Since: API Level

Boolean that controls whether a view should have haptic feedback enabled for events such as long presses.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol hapticFeedbackEnabled.

Constant Value: 39 (0x00000027)

public static final int View_id

Since: API Level

Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById(). This must be a resource reference; typically you set this using the @+ syntax to create a new ID resources. For example: android:id="@+id/my_id" which allows you to later retrieve the view with findViewById(R.id.my_id).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol id.

Constant Value: 8 (0x00000008)

public static final int View_isScrollContainer

Since: API Level

Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method. If not set, the default value will be true if "scrollbars" has the vertical scrollbar set, else it will be false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol isScrollContainer.

Constant Value: 38 (0x00000026)

public static final int View_keepScreenOn

Since: API Level

Controls whether the view's window should keep the screen on while visible.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol keepScreenOn.

Constant Value: 37 (0x00000025)

public static final int View_longClickable

Since: API Level

Defines whether this view reacts to long click events.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol longClickable.

Constant Value: 30 (0x0000001e)

public static final int View_minHeight

Since: API Level

Defines the minimum height of the view. It is not guaranteed the view will be able to achieve this minimum height (for example, if its parent layout constrains it with less available height).

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minHeight.

Constant Value: 35 (0x00000023)

public static final int View_minWidth

Since: API Level

Defines the minimum width of the view. It is not guaranteed the view will be able to achieve this minimum width (for example, if its parent layout constrains it with less available width).

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol minWidth.

Constant Value: 34 (0x00000022)

public static final int View_nextFocusDown

Since: API Level

Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol nextFocusDown.

Constant Value: 28 (0x0000001c)

public static final int View_nextFocusLeft

Since: API Level

Defines the next view to give focus to when the next focus is FOCUS_LEFT. If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol nextFocusLeft.

Constant Value: 25 (0x00000019)

public static final int View_nextFocusRight

Since: API Level

Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol nextFocusRight.

Constant Value: 26 (0x0000001a)

public static final int View_nextFocusUp

Since: API Level

Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a RuntimeException will result when the reference is accessed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol nextFocusUp.

Constant Value: 27 (0x0000001b)

public static final int View_onClick

Since: API Level

Name of the method in this View's context to invoke when the view is clicked. This name must correspond to a public method that takes exactly one parameter of type View. For instance, if you specify android:onClick="sayHello", you must declare a public void sayHello(View v) method of your context (typically, your Activity).

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol onClick.

Constant Value: 40 (0x00000028)

public static final int View_overScrollMode

Since: API Level

Defines over-scrolling behavior. This property is used only if the View is scrollable. Over-scrolling is the ability for the user to receive feedback when attempting to scroll beyond meaningful content.

Must be one of the following constant values.

ConstantValueDescription
always0 Always show over-scroll effects, even if the content fits entirely within the available space.
ifContentScrolls1 Only show over-scroll effects if the content is large enough to meaningfully scroll.
never2 Never show over-scroll effects.

This corresponds to the global attribute resource symbol overScrollMode.

Constant Value: 45 (0x0000002d)

public static final int View_padding

Since: API Level

Sets the padding, in pixels, of all four edges. Padding is defined as space between the edges of the view and the view's content. A views size will include it's padding. If a background is provided, the padding will initially be set to that (0 if the drawable does not have padding). Explicitly setting a padding value will override the corresponding padding found in the background.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol padding.

Constant Value: 13 (0x0000000d)

public static final int View_paddingBottom

Since: API Level

Sets the padding, in pixels, of the bottom edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol paddingBottom.

Constant Value: 17 (0x00000011)

public static final int View_paddingLeft

Since: API Level

Sets the padding, in pixels, of the left edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol paddingLeft.

Constant Value: 14 (0x0000000e)

public static final int View_paddingRight

Since: API Level

Sets the padding, in pixels, of the right edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol paddingRight.

Constant Value: 16 (0x00000010)

public static final int View_paddingTop

Since: API Level

Sets the padding, in pixels, of the top edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol paddingTop.

Constant Value: 15 (0x0000000f)

public static final int View_saveEnabled

Since: API Level

If unset, no state will be saved for this view when it is being frozen. The default is true, allowing the view to be saved (however it also must have an ID assigned to it for its state to be saved). Setting this to false only disables the state for this view, not for its children which may still be saved.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol saveEnabled.

Constant Value: 31 (0x0000001f)

public static final int View_scrollX

Since: API Level

The initial horizontal scroll offset, in pixels.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollX.

Constant Value: 10 (0x0000000a)

public static final int View_scrollY

Since: API Level

The initial vertical scroll offset, in pixels.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollY.

Constant Value: 11 (0x0000000b)

public static final int View_scrollbarAlwaysDrawHorizontalTrack

Since: API Level

Defines whether the horizontal scrollbar track should always be drawn.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollbarAlwaysDrawHorizontalTrack.

Constant Value: 5 (0x00000005)

public static final int View_scrollbarAlwaysDrawVerticalTrack

Since: API Level

Defines whether the vertical scrollbar track should always be drawn.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollbarAlwaysDrawVerticalTrack.

Constant Value: 6 (0x00000006)

public static final int View_scrollbarDefaultDelayBeforeFade

Since: API Level

Defines the delay in milliseconds that a scrollbar waits before fade out.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollbarDefaultDelayBeforeFade.

Constant Value: 43 (0x0000002b)

public static final int View_scrollbarFadeDuration

Since: API Level

Defines the delay in milliseconds that a scrollbar takes to fade out.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollbarFadeDuration.

Constant Value: 42 (0x0000002a)

public static final int View_scrollbarSize

Since: API Level

Sets the width of vertical scrollbars and height of horizontal scrollbars.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol scrollbarSize.

Constant Value: 0 (0x00000000)

public static final int View_scrollbarStyle

Since: API Level

Controls the scrollbar style and position. The scrollbars can be overlaid or inset. When inset, they add to the padding of the view. And the scrollbars can be drawn inside the padding area or on the edge of the view. For example, if a view has a background drawable and you want to draw the scrollbars inside the padding specified by the drawable, you can use insideOverlay or insideInset. If you want them to appear at the edge of the view, ignoring the padding, then you can use outsideOverlay or outsideInset.

Must be one of the following constant values.

ConstantValueDescription
insideOverlay0x0 Inside the padding and overlaid
insideInset0x01000000 Inside the padding and inset
outsideOverlay0x02000000 Edge of the view and overlaid
outsideInset0x03000000 Edge of the view and inset

This corresponds to the global attribute resource symbol scrollbarStyle.

Constant Value: 7 (0x00000007)

public static final int View_scrollbarThumbHorizontal

Since: API Level

Defines the horizontal scrollbar thumb drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol scrollbarThumbHorizontal.

Constant Value: 1 (0x00000001)

public static final int View_scrollbarThumbVertical

Since: API Level

Defines the vertical scrollbar thumb drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol scrollbarThumbVertical.

Constant Value: 2 (0x00000002)

public static final int View_scrollbarTrackHorizontal

Since: API Level

Defines the horizontal scrollbar track drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol scrollbarTrackHorizontal.

Constant Value: 3 (0x00000003)

public static final int View_scrollbarTrackVertical

Since: API Level

Defines the vertical scrollbar track drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol scrollbarTrackVertical.

Constant Value: 4 (0x00000004)

public static final int View_scrollbars

Since: API Level

Defines which scrollbars should be displayed on scrolling or not.

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

ConstantValueDescription
none0x00000000 No scrollbar is displayed.
horizontal0x00000100 Displays horizontal scrollbar only.
vertical0x00000200 Displays vertical scrollbar only.

This corresponds to the global attribute resource symbol scrollbars.

Constant Value: 22 (0x00000016)

public static final int View_soundEffectsEnabled

Since: API Level

Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol soundEffectsEnabled.

Constant Value: 36 (0x00000024)

public static final int View_tag

Since: API Level

Supply a tag for this view containing a String, to be retrieved later with View.getTag() or searched for with View.findViewWithTag(). It is generally preferable to use IDs (through the android:id attribute) instead of tags because they are faster and allow for compile-time type checking.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol tag.

Constant Value: 9 (0x00000009)

public static final int View_visibility

Since: API Level

Controls the initial visibility of the view.

Must be one of the following constant values.

ConstantValueDescription
visible0 Visible on screen; the default value.
invisible1 Not displayed, but taken into account during layout (space is left for it).
gone2 Completely hidden, as if the view had not been added.

This corresponds to the global attribute resource symbol visibility.

Constant Value: 20 (0x00000014)

public static final int[] VolumePreference

Since: API Level

Base attributes available to VolumePreference.

Includes the following attributes:

AttributeDescription
android:streamType Different audio stream types.

public static final int VolumePreference_streamType

Since: API Level

Different audio stream types.

Must be one of the following constant values.

ConstantValueDescription
voice0
system1
ring2
music3
alarm4

This corresponds to the global attribute resource symbol streamType.

Constant Value: 0 (0x00000000)

public static final int[] Wallpaper

Since: API Level

Use wallpaper as the root tag of the XML resource that describes an WallpaperService, which is referenced from its SERVICE_META_DATA meta-data entry. Described here are the attributes that can be included in that tag.

Includes the following attributes:

AttributeDescription
android:author Name of the author of this component, e.
android:description Short description of the component's purpose or behavior.
android:settingsActivity Component name of an activity that allows the user to modify the settings for this service.
android:thumbnail Reference to a the wallpaper's thumbnail bitmap.

public static final int Wallpaper_author

Since: API Level

Name of the author of this component, e.g. Google.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol author.

Constant Value: 3 (0x00000003)

public static final int Wallpaper_description

Since: API Level

Short description of the component's purpose or behavior.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol description.

Constant Value: 0 (0x00000000)

public static final int Wallpaper_settingsActivity

Since: API Level

Component name of an activity that allows the user to modify the settings for this service.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol settingsActivity.

Constant Value: 1 (0x00000001)

public static final int Wallpaper_thumbnail

Since: API Level

Reference to a the wallpaper's thumbnail bitmap.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol thumbnail.

Constant Value: 2 (0x00000002)

public static final int[] Window

Since: API Level

The set of attributes that describe a Windows's theme.

Includes the following attributes:

AttributeDescription
android:backgroundDimAmount Default background dim amount when a menu, dialog, or something similar pops up.
android:backgroundDimEnabled Control whether dimming behind the window is enabled.
android:textColor Color of text (usually same as colorForeground).
android:windowAnimationStyle Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.
android:windowBackground Drawable to use as the overall window background.
android:windowContentOverlay This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.
android:windowDisablePreview Flag allowing you to disable the preview animation for a window.
android:windowFrame Drawable to use as a frame around the window.
android:windowFullscreen Flag indicating whether this window should fill the entire screen.
android:windowIsFloating Flag indicating whether this is a floating window.
android:windowIsTranslucent Flag indicating whether this is a translucent window.
android:windowNoDisplay Flag indicating that this window should not be displayed at all.
android:windowNoTitle Flag indicating whether there should be no title on this window.
android:windowShowWallpaper Flag indicating that this window's background should be the user's current wallpaper.
android:windowSoftInputMode Defines the default soft input state that this window would like when it is displayed.

public static final int[] WindowAnimation

Since: API Level

Window animation class attributes.

Includes the following attributes:

AttributeDescription
android:activityCloseEnterAnimation When closing the current activity, this is the animation that is run on the next activity (which is entering the screen).
android:activityCloseExitAnimation When closing the current activity, this is the animation that is run on the current activity (which is exiting the screen).
android:activityOpenEnterAnimation When opening a new activity, this is the animation that is run on the next activity (which is entering the screen).
android:activityOpenExitAnimation When opening a new activity, this is the animation that is run on the previous activity (which is exiting the screen).
android:taskCloseEnterAnimation When closing the last activity of a task, this is the animation that is run on the activity of the next task (which is entering the screen).
android:taskCloseExitAnimation When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).
android:taskOpenEnterAnimation When opening an activity in a new task, this is the animation that is run on the activity of the new task (which is entering the screen).
android:taskOpenExitAnimation When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).
android:taskToBackEnterAnimation When sending the current task to the background, this is the animation that is run on the top activity of the task behind it (which is entering the screen).
android:taskToBackExitAnimation When sending the current task to the background, this is the animation that is run on the top activity of the current task (which is exiting the screen).
android:taskToFrontEnterAnimation When bringing an existing task to the foreground, this is the animation that is run on the top activity of the task being brought to the foreground (which is entering the screen).
android:taskToFrontExitAnimation When bringing an existing task to the foreground, this is the animation that is run on the current foreground activity (which is exiting the screen).
android:wallpaperCloseEnterAnimation When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the new activity (which is entering the screen).
android:wallpaperCloseExitAnimation When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the old wallpaper activity (which is exiting the screen).
android:wallpaperIntraCloseEnterAnimation When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the previous activity (which is entering the screen).
android:wallpaperIntraCloseExitAnimation When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).
android:wallpaperIntraOpenEnterAnimation When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the new activity (which is entering the screen).
android:wallpaperIntraOpenExitAnimation When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).
android:wallpaperOpenEnterAnimation When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the new wallpaper activity (which is entering the screen).
android:wallpaperOpenExitAnimation When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).
android:windowEnterAnimation The animation used when a window is being added.
android:windowExitAnimation The animation used when a window is being removed.
android:windowHideAnimation The animation used when a window is going from VISIBLE to INVISIBLE.
android:windowShowAnimation The animation used when a window is going from INVISIBLE to VISIBLE.

public static final int WindowAnimation_activityCloseEnterAnimation

Since: API Level

When closing the current activity, this is the animation that is run on the next activity (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol activityCloseEnterAnimation.

Constant Value: 6 (0x00000006)

public static final int WindowAnimation_activityCloseExitAnimation

Since: API Level

When closing the current activity, this is the animation that is run on the current activity (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol activityCloseExitAnimation.

Constant Value: 7 (0x00000007)

public static final int WindowAnimation_activityOpenEnterAnimation

Since: API Level

When opening a new activity, this is the animation that is run on the next activity (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol activityOpenEnterAnimation.

Constant Value: 4 (0x00000004)

public static final int WindowAnimation_activityOpenExitAnimation

Since: API Level

When opening a new activity, this is the animation that is run on the previous activity (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol activityOpenExitAnimation.

Constant Value: 5 (0x00000005)

public static final int WindowAnimation_taskCloseEnterAnimation

Since: API Level

When closing the last activity of a task, this is the animation that is run on the activity of the next task (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskCloseEnterAnimation.

Constant Value: 10 (0x0000000a)

public static final int WindowAnimation_taskCloseExitAnimation

Since: API Level

When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskCloseExitAnimation.

Constant Value: 11 (0x0000000b)

public static final int WindowAnimation_taskOpenEnterAnimation

Since: API Level

When opening an activity in a new task, this is the animation that is run on the activity of the new task (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskOpenEnterAnimation.

Constant Value: 8 (0x00000008)

public static final int WindowAnimation_taskOpenExitAnimation

Since: API Level

When opening an activity in a new task, this is the animation that is run on the activity of the old task (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskOpenExitAnimation.

Constant Value: 9 (0x00000009)

public static final int WindowAnimation_taskToBackEnterAnimation

Since: API Level

When sending the current task to the background, this is the animation that is run on the top activity of the task behind it (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskToBackEnterAnimation.

Constant Value: 14 (0x0000000e)

public static final int WindowAnimation_taskToBackExitAnimation

Since: API Level

When sending the current task to the background, this is the animation that is run on the top activity of the current task (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskToBackExitAnimation.

Constant Value: 15 (0x0000000f)

public static final int WindowAnimation_taskToFrontEnterAnimation

Since: API Level

When bringing an existing task to the foreground, this is the animation that is run on the top activity of the task being brought to the foreground (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskToFrontEnterAnimation.

Constant Value: 12 (0x0000000c)

public static final int WindowAnimation_taskToFrontExitAnimation

Since: API Level

When bringing an existing task to the foreground, this is the animation that is run on the current foreground activity (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol taskToFrontExitAnimation.

Constant Value: 13 (0x0000000d)

public static final int WindowAnimation_wallpaperCloseEnterAnimation

Since: API Level

When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the new activity (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperCloseEnterAnimation.

Constant Value: 18 (0x00000012)

public static final int WindowAnimation_wallpaperCloseExitAnimation

Since: API Level

When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the old wallpaper activity (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperCloseExitAnimation.

Constant Value: 19 (0x00000013)

public static final int WindowAnimation_wallpaperIntraCloseEnterAnimation

Since: API Level

When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the previous activity (which is entering the screen). The wallpaper remains static behind the animation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperIntraCloseEnterAnimation.

Constant Value: 22 (0x00000016)

public static final int WindowAnimation_wallpaperIntraCloseExitAnimation

Since: API Level

When closing a foreround activity that is on top of the wallpaper when the previous activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen). The wallpaper remains static behind the animation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperIntraCloseExitAnimation.

Constant Value: 23 (0x00000017)

public static final int WindowAnimation_wallpaperIntraOpenEnterAnimation

Since: API Level

When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the new activity (which is entering the screen). The wallpaper remains static behind the animation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperIntraOpenEnterAnimation.

Constant Value: 20 (0x00000014)

public static final int WindowAnimation_wallpaperIntraOpenExitAnimation

Since: API Level

When opening a new activity that is on top of the wallpaper when the current activity is also on top of the wallpaper, this is the animation that is run on the current activity (which is exiting the screen). The wallpaper remains static behind the animation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperIntraOpenExitAnimation.

Constant Value: 21 (0x00000015)

public static final int WindowAnimation_wallpaperOpenEnterAnimation

Since: API Level

When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the new wallpaper activity (which is entering the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperOpenEnterAnimation.

Constant Value: 16 (0x00000010)

public static final int WindowAnimation_wallpaperOpenExitAnimation

Since: API Level

When opening a new activity that shows the wallpaper, while currently not showing the wallpaper, this is the animation that is run on the current activity (which is exiting the screen).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol wallpaperOpenExitAnimation.

Constant Value: 17 (0x00000011)

public static final int WindowAnimation_windowEnterAnimation

Since: API Level

The animation used when a window is being added.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowEnterAnimation.

Constant Value: 0 (0x00000000)

public static final int WindowAnimation_windowExitAnimation

Since: API Level

The animation used when a window is being removed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowExitAnimation.

Constant Value: 1 (0x00000001)

public static final int WindowAnimation_windowHideAnimation

Since: API Level

The animation used when a window is going from VISIBLE to INVISIBLE.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowHideAnimation.

Constant Value: 3 (0x00000003)

public static final int WindowAnimation_windowShowAnimation

Since: API Level

The animation used when a window is going from INVISIBLE to VISIBLE.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowShowAnimation.

Constant Value: 2 (0x00000002)

public static final int Window_backgroundDimAmount

Since: API Level

Default background dim amount when a menu, dialog, or something similar pops up.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol backgroundDimAmount.

Constant Value: 0 (0x00000000)

public static final int Window_backgroundDimEnabled

Since: API Level

Control whether dimming behind the window is enabled. The default theme does not set this value, meaning it is based on whether the window is floating.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol backgroundDimEnabled.

Constant Value: 11 (0x0000000b)

public static final int Window_textColor

Since: API Level

Color of text (usually same as colorForeground).

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This corresponds to the global attribute resource symbol textColor.

Constant Value: 7 (0x00000007)

public static final int Window_windowAnimationStyle

Since: API Level

Reference to a style resource holding the set of window animations to use, which can be any of the attributes defined by WindowAnimation.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowAnimationStyle.

Constant Value: 8 (0x00000008)

public static final int Window_windowBackground

Since: API Level

Drawable to use as the overall window background. There are a few special considerations you should use when settings this drawable:

  • This information will be used to infer the pixel format for your window's surface. If the drawable has any non-opaque pixels, your window will be translucent (32 bpp).
  • If you want to draw the entire background yourself, you should set this drawable to some solid color that closely matches that background (so the system's preview of your window will match), and then in code manually set your window's background to null so it will not be drawn.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowBackground.

Constant Value: 1 (0x00000001)

public static final int Window_windowContentOverlay

Since: API Level

This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowContentOverlay.

Constant Value: 6 (0x00000006)

public static final int Window_windowDisablePreview

Since: API Level

Flag allowing you to disable the preview animation for a window. The default value is false; if set to true, the system can never use the window's theme to show a preview of it before your actual instance is shown to the user.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowDisablePreview.

Constant Value: 12 (0x0000000c)

public static final int Window_windowFrame

Since: API Level

Drawable to use as a frame around the window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This corresponds to the global attribute resource symbol windowFrame.

Constant Value: 2 (0x00000002)

public static final int Window_windowFullscreen

Since: API Level

Flag indicating whether this window should fill the entire screen.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowFullscreen.

Constant Value: 9 (0x00000009)

public static final int Window_windowIsFloating

Since: API Level

Flag indicating whether this is a floating window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowIsFloating.

Constant Value: 4 (0x00000004)

public static final int Window_windowIsTranslucent

Since: API Level

Flag indicating whether this is a translucent window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowIsTranslucent.

Constant Value: 5 (0x00000005)

public static final int Window_windowNoDisplay

Since: API Level

Flag indicating that this window should not be displayed at all. The default value is false; if set to true, and this window is the main window of an Activity, then it will never actually be added to the window manager. This means that your activity must immediately quit without waiting for user interaction, because there will be no such interaction coming.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowNoDisplay.

Constant Value: 10 (0x0000000a)

public static final int Window_windowNoTitle

Since: API Level

Flag indicating whether there should be no title on this window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowNoTitle.

Constant Value: 3 (0x00000003)

public static final int Window_windowShowWallpaper

Since: API Level

Flag indicating that this window's background should be the user's current wallpaper.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This corresponds to the global attribute resource symbol windowShowWallpaper.

Constant Value: 14 (0x0000000e)

public static final int Window_windowSoftInputMode

Since: API Level

Defines the default soft input state that this window would like when it is displayed.

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

ConstantValueDescription
stateUnspecified0 Not specified, use what the system thinks is best. This is the default.
stateUnchanged1 Leave the soft input window as-is, in whatever state it last was.
stateHidden2 Make the soft input area hidden when normally appropriate (when the user is navigating forward to your window).
stateAlwaysHidden3 Always make the soft input area hidden when this window has input focus.
stateVisible4 Make the soft input area visible when normally appropriate (when the user is navigating forward to your window).
stateAlwaysVisible5 Always make the soft input area visible when this window has input focus.
adjustUnspecified0x00 The window resize/pan adjustment has not been specified, the system will automatically select between resize and pan modes, depending on whether the content of the window has any layout views that can scroll their contents. If there is such a view, then the window will be resized, with the assumption being that the resizeable area can be reduced to make room for the input UI.
adjustResize0x10 Always resize the window: the content area of the window is reduced to make room for the soft input area.
adjustPan0x20 Don't resize the window to make room for the soft input area; instead pan the contents of the window as focus moves inside of it so that the user can see what they are typing. This is generally less desireable than panning because the user may need to close the input area to get at and interact with parts of the window.

This corresponds to the global attribute resource symbol windowSoftInputMode.

Constant Value: 13 (0x0000000d)

Public Constructors

public R.styleable ()

Since: API Level