java.lang.Object | ||
android.R.styleable |
Value | ||||
---|---|---|---|---|
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. |
6 | 0x00000006 |
int | AbsListView_drawSelectorOnTop | When set to true, the selector will be drawn over the selected item. |
1 | 0x00000001 |
int | AbsListView_listSelector | Drawable used to indicate the currently selected item in the list. |
0 | 0x00000000 |
int | AbsListView_scrollingCache | When set to true, the list uses a drawing cache during scrolling. |
3 | 0x00000003 |
int | AbsListView_stackFromBottom | Used by ListView and GridView to stack their content from the bottom. |
2 | 0x00000002 |
int | AbsListView_textFilterEnabled | When set to true, the list will filter results as the user types. |
4 | 0x00000004 |
int | AbsListView_transcriptMode | Sets the transcript mode for the list. |
5 | 0x00000005 |
int[] | AbsSpinner | Attributes that can be used with a AbsSpinner. | ||
int | AbsSpinner_entries | Reference to an array resource that will populate the Spinner. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
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. |
1 | 0x00000001 |
int[] | AccelerateInterpolator | Attributes that can be used with a AccelerateInterpolator. | ||
int | AccelerateInterpolator_factor | This is the amount of deceleration to ad when easing in. |
0 | 0x00000000 |
int[] | AlertDialog | Attributes that can be used with a AlertDialog. | ||
int | AlertDialog_bottomBright | This symbol is the offset where the bottomBright attribute's value can be found in the AlertDialog array. |
7 | 0x00000007 |
int | AlertDialog_bottomDark | This symbol is the offset where the bottomDark attribute's value can be found in the AlertDialog array. |
3 | 0x00000003 |
int | AlertDialog_bottomMedium | This symbol is the offset where the bottomMedium attribute's value can be found in the AlertDialog array. |
8 | 0x00000008 |
int | AlertDialog_centerBright | This symbol is the offset where the centerBright attribute's value can be found in the AlertDialog array. |
6 | 0x00000006 |
int | AlertDialog_centerDark | This symbol is the offset where the centerDark attribute's value can be found in the AlertDialog array. |
2 | 0x00000002 |
int | AlertDialog_centerMedium | This symbol is the offset where the centerMedium attribute's value can be found in the AlertDialog array. |
9 | 0x00000009 |
int | AlertDialog_fullBright | This symbol is the offset where the fullBright attribute's value can be found in the AlertDialog array. |
4 | 0x00000004 |
int | AlertDialog_fullDark | This symbol is the offset where the fullDark attribute's value can be found in the AlertDialog array. |
0 | 0x00000000 |
int | AlertDialog_topBright | This symbol is the offset where the topBright attribute's value can be found in the AlertDialog array. |
5 | 0x00000005 |
int | AlertDialog_topDark | This symbol is the offset where the topDark attribute's value can be found in the AlertDialog array. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int | AlphaAnimation_toAlpha | This symbol is the offset where the toAlpha attribute's value can be found in the AlphaAnimation array. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int | AnalogClock_hand_hour | This symbol is the offset where the hand_hour attribute's value can be found in the AnalogClock array. |
1 | 0x00000001 |
int | AnalogClock_hand_minute | This symbol is the offset where the hand_minute attribute's value can be found in the AnalogClock array. |
2 | 0x00000002 |
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. |
0 | 0x00000000 |
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_enabled | Specify whether the activity-alias is enabled or not (i.e. |
4 | 0x00000004 |
int | AndroidManifestActivityAlias_exported | Flag indicating whether the given application component is available to other applications. |
5 | 0x00000005 |
int | AndroidManifestActivityAlias_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestActivityAlias_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestActivityAlias_name | Required name of the class implementing the activity, deriving from Activity. |
2 | 0x00000002 |
int | AndroidManifestActivityAlias_permission | Specify a permission that a client is required to have in order to use the associated object. |
3 | 0x00000003 |
int | AndroidManifestActivityAlias_targetActivity | The name of the activity this alias should launch. |
6 | 0x00000006 |
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. |
18 | 0x00000012 |
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. |
17 | 0x00000011 |
int | AndroidManifestActivity_clearTaskOnLaunch | Specify whether an activity's task should be cleared when it is re-launched from the home screen. |
11 | 0x0000000b |
int | AndroidManifestActivity_configChanges | Specify one or more configuration changes that the activity will handle itself. |
16 | 0x00000010 |
int | AndroidManifestActivity_enabled | Specify whether the activity is enabled or not (i.e. |
5 | 0x00000005 |
int | AndroidManifestActivity_excludeFromRecents | Indicates that an Activity should be excluded from the list of recently launched activities. |
13 | 0x0000000d |
int | AndroidManifestActivity_exported | Flag indicating whether the given application component is available to other applications. |
6 | 0x00000006 |
int | AndroidManifestActivity_finishOnTaskLaunch | Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. |
10 | 0x0000000a |
int | AndroidManifestActivity_icon | A Drawable resource providing a graphical representation of its associated item. |
2 | 0x00000002 |
int | AndroidManifestActivity_label | A user-legible name for the given item. |
1 | 0x00000001 |
int | AndroidManifestActivity_launchMode | Specify how an activity should be launched. |
14 | 0x0000000e |
int | AndroidManifestActivity_multiprocess | Specify whether a component is allowed to have multiple instances of itself running in different processes. |
9 | 0x00000009 |
int | AndroidManifestActivity_name | Required name of the class implementing the activity, deriving from Activity. |
3 | 0x00000003 |
int | AndroidManifestActivity_permission | Specify a permission that a client is required to have in order to use the associated object. |
4 | 0x00000004 |
int | AndroidManifestActivity_process | Specify a specific process that the associated code is to run in. |
7 | 0x00000007 |
int | AndroidManifestActivity_screenOrientation | Specify the orientation an activity should be run in. |
15 | 0x0000000f |
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. |
12 | 0x0000000c |
int | AndroidManifestActivity_taskAffinity | Specify a task name that activities have an "affinity" to. |
8 | 0x00000008 |
int | AndroidManifestActivity_theme | The overall theme to use for an activity. |
0 | 0x00000000 |
int[] | AndroidManifestApplication | The application tag describes application-level components
contained in the package, as well as general application
attributes. |
||
int | AndroidManifestApplication_allowClearUserData | Option to let applications specify that user data can/cannot be cleared. |
5 | 0x00000005 |
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. |
14 | 0x0000000e |
int | AndroidManifestApplication_debuggable | Flag indicating whether the application can be debugged, even when running on a device that is running in user mode. |
10 | 0x0000000a |
int | AndroidManifestApplication_description | A longer descriptive text about a particular application or permission that can be granted. |
13 | 0x0000000d |
int | AndroidManifestApplication_enabled | Specify whether the components in this application are enabled or not (i.e. |
9 | 0x00000009 |
int | AndroidManifestApplication_hasCode | Indicate whether this application contains code. |
7 | 0x00000007 |
int | AndroidManifestApplication_icon | A Drawable resource providing a graphical representation of its associated item. |
2 | 0x00000002 |
int | AndroidManifestApplication_label | A user-legible name for the given item. |
1 | 0x00000001 |
int | AndroidManifestApplication_manageSpaceActivity | Name of activity to be launched for managing the application's space on the device. |
4 | 0x00000004 |
int | AndroidManifestApplication_name | An optional name of a class implementing the overall Application for this package. |
3 | 0x00000003 |
int | AndroidManifestApplication_permission | Specify a permission that a client is required to have in order to use the associated object. |
6 | 0x00000006 |
int | AndroidManifestApplication_persistent | Flag to control special persistent mode of an application. |
8 | 0x00000008 |
int | AndroidManifestApplication_process | Specify a specific process that the associated code is to run in. |
11 | 0x0000000b |
int | AndroidManifestApplication_taskAffinity | Specify a task name that activities have an "affinity" to. |
12 | 0x0000000c |
int | AndroidManifestApplication_theme | The overall theme to use for an activity. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
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(). |
2 | 0x00000002 |
int | AndroidManifestData_mimeType | Specify a MIME type that is handled, as per IntentFilter.addDataType(). |
0 | 0x00000000 |
int | AndroidManifestData_path | Specify a URI path that must exactly match, as per IntentFilter.addDataAuthority() with PATTERN_LITERAL. |
4 | 0x00000004 |
int | AndroidManifestData_pathPattern | Specify a URI path that matches a simple pattern, as per IntentFilter.addDataAuthority() with PATTERN_SIMPLE_GLOB. |
6 | 0x00000006 |
int | AndroidManifestData_pathPrefix | Specify a URI path that must be a prefix to match, as per IntentFilter.addDataAuthority() with PATTERN_PREFIX. |
5 | 0x00000005 |
int | AndroidManifestData_port | Specify a URI authority port that is handled, as per IntentFilter.addDataAuthority(). |
3 | 0x00000003 |
int | AndroidManifestData_scheme | Specify a URI scheme that is handled, as per IntentFilter.addDataScheme(). |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int | AndroidManifestGrantUriPermission_pathPattern | Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB. |
2 | 0x00000002 |
int | AndroidManifestGrantUriPermission_pathPrefix | Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX. |
1 | 0x00000001 |
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. |
5 | 0x00000005 |
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. |
4 | 0x00000004 |
int | AndroidManifestInstrumentation_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestInstrumentation_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestInstrumentation_name | Required name of the class implementing the instrumentation, deriving from Instrumentation. |
2 | 0x00000002 |
int | AndroidManifestInstrumentation_targetPackage | The name of the application package that an Instrumentation object will run against. |
3 | 0x00000003 |
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. |
1 | 0x00000001 |
int | AndroidManifestIntentFilter_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestIntentFilter_priority | Specify the relative importance or ability in handling a particular Intent. |
2 | 0x00000002 |
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. |
0 | 0x00000000 |
int | AndroidManifestMetaData_resource | Resource identifier to assign to this piece of named meta-data. |
2 | 0x00000002 |
int | AndroidManifestMetaData_value | Concrete value to assign to this piece of named meta-data. |
1 | 0x00000001 |
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 | A longer descriptive text about a particular application or permission that can be granted. |
3 | 0x00000003 |
int | AndroidManifestPermissionGroup_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestPermissionGroup_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestPermissionGroup_name | Required public name of the permission group, permissions will use to specify the group they are in. |
2 | 0x00000002 |
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. |
1 | 0x00000001 |
int | AndroidManifestPermissionTree_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestPermissionTree_name | Required public name of the permission tree, which is the base name of all permissions under it. |
2 | 0x00000002 |
int | AndroidManifestPermission_description | A longer descriptive text about a particular application or permission that can be granted. |
5 | 0x00000005 |
int | AndroidManifestPermission_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestPermission_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestPermission_name | Required public name of the permission, which other components and packages will use when referring to this permission. |
2 | 0x00000002 |
int | AndroidManifestPermission_permissionGroup | Specified the name of a group that this permission is associated with. |
4 | 0x00000004 |
int | AndroidManifestPermission_protectionLevel | Specifies the degree of protection that should be associated with a permission, indicating how much a holder of the permission can compromise the system. |
3 | 0x00000003 |
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. |
10 | 0x0000000a |
int | AndroidManifestProvider_enabled | Specify whether this provider is enabled or not (i.e. |
6 | 0x00000006 |
int | AndroidManifestProvider_exported | Flag indicating whether the given application component is available to other applications. |
7 | 0x00000007 |
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. |
13 | 0x0000000d |
int | AndroidManifestProvider_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestProvider_initOrder | Specify the order in which content providers hosted by a process are instantiated when that process is created. |
12 | 0x0000000c |
int | AndroidManifestProvider_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestProvider_multiprocess | Specify whether a component is allowed to have multiple instances of itself running in different processes. |
9 | 0x00000009 |
int | AndroidManifestProvider_name | Required name of the class implementing the provider, deriving from ContentProvider. |
2 | 0x00000002 |
int | AndroidManifestProvider_permission | Specify a permission that a client is required to have in order to use the associated object. |
3 | 0x00000003 |
int | AndroidManifestProvider_process | Specify a specific process that the associated code is to run in. |
8 | 0x00000008 |
int | AndroidManifestProvider_readPermission | A specific permission name for read-only access to a ContentProvider. |
4 | 0x00000004 |
int | AndroidManifestProvider_syncable | Flag indicating whether this content provider would like to participate in data synchronization. |
11 | 0x0000000b |
int | AndroidManifestProvider_writePermission | A specific permission name for write access to a ContentProvider. |
5 | 0x00000005 |
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_enabled | Specify whether the receiver is enabled or not (i.e. |
4 | 0x00000004 |
int | AndroidManifestReceiver_exported | Flag indicating whether the given application component is available to other applications. |
5 | 0x00000005 |
int | AndroidManifestReceiver_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestReceiver_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestReceiver_name | Required name of the class implementing the receiver, deriving from BroadcastReceiver. |
2 | 0x00000002 |
int | AndroidManifestReceiver_permission | Specify a permission that a client is required to have in order to use the associated object. |
3 | 0x00000003 |
int | AndroidManifestReceiver_process | Specify a specific process that the associated code is to run in. |
6 | 0x00000006 |
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_enabled | Specify whether the service is enabled or not (i.e. |
4 | 0x00000004 |
int | AndroidManifestService_exported | Flag indicating whether the given application component is available to other applications. |
5 | 0x00000005 |
int | AndroidManifestService_icon | A Drawable resource providing a graphical representation of its associated item. |
1 | 0x00000001 |
int | AndroidManifestService_label | A user-legible name for the given item. |
0 | 0x00000000 |
int | AndroidManifestService_name | Required name of the class implementing the service, deriving from Service. |
2 | 0x00000002 |
int | AndroidManifestService_permission | Specify a permission that a client is required to have in order to use the associated object. |
3 | 0x00000003 |
int | AndroidManifestService_process | Specify a specific process that the associated code is to run in. |
6 | 0x00000006 |
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. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int[] | AndroidManifestUsesSdk | The uses-sdk tag describes the SDK features that the
containing package must be running on to operate correctly. |
||
int | AndroidManifestUsesSdk_minSdkVersion | This is the minimum SDK version number that the application requires. |
0 | 0x00000000 |
int | AndroidManifest_sharedUserId | Specify the name of a user ID that will be shared between multiple packages. |
0 | 0x00000000 |
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. |
1 | 0x00000001 |
int | AnimationDrawableItem_duration | Amount of time (in milliseconds) to display this frame. |
0 | 0x00000000 |
int | AnimationDrawable_oneshot | If true, the animation will only run a single time and then stop. |
2 | 0x00000002 |
int | AnimationDrawable_variablePadding | If true, allows the drawable's padding to change based on the current state that is selected. |
1 | 0x00000001 |
int | AnimationDrawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | Animation_duration | Amount of time (in milliseconds) for the animation to run. |
1 | 0x00000001 |
int | Animation_fillAfter | When set to true, the animation transformation is applied after the animation is over. |
3 | 0x00000003 |
int | Animation_fillBefore | When set to true, the animation transformation is applied before the animation has started. |
2 | 0x00000002 |
int | Animation_interpolator | Defines the interpolator used to smooth the animation movement in time. |
0 | 0x00000000 |
int | Animation_repeatCount | Defines how many times the animation should repeat. |
5 | 0x00000005 |
int | Animation_repeatMode | Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. |
6 | 0x00000006 |
int | Animation_startOffset | Delay in milliseconds before the animation runs, once start time is reached. |
4 | 0x00000004 |
int | Animation_zAdjustment | Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation. |
7 | 0x00000007 |
int[] | AutoCompleteTextView | Attributes that can be used with a AutoCompleteTextView. | ||
int | AutoCompleteTextView_completionHint | Defines the hint displayed in the drop down menu. |
0 | 0x00000000 |
int | AutoCompleteTextView_completionHintView | Defines the hint view displayed in the drop down menu. |
1 | 0x00000001 |
int | AutoCompleteTextView_completionThreshold | Defines the number of characters that the user must type before completion suggestions are displayed in a drop down menu. |
2 | 0x00000002 |
int | AutoCompleteTextView_dropDownSelector | Selector in a drop down list. |
3 | 0x00000003 |
int[] | BitmapDrawable | Drawable used to draw bitmaps. | ||
int | BitmapDrawable_antialias | Enables or disables antialiasing. |
2 | 0x00000002 |
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.) Must be a boolean value, either " |
4 | 0x00000004 |
int | BitmapDrawable_filter | Enables or disables bitmap filtering. |
3 | 0x00000003 |
int | BitmapDrawable_gravity | Defines the gravity for the bitmap. |
0 | 0x00000000 |
int | BitmapDrawable_src | Identifier of the bitmap file. |
1 | 0x00000001 |
int | BitmapDrawable_tileMode | Defines the tile mode. |
5 | 0x00000005 |
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. |
2 | 0x00000002 |
int | CheckBoxPreference_summaryOff | The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked. |
1 | 0x00000001 |
int | CheckBoxPreference_summaryOn | The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked. |
0 | 0x00000000 |
int[] | CheckedTextView | Attributes that can be used with a CheckedTextView. | ||
int | CheckedTextView_checkMark | Drawable used for the check mark graphic Must be a reference to another resource, in the form " |
1 | 0x00000001 |
int | CheckedTextView_checked | Indicates the initial checked state of this text Must be a boolean value, either " |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int[] | ClipDrawable | Attributes that can be used with a ClipDrawable. | ||
int | ClipDrawable_clipOrientation | The orientation for the clip. |
2 | 0x00000002 |
int | ClipDrawable_drawable | Reference to a drawable resource to draw with the specified scale. |
1 | 0x00000001 |
int | ClipDrawable_gravity | Specifies where to clip within the drawable. |
0 | 0x00000000 |
int[] | ColorDrawable | Drawable used to draw a single color. | ||
int | ColorDrawable_color | The color to use. |
0 | 0x00000000 |
int[] | CompoundButton | Attributes that can be used with a CompoundButton. | ||
int | CompoundButton_button | Drawable used for the button graphic (e.g. |
1 | 0x00000001 |
int | CompoundButton_checked | Indicates the initial checked state of this button Must be a boolean value, either " |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int[] | DatePicker | Attributes that can be used with a DatePicker. | ||
int | DatePicker_endYear | The last year (inclusive) i.e. |
1 | 0x00000001 |
int | DatePicker_startYear | The first year (inclusive) i.e. |
0 | 0x00000000 |
int[] | DecelerateInterpolator | Attributes that can be used with a DecelerateInterpolator. | ||
int | DecelerateInterpolator_factor | This is the amount of acceleration to ad when easing out. |
0 | 0x00000000 |
int[] | DialogPreference | Base attributes available to DialogPreference. | ||
int | DialogPreference_dialogIcon | The icon for the dialog. |
2 | 0x00000002 |
int | DialogPreference_dialogLayout | A layout to be used as the content View for the dialog. |
5 | 0x00000005 |
int | DialogPreference_dialogMessage | The message in the dialog. |
1 | 0x00000001 |
int | DialogPreference_dialogTitle | The title in the dialog. |
0 | 0x00000000 |
int | DialogPreference_negativeButtonText | The negative button text for the dialog. |
4 | 0x00000004 |
int | DialogPreference_positiveButtonText | The positive button text for the dialog. |
3 | 0x00000003 |
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. |
3 | 0x00000003 |
int | DrawableCorners_bottomRightRadius | This symbol is the offset where the bottomRightRadius attribute's value can be found in the DrawableCorners array. |
4 | 0x00000004 |
int | DrawableCorners_radius | This symbol is the offset where the radius attribute's value can be found in the DrawableCorners array. |
0 | 0x00000000 |
int | DrawableCorners_topLeftRadius | This symbol is the offset where the topLeftRadius attribute's value can be found in the DrawableCorners array. |
1 | 0x00000001 |
int | DrawableCorners_topRightRadius | This symbol is the offset where the topRightRadius attribute's value can be found in the DrawableCorners array. |
2 | 0x00000002 |
int[] | DrawableStates | Drawable states. | ||
int | DrawableStates_state_active | State value for StateListDrawable. |
6 | 0x00000006 |
int | DrawableStates_state_checkable | State identifier indicating that the object may display a check mark. |
3 | 0x00000003 |
int | DrawableStates_state_checked | State identifier indicating that the object is currently checked. |
4 | 0x00000004 |
int | DrawableStates_state_enabled | State value for StateListDrawable. |
2 | 0x00000002 |
int | DrawableStates_state_first | State value for StateListDrawable. |
8 | 0x00000008 |
int | DrawableStates_state_focused | State value for StateListDrawable. |
0 | 0x00000000 |
int | DrawableStates_state_last | State value for StateListDrawable. |
10 | 0x0000000a |
int | DrawableStates_state_middle | State value for StateListDrawable. |
9 | 0x00000009 |
int | DrawableStates_state_pressed | State value for StateListDrawable. |
11 | 0x0000000b |
int | DrawableStates_state_selected | State value for StateListDrawable. |
5 | 0x00000005 |
int | DrawableStates_state_single | State value for StateListDrawable. |
7 | 0x00000007 |
int | DrawableStates_state_window_focused | State value for StateListDrawable. |
1 | 0x00000001 |
int | Drawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
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). |
1 | 0x00000001 |
int | ExpandableListGroupIndicatorState_state_expanded | State identifier indicating the group is expanded. |
0 | 0x00000000 |
int[] | ExpandableListView | Attributes that can be used with a ExpandableListView. | ||
int | ExpandableListView_childDivider | Drawable or color that is used as a divider for children. |
6 | 0x00000006 |
int | ExpandableListView_childIndicator | Indicator shown beside the child View. |
1 | 0x00000001 |
int | ExpandableListView_childIndicatorLeft | The left bound for a child's indicator. |
4 | 0x00000004 |
int | ExpandableListView_childIndicatorRight | The right bound for a child's indicator. |
5 | 0x00000005 |
int | ExpandableListView_groupIndicator | Indicator shown beside the group View. |
0 | 0x00000000 |
int | ExpandableListView_indicatorLeft | The left bound for an item's indicator. |
2 | 0x00000002 |
int | ExpandableListView_indicatorRight | The right bound for an item's indicator. |
3 | 0x00000003 |
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. |
0 | 0x00000000 |
int | FrameLayout_foreground | Defines the drawable to draw over the content. |
0 | 0x00000000 |
int | FrameLayout_foregroundGravity | Defines the gravity to apply to the foreground drawable. |
2 | 0x00000002 |
int | FrameLayout_measureAllChildren | Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. |
1 | 0x00000001 |
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. |
1 | 0x00000001 |
int | Gallery_gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
0 | 0x00000000 |
int | Gallery_spacing | This symbol is the offset where the spacing attribute's value can be found in the Gallery array. |
2 | 0x00000002 |
int | Gallery_unselectedAlpha | Sets the alpha on the items that are not selected. |
3 | 0x00000003 |
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. |
3 | 0x00000003 |
int | GradientDrawableGradient_centerColor | Optional center color. |
8 | 0x00000008 |
int | GradientDrawableGradient_centerX | This symbol is the offset where the centerX attribute's value can be found in the GradientDrawableGradient array. |
5 | 0x00000005 |
int | GradientDrawableGradient_centerY | This symbol is the offset where the centerY attribute's value can be found in the GradientDrawableGradient array. |
6 | 0x00000006 |
int | GradientDrawableGradient_endColor | This symbol is the offset where the endColor attribute's value can be found in the GradientDrawableGradient array. |
1 | 0x00000001 |
int | GradientDrawableGradient_gradientRadius | This symbol is the offset where the gradientRadius attribute's value can be found in the GradientDrawableGradient array. |
7 | 0x00000007 |
int | GradientDrawableGradient_startColor | This symbol is the offset where the startColor attribute's value can be found in the GradientDrawableGradient array. |
0 | 0x00000000 |
int | GradientDrawableGradient_type | This symbol is the offset where the type attribute's value can be found in the GradientDrawableGradient array. |
4 | 0x00000004 |
int | GradientDrawableGradient_useLevel | This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawableGradient array. |
2 | 0x00000002 |
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. |
3 | 0x00000003 |
int | GradientDrawablePadding_left | This symbol is the offset where the left attribute's value can be found in the GradientDrawablePadding array. |
0 | 0x00000000 |
int | GradientDrawablePadding_right | This symbol is the offset where the right attribute's value can be found in the GradientDrawablePadding array. |
2 | 0x00000002 |
int | GradientDrawablePadding_top | This symbol is the offset where the top attribute's value can be found in the GradientDrawablePadding array. |
1 | 0x00000001 |
int[] | GradientDrawableSize | Attributes that can be used with a GradientDrawableSize. | ||
int | GradientDrawableSize_height | Makes the TextView be exactly this many pixels tall. |
0 | 0x00000000 |
int | GradientDrawableSize_width | Makes the TextView be exactly this many pixels wide. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
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. |
1 | 0x00000001 |
int | GradientDrawableStroke_dashGap | This symbol is the offset where the dashGap attribute's value can be found in the GradientDrawableStroke array. |
3 | 0x00000003 |
int | GradientDrawableStroke_dashWidth | This symbol is the offset where the dashWidth attribute's value can be found in the GradientDrawableStroke array. |
2 | 0x00000002 |
int | GradientDrawableStroke_width | Makes the TextView be exactly this many pixels wide. |
0 | 0x00000000 |
int | GradientDrawable_innerRadiusRatio | This symbol is the offset where the innerRadiusRatio attribute's value can be found in the GradientDrawable array. |
2 | 0x00000002 |
int | GradientDrawable_shape | This symbol is the offset where the shape attribute's value can be found in the GradientDrawable array. |
1 | 0x00000001 |
int | GradientDrawable_thicknessRatio | This symbol is the offset where the thicknessRatio attribute's value can be found in the GradientDrawable array. |
3 | 0x00000003 |
int | GradientDrawable_useLevel | This symbol is the offset where the useLevel attribute's value can be found in the GradientDrawable array. |
4 | 0x00000004 |
int | GradientDrawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | GridLayoutAnimation_direction | Direction of the animation in the grid. |
2 | 0x00000002 |
int | GridLayoutAnimation_directionPriority | Priority of the rows and columns. |
3 | 0x00000003 |
int | GridLayoutAnimation_rowDelay | Fraction of the animation duration used to delay the beginning of the animation of each row. |
1 | 0x00000001 |
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. |
4 | 0x00000004 |
int | GridView_gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
0 | 0x00000000 |
int | GridView_horizontalSpacing | This symbol is the offset where the horizontalSpacing attribute's value can be found in the GridView array. |
1 | 0x00000001 |
int | GridView_numColumns | This symbol is the offset where the numColumns attribute's value can be found in the GridView array. |
5 | 0x00000005 |
int | GridView_stretchMode | This symbol is the offset where the stretchMode attribute's value can be found in the GridView array. |
3 | 0x00000003 |
int | GridView_verticalSpacing | This symbol is the offset where the verticalSpacing attribute's value can be found in the GridView array. |
2 | 0x00000002 |
int[] | IconMenuView | Attributes that can be used with a IconMenuView. | ||
int | IconMenuView_maxItemsPerRow | Defines the maximum number of items per row. |
2 | 0x00000002 |
int | IconMenuView_maxRows | Defines the maximum number of rows displayed. |
1 | 0x00000001 |
int | IconMenuView_moreIcon | 'More' icon Must be a reference to another resource, in the form " |
3 | 0x00000003 |
int | IconMenuView_rowHeight | Defines the height of each row. |
0 | 0x00000000 |
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. |
2 | 0x00000002 |
int | ImageView_baselineAlignBottom | If true, the image view will be baseline aligned with based on its bottom edge Must be a boolean value, either " |
6 | 0x00000006 |
int | ImageView_cropToPadding | If true, the image will be cropped to fit within its padding Must be a boolean value, either " |
7 | 0x00000007 |
int | ImageView_maxHeight | An optional argument to supply a maximum height for this view. |
4 | 0x00000004 |
int | ImageView_maxWidth | An optional argument to supply a maximum width for this view. |
3 | 0x00000003 |
int | ImageView_scaleType | Controls how the image should be resized or moved to match the size of this ImageView. |
1 | 0x00000001 |
int | ImageView_src | Sets a drawable as the content of this ImageView. |
0 | 0x00000000 |
int | ImageView_tint | Set a tinting color for the image Must be a color value, in the form of " |
5 | 0x00000005 |
int[] | InsetDrawable | Attributes that can be used with a InsetDrawable. | ||
int | InsetDrawable_drawable | Reference to a drawable resource to use for the frame. |
1 | 0x00000001 |
int | InsetDrawable_insetBottom | This symbol is the offset where the insetBottom attribute's value can be found in the InsetDrawable array. |
5 | 0x00000005 |
int | InsetDrawable_insetLeft | This symbol is the offset where the insetLeft attribute's value can be found in the InsetDrawable array. |
2 | 0x00000002 |
int | InsetDrawable_insetRight | This symbol is the offset where the insetRight attribute's value can be found in the InsetDrawable array. |
3 | 0x00000003 |
int | InsetDrawable_insetTop | This symbol is the offset where the insetTop attribute's value can be found in the InsetDrawable array. |
4 | 0x00000004 |
int | InsetDrawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int[] | IntentExtra | An extra data value to place in the Intent, as per Intent.putExtra(). | ||
int | IntentExtra_name | Required name of the extra data. |
0 | 0x00000000 |
int | IntentExtra_value | Concrete value to put for this named extra data. |
1 | 0x00000001 |
int | Intent_action | The action name to assign to the Intent, as per Intent.setAction(). |
2 | 0x00000002 |
int | Intent_data | The data URI to assign to the Intent, as per Intent.setData(). |
3 | 0x00000003 |
int | Intent_mimeType | The MIME type name to assign to the Intent, as per Intent.setType(). |
1 | 0x00000001 |
int | Intent_targetClass | The class part of the ComponentName to assign to the Intent, as per Intent.setComponent(). |
4 | 0x00000004 |
int | Intent_targetPackage | The package part of the ComponentName to assign to the Intent, as per Intent.setComponent(). |
0 | 0x00000000 |
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. |
5 | 0x00000005 |
int | LayerDrawableItem_drawable | Reference to a drawable resource to use for the frame. |
1 | 0x00000001 |
int | LayerDrawableItem_id | Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById(). |
0 | 0x00000000 |
int | LayerDrawableItem_left | This symbol is the offset where the left attribute's value can be found in the LayerDrawableItem array. |
2 | 0x00000002 |
int | LayerDrawableItem_right | This symbol is the offset where the right attribute's value can be found in the LayerDrawableItem array. |
4 | 0x00000004 |
int | LayerDrawableItem_top | This symbol is the offset where the top attribute's value can be found in the LayerDrawableItem array. |
3 | 0x00000003 |
int[] | LayoutAnimation | Attributes that can be used with a LayoutAnimation. | ||
int | LayoutAnimation_animation | Animation to use on each child. |
2 | 0x00000002 |
int | LayoutAnimation_animationOrder | The order in which the animations will be started. |
3 | 0x00000003 |
int | LayoutAnimation_delay | Fraction of the animation duration used to delay the beginning of the animation of each child. |
1 | 0x00000001 |
int | LayoutAnimation_interpolator | Interpolator used to interpolate the delay between the start of each animation. |
0 | 0x00000000 |
int[] | LevelListDrawableItem | Attributes that can be used with a LevelListDrawableItem. | ||
int | LevelListDrawableItem_drawable | Reference to a drawable resource to use for the frame. |
0 | 0x00000000 |
int | LevelListDrawableItem_maxLevel | This symbol is the offset where the maxLevel attribute's value can be found in the LevelListDrawableItem array. |
2 | 0x00000002 |
int | LevelListDrawableItem_minLevel | This symbol is the offset where the minLevel attribute's value can be found in the LevelListDrawableItem array. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int | LinearLayout_Layout_layout_height | Specifies the basic height of the view. |
2 | 0x00000002 |
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. |
3 | 0x00000003 |
int | LinearLayout_Layout_layout_width | Specifies the basic width of the view. |
1 | 0x00000001 |
int | LinearLayout_animationDuration | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
2 | 0x00000002 |
int | LinearLayout_baselineAligned | When set to false, prevents the layout from aligning its children's baselines. |
3 | 0x00000003 |
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 (i.e which child TextView). |
4 | 0x00000004 |
int | LinearLayout_gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
0 | 0x00000000 |
int | LinearLayout_orientation | Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. |
1 | 0x00000001 |
int | LinearLayout_weightSum | Defines the maximum weight sum. |
5 | 0x00000005 |
int[] | ListPreference | Base attributes available to ListPreference. | ||
int | ListPreference_entries | The human-readable array to present as a list. |
0 | 0x00000000 |
int | ListPreference_entryValues | The array to find the value to save for a preference when an entry from entries is selected. |
1 | 0x00000001 |
int[] | ListView | Attributes that can be used with a ListView. | ||
int | ListView_choiceMode | Defines the choice behavior for the List. |
3 | 0x00000003 |
int | ListView_divider | Drawable or color to draw between list items. |
1 | 0x00000001 |
int | ListView_dividerHeight | Height of the divider. |
2 | 0x00000002 |
int | ListView_entries | Reference to an array resource that will populate the ListView. |
0 | 0x00000000 |
int[] | MapView | Attributes that can be used with a MapView. | ||
int | MapView_apiKey | An API Key required to use MapView. |
0 | 0x00000000 |
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. |
5 | 0x00000005 |
int | MenuGroup_enabled | Whether the items are enabled. |
0 | 0x00000000 |
int | MenuGroup_id | The ID of the group. |
1 | 0x00000001 |
int | MenuGroup_menuCategory | The category applied to all items within this group. |
3 | 0x00000003 |
int | MenuGroup_orderInCategory | The order within the category applied to all items within this group. |
4 | 0x00000004 |
int | MenuGroup_visible | Whether the items are shown/visible. |
2 | 0x00000002 |
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. |
1 | 0x00000001 |
int | MenuItemCheckedFocusedState_state_checked | State identifier indicating that the object is currently checked. |
2 | 0x00000002 |
int | MenuItemCheckedFocusedState_state_focused | State value for StateListDrawable. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | MenuItemCheckedState_state_checked | State identifier indicating that the object is currently checked. |
1 | 0x00000001 |
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. |
1 | 0x00000001 |
int | MenuItemUncheckedFocusedState_state_focused | State value for StateListDrawable. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | MenuItem_alphabeticShortcut | The alphabetic shortcut key. |
9 | 0x00000009 |
int | MenuItem_checkable | Whether the item is capable of displaying a check mark. |
11 | 0x0000000b |
int | MenuItem_checked | Whether the item is checked. |
3 | 0x00000003 |
int | MenuItem_enabled | Whether the item is enabled. |
1 | 0x00000001 |
int | MenuItem_icon | The icon associated with this item. |
0 | 0x00000000 |
int | MenuItem_id | The ID of the item. |
2 | 0x00000002 |
int | MenuItem_menuCategory | The category applied to the item. |
5 | 0x00000005 |
int | MenuItem_numericShortcut | The numeric shortcut key. |
10 | 0x0000000a |
int | MenuItem_orderInCategory | The order within the category applied to the item. |
6 | 0x00000006 |
int | MenuItem_title | The title associated with the item. |
7 | 0x00000007 |
int | MenuItem_titleCondensed | The condensed title associated with the item. |
8 | 0x00000008 |
int | MenuItem_visible | Whether the item is shown/visible. |
4 | 0x00000004 |
int[] | MenuView | Attributes that can be used with a MenuView. | ||
int | MenuView_headerBackground | Default background for the menu header. |
4 | 0x00000004 |
int | MenuView_horizontalDivider | Default horizontal divider between rows of menu items. |
2 | 0x00000002 |
int | MenuView_itemBackground | Default background for each menu item. |
5 | 0x00000005 |
int | MenuView_itemIconDisabledAlpha | Default disabled icon alpha for each menu item that shows an icon. |
6 | 0x00000006 |
int | MenuView_itemTextAppearance | Default appearance of menu item text. |
1 | 0x00000001 |
int | MenuView_verticalDivider | Default vertical divider between menu items. |
3 | 0x00000003 |
int | MenuView_windowAnimationStyle | Default animations for the menu Must be a reference to another resource, in the form " |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | PopupWindow_popupBackground | This symbol is the offset where the popupBackground attribute's value can be found in the PopupWindow array. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
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. |
10 | 0x0000000a |
int | Preference_dependency | The key of another Preference that this Preference will depend on. |
9 | 0x00000009 |
int | Preference_enabled | Whether the Preference is enabled. |
1 | 0x00000001 |
int | Preference_key | The key to store the Preference value. |
5 | 0x00000005 |
int | Preference_layout | The layout for the Preference in a PreferenceActivity screen. |
2 | 0x00000002 |
int | Preference_order | The order for the Preference (lower values are to be ordered first). |
7 | 0x00000007 |
int | Preference_persistent | Whether the Preference stores its value to the shared preferences. |
0 | 0x00000000 |
int | Preference_selectable | Whether the Preference is selectable. |
4 | 0x00000004 |
int | Preference_shouldDisableView | Whether the view of this Preference should be disabled when this Preference is disabled. |
11 | 0x0000000b |
int | Preference_summary | The summary for the Preference in a PreferenceActivity screen. |
6 | 0x00000006 |
int | Preference_title | The title for the Preference in a PreferenceActivity screen. |
3 | 0x00000003 |
int | Preference_widgetLayout | The layout for the controllable widget portion of a Preference. |
8 | 0x00000008 |
int[] | ProgressBar | Attributes that can be used with a ProgressBar. | ||
int | ProgressBar_indeterminate | Allows to enable the indeterminate mode. |
5 | 0x00000005 |
int | ProgressBar_indeterminateBehavior | Defines how the indeterminate mode should behave when the progress reaches max. |
10 | 0x0000000a |
int | ProgressBar_indeterminateDrawable | Drawable used for the indeterminate mode. |
7 | 0x00000007 |
int | ProgressBar_indeterminateDuration | Duration of the indeterminate animation. |
9 | 0x00000009 |
int | ProgressBar_indeterminateOnly | Restricts to ONLY indeterminate mode (state-keeping progress mode will not work). |
6 | 0x00000006 |
int | ProgressBar_interpolator | This symbol is the offset where the interpolator attribute's value can be found in the ProgressBar array. |
13 | 0x0000000d |
int | ProgressBar_max | Defines the maximum value the progress can take. |
2 | 0x00000002 |
int | ProgressBar_maxHeight | An optional argument to supply a maximum height for this view. |
1 | 0x00000001 |
int | ProgressBar_maxWidth | An optional argument to supply a maximum width for this view. |
0 | 0x00000000 |
int | ProgressBar_minHeight | This symbol is the offset where the minHeight attribute's value can be found in the ProgressBar array. |
12 | 0x0000000c |
int | ProgressBar_minWidth | This symbol is the offset where the minWidth attribute's value can be found in the ProgressBar array. |
11 | 0x0000000b |
int | ProgressBar_progress | Defines the default progress value, between 0 and max. |
3 | 0x00000003 |
int | ProgressBar_progressDrawable | Drawable used for the progress mode. |
8 | 0x00000008 |
int | ProgressBar_secondaryProgress | Defines the secondary progress value, between 0 and max. |
4 | 0x00000004 |
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. |
1 | 0x00000001 |
int | RadioGroup_orientation | Should the radio group be a column or a row? Use "horizontal" for a row, "vertical" for a column. |
0 | 0x00000000 |
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). |
3 | 0x00000003 |
int | RatingBar_numStars | The number of stars (or rating items) to show. |
0 | 0x00000000 |
int | RatingBar_rating | The rating to set by default. |
1 | 0x00000001 |
int | RatingBar_stepSize | The step size of the rating. |
2 | 0x00000002 |
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. |
2 | 0x00000002 |
int | RelativeLayout_Layout_layout_alignBaseline | Positions the baseline of this view on the baseline of the given anchor view ID. |
4 | 0x00000004 |
int | RelativeLayout_Layout_layout_alignBottom | Makes the bottom edge of this view match the bottom edge of the given anchor view ID. |
8 | 0x00000008 |
int | RelativeLayout_Layout_layout_alignLeft | Makes the left edge of this view match the left edge of the given anchor view ID. |
5 | 0x00000005 |
int | RelativeLayout_Layout_layout_alignParentBottom | f true, makes the bottom edge of this view match the bottom edge of the parent. |
12 | 0x0000000c |
int | RelativeLayout_Layout_layout_alignParentLeft | If true, makes the left edge of this view match the left edge of the parent. |
9 | 0x00000009 |
int | RelativeLayout_Layout_layout_alignParentRight | If true, makes the right edge of this view match the right edge of the parent. |
11 | 0x0000000b |
int | RelativeLayout_Layout_layout_alignParentTop | If true, makes the top edge of this view match the top edge of the parent. |
10 | 0x0000000a |
int | RelativeLayout_Layout_layout_alignRight | Makes the right edge of this view match the right edge of the given anchor view ID. |
7 | 0x00000007 |
int | RelativeLayout_Layout_layout_alignTop | Makes the top edge of this view match the top edge of the given anchor view ID. |
6 | 0x00000006 |
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. |
16 | 0x00000010 |
int | RelativeLayout_Layout_layout_below | Positions the top edge of this view below the given anchor view ID. |
3 | 0x00000003 |
int | RelativeLayout_Layout_layout_centerHorizontal | If true, centers this child horizontally within its parent. |
14 | 0x0000000e |
int | RelativeLayout_Layout_layout_centerInParent | If true, centers this child horizontally and vertically within its parent. |
13 | 0x0000000d |
int | RelativeLayout_Layout_layout_centerVertical | If true, centers this child vertically within its parent. |
15 | 0x0000000f |
int | RelativeLayout_Layout_layout_toLeftOf | Positions the right edge of this view to the left of the given anchor view ID. |
0 | 0x00000000 |
int | RelativeLayout_Layout_layout_toRightOf | Positions the left edge of this view to the right of the given anchor view ID. |
1 | 0x00000001 |
int | RelativeLayout_gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
0 | 0x00000000 |
int | RelativeLayout_ignoreGravity | Indicates what view should not be affected by gravity. |
1 | 0x00000001 |
int[] | RingtonePreference | Base attributes available to RingtonePreference. | ||
int | RingtonePreference_ringtoneType | Which ringtone type(s) to show in the picker. |
0 | 0x00000000 |
int | RingtonePreference_showDefault | Whether to show an item for a default sound. |
1 | 0x00000001 |
int | RingtonePreference_showSilent | Whether to show an item for 'Silent'. |
2 | 0x00000002 |
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. |
0 | 0x00000000 |
int | RotateAnimation_pivotX | This symbol is the offset where the pivotX attribute's value can be found in the RotateAnimation array. |
2 | 0x00000002 |
int | RotateAnimation_pivotY | This symbol is the offset where the pivotY attribute's value can be found in the RotateAnimation array. |
3 | 0x00000003 |
int | RotateAnimation_toDegrees | This symbol is the offset where the toDegrees attribute's value can be found in the RotateAnimation array. |
1 | 0x00000001 |
int[] | RotateDrawable | Attributes that can be used with a RotateDrawable. | ||
int | RotateDrawable_drawable | Reference to a drawable resource to use for the frame. |
1 | 0x00000001 |
int | RotateDrawable_fromDegrees | This symbol is the offset where the fromDegrees attribute's value can be found in the RotateDrawable array. |
2 | 0x00000002 |
int | RotateDrawable_pivotX | This symbol is the offset where the pivotX attribute's value can be found in the RotateDrawable array. |
4 | 0x00000004 |
int | RotateDrawable_pivotY | This symbol is the offset where the pivotY attribute's value can be found in the RotateDrawable array. |
5 | 0x00000005 |
int | RotateDrawable_toDegrees | This symbol is the offset where the toDegrees attribute's value can be found in the RotateDrawable array. |
3 | 0x00000003 |
int | RotateDrawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
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. |
2 | 0x00000002 |
int | ScaleAnimation_fromYScale | This symbol is the offset where the fromYScale attribute's value can be found in the ScaleAnimation array. |
4 | 0x00000004 |
int | ScaleAnimation_pivotX | This symbol is the offset where the pivotX attribute's value can be found in the ScaleAnimation array. |
0 | 0x00000000 |
int | ScaleAnimation_pivotY | This symbol is the offset where the pivotY attribute's value can be found in the ScaleAnimation array. |
1 | 0x00000001 |
int | ScaleAnimation_toXScale | This symbol is the offset where the toXScale attribute's value can be found in the ScaleAnimation array. |
3 | 0x00000003 |
int | ScaleAnimation_toYScale | This symbol is the offset where the toYScale attribute's value can be found in the ScaleAnimation array. |
5 | 0x00000005 |
int[] | ScaleDrawable | Attributes that can be used with a ScaleDrawable. | ||
int | ScaleDrawable_drawable | Reference to a drawable resource to draw with the specified scale. |
0 | 0x00000000 |
int | ScaleDrawable_scaleGravity | Specifies where the drawable is positioned after scaling. |
3 | 0x00000003 |
int | ScaleDrawable_scaleHeight | Scale height, expressed as a percentage of the drawable's bound. |
2 | 0x00000002 |
int | ScaleDrawable_scaleWidth | Scale width, expressed as a percentage of the drawable's bound. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int[] | Searchable | Searchable activities & 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. |
0 | 0x00000000 |
int | SearchableActionKey_queryActionMsg | If you wish to handle an action key during normal search query entry, you must define an action string here. |
1 | 0x00000001 |
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. |
2 | 0x00000002 |
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. |
3 | 0x00000003 |
int | Searchable_hint | If supplied, this string will be displayed as a hint to the user. |
2 | 0x00000002 |
int | Searchable_icon | If provided, this icon will be shown in place of the label. |
1 | 0x00000001 |
int | Searchable_label | This is the user-displayed name of the searchable activity. |
0 | 0x00000000 |
int | Searchable_searchButtonText | If supplied, this string will be displayed as the text of the "Search" button. |
9 | 0x00000009 |
int | Searchable_searchMode | Additional features are controlled by mode bits in this field. |
3 | 0x00000003 |
int | Searchable_searchSuggestAuthority | If provided, this is the trigger indicating that the searchable activity provides suggestions as well. |
4 | 0x00000004 |
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. |
7 | 0x00000007 |
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. |
8 | 0x00000008 |
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. |
5 | 0x00000005 |
int | Searchable_searchSuggestSelection | If provided, suggestion queries will be passed into your query function as the selection parameter. |
6 | 0x00000006 |
int[] | SeekBar | Attributes that can be used with a SeekBar. | ||
int | SeekBar_thumb | Draws the thumb on a seekbar Must be a reference to another resource, in the form " |
0 | 0x00000000 |
int | SeekBar_thumbOffset | An offset for the thumb that allows it to extend out of the range of the track. |
1 | 0x00000001 |
int[] | ShapeDrawable | Drawable used to draw shapes. | ||
int[] | ShapeDrawablePadding | Defines the padding of a ShapeDrawable. | ||
int | ShapeDrawablePadding_bottom | Bottom padding. |
3 | 0x00000003 |
int | ShapeDrawablePadding_left | Left padding. |
0 | 0x00000000 |
int | ShapeDrawablePadding_right | Right padding. |
2 | 0x00000002 |
int | ShapeDrawablePadding_top | Top padding. |
1 | 0x00000001 |
int | ShapeDrawable_color | Defines the color of the shape. |
2 | 0x00000002 |
int | ShapeDrawable_height | Defines the height of the shape. |
0 | 0x00000000 |
int | ShapeDrawable_width | Defines the width of the shape. |
1 | 0x00000001 |
int[] | SlidingDrawer | SlidingDrawer specific attributes. | ||
int | SlidingDrawer_bottomOffset | Extra offset for the handle at the bottom of the SlidingDrawer. |
3 | 0x00000003 |
int | SlidingDrawer_content | Identifier for the child that represents the drawer's content. |
2 | 0x00000002 |
int | SlidingDrawer_handle | Identifier for the child that represents the drawer's handle. |
1 | 0x00000001 |
int | SlidingDrawer_orientation | Orientation of the SlidingDrawer. |
0 | 0x00000000 |
int | SlidingDrawer_topOffset | Extra offset for the handle at the top of the SlidingDrawer. |
4 | 0x00000004 |
int[] | Spinner | Attributes that can be used with a Spinner. | ||
int | Spinner_prompt | The prompt to display when the spinner's dialog is shown. |
0 | 0x00000000 |
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. |
2 | 0x00000002 |
int | StateListDrawable_variablePadding | If true, allows the drawable's padding to change based on the current state that is selected. |
1 | 0x00000001 |
int | StateListDrawable_visible | Provides initial visibility state of the drawable; the default value is false. |
0 | 0x00000000 |
int[] | TabWidget | Attributes that can be used with a TabWidget. | ||
int[] | TableLayout | Attributes that can be used with a TableLayout. | ||
int | TableLayout_collapseColumns | The 0 based index of the columns to collapse. |
2 | 0x00000002 |
int | TableLayout_shrinkColumns | The 0 based index of the columns to shrink. |
1 | 0x00000001 |
int | TableLayout_stretchColumns | The 0 based index of the columns to stretch. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | TableRow_Cell_layout_span | Defines how many columns this child should span. |
1 | 0x00000001 |
int[] | TextAppearance | Attributes that can be used with a TextAppearance. | ||
int | TextAppearance_textColor | Text color. |
3 | 0x00000003 |
int | TextAppearance_textColorHighlight | Color of the text selection highlight. |
4 | 0x00000004 |
int | TextAppearance_textColorHint | Color of the hint text. |
5 | 0x00000005 |
int | TextAppearance_textColorLink | Color of the links. |
6 | 0x00000006 |
int | TextAppearance_textSize | Size of the text. |
0 | 0x00000000 |
int | TextAppearance_textStyle | Style (bold, italic, bolditalic) for the text. |
2 | 0x00000002 |
int | TextAppearance_typeface | Typeface (normal, sans, serif, monospace) for the text. |
1 | 0x00000001 |
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. |
11 | 0x0000000b |
int | TextView_autoText | If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. |
45 | 0x0000002d |
int | TextView_bufferType | Determines what the minimum type that getText() will return. |
17 | 0x00000011 |
int | TextView_capitalize | If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. |
44 | 0x0000002c |
int | TextView_cursorVisible | Makes the cursor visible (the default) or invisible Must be a boolean value, either " |
21 | 0x00000015 |
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. |
41 | 0x00000029 |
int | TextView_drawableBottom | The drawable to be drawn below the text. |
49 | 0x00000031 |
int | TextView_drawableLeft | The drawable to be drawn to the left of the text. |
50 | 0x00000032 |
int | TextView_drawablePadding | The padding between the drawables and the text. |
52 | 0x00000034 |
int | TextView_drawableRight | The drawable to be drawn to the right of the text. |
51 | 0x00000033 |
int | TextView_drawableTop | The drawable to be drawn above the text. |
48 | 0x00000030 |
int | TextView_editable | If set, specifies that this TextView has an input method. |
46 | 0x0000002e |
int | TextView_ellipsize | If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle. |
9 | 0x00000009 |
int | TextView_ems | Makes the TextView be exactly this many ems wide Must be an integer value, such as " |
27 | 0x0000001b |
int | TextView_enabled | Deprecated: use state_enabled instead. |
0 | 0x00000000 |
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. |
47 | 0x0000002f |
int | TextView_gravity | Vertical gravity (top, center_vertical, bottom) when the text is smaller than the view. |
10 | 0x0000000a |
int | TextView_height | Makes the TextView be exactly this many pixels tall. |
24 | 0x00000018 |
int | TextView_hint | Hint text to display when the text is empty. |
19 | 0x00000013 |
int | TextView_includeFontPadding | Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly. |
34 | 0x00000022 |
int | TextView_inputMethod | If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name). |
43 | 0x0000002b |
int | TextView_lines | Makes the TextView be exactly this many lines tall Must be an integer value, such as " |
23 | 0x00000017 |
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. |
12 | 0x0000000c |
int | TextView_maxEms | Makes the TextView be at most this many ems wide Must be an integer value, such as " |
26 | 0x0000001a |
int | TextView_maxHeight | 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 | 0x0000000e |
int | TextView_maxLength | Set an input filter to constrain the text length to the specified number. |
35 | 0x00000023 |
int | TextView_maxLines | Makes the TextView be at most this many lines tall Must be an integer value, such as " |
22 | 0x00000016 |
int | TextView_maxWidth | 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 " |
13 | 0x0000000d |
int | TextView_minEms | Makes the TextView be at least this many ems wide Must be an integer value, such as " |
29 | 0x0000001d |
int | TextView_minHeight | 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 " |
16 | 0x00000010 |
int | TextView_minLines | Makes the TextView be at least this many lines tall Must be an integer value, such as " |
25 | 0x00000019 |
int | TextView_minWidth | 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 " |
15 | 0x0000000f |
int | TextView_numeric | If set, specifies that this TextView has a numeric input method. |
40 | 0x00000028 |
int | TextView_password | Whether the characters of the field are displayed as password dots instead of themselves. |
31 | 0x0000001f |
int | TextView_phoneNumber | If set, specifies that this TextView has a phone number input method. |
42 | 0x0000002a |
int | TextView_scrollHorizontally | Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally). |
30 | 0x0000001e |
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. |
33 | 0x00000021 |
int | TextView_shadowColor | Place a shadow of the specified color behind the text. |
36 | 0x00000024 |
int | TextView_shadowDx | Horizontal offset of the shadow. |
37 | 0x00000025 |
int | TextView_shadowDy | Vertical offset of the shadow. |
38 | 0x00000026 |
int | TextView_shadowRadius | Radius of the shadow. |
39 | 0x00000027 |
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. |
32 | 0x00000020 |
int | TextView_text | Text to display. |
18 | 0x00000012 |
int | TextView_textAppearance | Base text color, typeface, size, and style. |
1 | 0x00000001 |
int | TextView_textColor | Text color. |
5 | 0x00000005 |
int | TextView_textColorHighlight | Color of the text selection highlight. |
6 | 0x00000006 |
int | TextView_textColorHint | Color of the hint text. |
7 | 0x00000007 |
int | TextView_textColorLink | Text color for links. |
8 | 0x00000008 |
int | TextView_textScaleX | Sets the horizontal scaling factor for the text Must be a floating point value, such as " |
20 | 0x00000014 |
int | TextView_textSize | Size of the text. |
2 | 0x00000002 |
int | TextView_textStyle | Style (bold, italic, bolditalic) for the text. |
4 | 0x00000004 |
int | TextView_typeface | Typeface (normal, sans, serif, monospace) for the text. |
3 | 0x00000003 |
int | TextView_width | Makes the TextView be exactly this many pixels wide. |
28 | 0x0000001c |
int[] | Theme | These are the standard attributes that make up a complete theme. | ||
int | Theme_absListViewStyle | Default AbsListView style. |
51 | 0x00000033 |
int | Theme_alertDialogStyle | This symbol is the offset where the alertDialogStyle attribute's value can be found in the Theme array. |
45 | 0x0000002d |
int | Theme_autoCompleteTextViewStyle | Default AutoCompleteTextView style. |
52 | 0x00000034 |
int | Theme_backgroundDimAmount | Default background dim amount when a menu, dialog, or something similar pops up. |
2 | 0x00000002 |
int | Theme_buttonStyle | Normal Button style. |
24 | 0x00000018 |
int | Theme_buttonStyleInset | Button style to inset into an EditText. |
26 | 0x0000001a |
int | Theme_buttonStyleSmall | Small Button style. |
25 | 0x00000019 |
int | Theme_buttonStyleToggle | ToggleButton style. |
27 | 0x0000001b |
int | Theme_checkBoxPreferenceStyle | Default style for CheckBoxPreference. |
87 | 0x00000057 |
int | Theme_checkboxStyle | Default Checkbox style. |
53 | 0x00000035 |
int | Theme_colorBackground | Color that matches (as closely as possible) the window background. |
1 | 0x00000001 |
int | Theme_colorForeground | Default color of foreground imagery. |
0 | 0x00000000 |
int | Theme_colorForegroundInverse | Default color of foreground imagery on an inverted background. |
94 | 0x0000005e |
int | Theme_dialogPreferenceStyle | Default style for DialogPreference. |
89 | 0x00000059 |
int | Theme_disabledAlpha | Default disabled alpha for widgets that set enabled/disabled alpha programmatically. |
3 | 0x00000003 |
int | Theme_dropDownHintAppearance | Default style for drop down hints. |
80 | 0x00000050 |
int | Theme_dropDownItemStyle | Default style for drop down items. |
78 | 0x0000004e |
int | Theme_dropDownListViewStyle | Default ListView style for drop downs. |
54 | 0x00000036 |
int | Theme_editTextPreferenceStyle | Default style for EditTextPreference. |
90 | 0x0000005a |
int | Theme_editTextStyle | Default EditText style. |
55 | 0x00000037 |
int | Theme_expandableListPreferredChildIndicatorLeft | The preferred left bound for an expandable list child's indicator. |
34 | 0x00000022 |
int | Theme_expandableListPreferredChildIndicatorRight | The preferred right bound for an expandable list child's indicator. |
35 | 0x00000023 |
int | Theme_expandableListPreferredChildPaddingLeft | The preferred left padding for an expandable list item that is a child. |
31 | 0x0000001f |
int | Theme_expandableListPreferredItemIndicatorLeft | The preferred left bound for an expandable list item's indicator. |
32 | 0x00000020 |
int | Theme_expandableListPreferredItemIndicatorRight | The preferred right bound for an expandable list item's indicator. |
33 | 0x00000021 |
int | Theme_expandableListPreferredItemPaddingLeft | The preferred left padding for an expandable list item (for child-specific layouts, use expandableListPreferredChildPaddingLeft). |
30 | 0x0000001e |
int | Theme_expandableListViewStyle | Default ExpandableListView style. |
56 | 0x00000038 |
int | Theme_galleryItemBackground | The preferred background for gallery items. |
28 | 0x0000001c |
int | Theme_galleryStyle | Default Gallery style. |
57 | 0x00000039 |
int | Theme_gridViewStyle | Default GridView style. |
58 | 0x0000003a |
int | Theme_imageButtonStyle | The style resource to use for an ImageButton Must be a reference to another resource, in the form " |
59 | 0x0000003b |
int | Theme_imageWellStyle | The style resource to use for an ImageButton that is an image well Must be a reference to another resource, in the form " |
60 | 0x0000003c |
int | Theme_listDivider | The drawable for the list divider Must be a reference to another resource, in the form " |
102 | 0x00000066 |
int | Theme_listPreferredItemHeight | The preferred list item height Must be a dimension value, which is a floating point number appended with a unit such as " |
29 | 0x0000001d |
int | Theme_listSeparatorTextViewStyle | TextView style for list separators. |
96 | 0x00000060 |
int | Theme_listViewStyle | Default ListView style. |
61 | 0x0000003d |
int | Theme_listViewWhiteStyle | ListView with white background. |
62 | 0x0000003e |
int | Theme_mapViewStyle | Default MapView style. |
82 | 0x00000052 |
int | Theme_panelBackground | The background of a panel when it is inset from the left and right edges of the screen. |
46 | 0x0000002e |
int | Theme_panelColorBackground | Color that matches (as closely as possible) the panel background. |
49 | 0x00000031 |
int | Theme_panelColorForeground | Default color of foreground panel imagery. |
48 | 0x00000030 |
int | Theme_panelFullBackground | The background of a panel when it extends to the left and right edges of the screen. |
47 | 0x0000002f |
int | Theme_panelTextAppearance | Default appearance of panel text. |
50 | 0x00000032 |
int | Theme_popupWindowStyle | Default PopupWindow style. |
63 | 0x0000003f |
int | Theme_preferenceCategoryStyle | Default style for PreferenceCategory. |
84 | 0x00000054 |
int | Theme_preferenceInformationStyle | Default style for informational Preference. |
85 | 0x00000055 |
int | Theme_preferenceLayoutChild | The preference layout that has the child/tabbed effect. |
92 | 0x0000005c |
int | Theme_preferenceScreenStyle | Default style for PreferenceScreen. |
83 | 0x00000053 |
int | Theme_preferenceStyle | Default style for Preference. |
86 | 0x00000056 |
int | Theme_progressBarStyle | Default ProgressBar style. |
64 | 0x00000040 |
int | Theme_progressBarStyleHorizontal | Horizontal ProgressBar style. |
65 | 0x00000041 |
int | Theme_progressBarStyleLarge | Large ProgressBar style. |
67 | 0x00000043 |
int | Theme_progressBarStyleSmall | Small ProgressBar style. |
66 | 0x00000042 |
int | Theme_progressBarStyleSmallTitle | Small ProgressBar in title style. |
98 | 0x00000062 |
int | Theme_radioButtonStyle | Default RadioButton style. |
71 | 0x00000047 |
int | Theme_ratingBarStyle | Default RatingBar style. |
69 | 0x00000045 |
int | Theme_ratingBarStyleIndicator | Indicator RatingBar style. |
99 | 0x00000063 |
int | Theme_ratingBarStyleSmall | Small indicator RatingBar style. |
70 | 0x00000046 |
int | Theme_ringtonePreferenceStyle | Default style for RingtonePreference. |
91 | 0x0000005b |
int | Theme_scrollViewStyle | Default ScrollView style. |
72 | 0x00000048 |
int | Theme_seekBarStyle | Default SeekBar style. |
68 | 0x00000044 |
int | Theme_spinnerDropDownItemStyle | Default style for spinner drop down items. |
79 | 0x0000004f |
int | Theme_spinnerItemStyle | Default spinner item style. |
81 | 0x00000051 |
int | Theme_spinnerStyle | Default Spinner style. |
73 | 0x00000049 |
int | Theme_starStyle | Default Star style. |
74 | 0x0000004a |
int | Theme_tabWidgetStyle | Default TabWidget style. |
75 | 0x0000004b |
int | Theme_textAppearance | Default appearance of text: color, typeface, size, and style Must be a reference to another resource, in the form " |
4 | 0x00000004 |
int | Theme_textAppearanceButton | Text color, typeface, size, and style for the text inside of a button. |
95 | 0x0000005f |
int | Theme_textAppearanceInverse | Default appearance of text against an inverted background: color, typeface, size, and style Must be a reference to another resource, in the form " |
5 | 0x00000005 |
int | Theme_textAppearanceLarge | Text color, typeface, size, and style for "large" text. |
16 | 0x00000010 |
int | Theme_textAppearanceLargeInverse | Text color, typeface, size, and style for "large" inverse text. |
19 | 0x00000013 |
int | Theme_textAppearanceMedium | Text color, typeface, size, and style for "medium" text. |
17 | 0x00000011 |
int | Theme_textAppearanceMediumInverse | Text color, typeface, size, and style for "medium" inverse text. |
20 | 0x00000014 |
int | Theme_textAppearanceSmall | Text color, typeface, size, and style for "small" text. |
18 | 0x00000012 |
int | Theme_textAppearanceSmallInverse | Text color, typeface, size, and style for "small" inverse text. |
21 | 0x00000015 |
int | Theme_textCheckMark | Drawable to use for check marks Must be a reference to another resource, in the form " |
22 | 0x00000016 |
int | Theme_textCheckMarkInverse | This symbol is the offset where the textCheckMarkInverse attribute's value can be found in the Theme array. |
23 | 0x00000017 |
int | Theme_textColorHintInverse | Inverse hint text color May be a reference to another resource, in the form " |
15 | 0x0000000f |
int | Theme_textColorPrimary | The most prominent text color, for the May be a reference to another resource, in the form " |
6 | 0x00000006 |
int | Theme_textColorPrimaryDisableOnly | Bright text color. |
7 | 0x00000007 |
int | Theme_textColorPrimaryInverse | Primary inverse text color, useful for inverted backgrounds May be a reference to another resource, in the form " |
9 | 0x00000009 |
int | Theme_textColorPrimaryInverseNoDisable | Bright inverse text color. |
13 | 0x0000000d |
int | Theme_textColorPrimaryNoDisable | Bright text color. |
11 | 0x0000000b |
int | Theme_textColorSecondary | Secondary text color May be a reference to another resource, in the form " |
8 | 0x00000008 |
int | Theme_textColorSecondaryInverse | Secondary inverse text color, useful for inverted backgrounds May be a reference to another resource, in the form " |
10 | 0x0000000a |
int | Theme_textColorSecondaryInverseNoDisable | Dim inverse text color. |
14 | 0x0000000e |
int | Theme_textColorSecondaryNoDisable | Dim text color. |
12 | 0x0000000c |
int | Theme_textColorTertiary | Tertiary text color May be a reference to another resource, in the form " |
100 | 0x00000064 |
int | Theme_textColorTertiaryInverse | Tertiary inverse text color, useful for inverted backgrounds May be a reference to another resource, in the form " |
101 | 0x00000065 |
int | Theme_textViewStyle | Default TextView style. |
76 | 0x0000004c |
int | Theme_webViewStyle | Default WebView style. |
77 | 0x0000004d |
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. |
93 | 0x0000005d |
int | Theme_windowBackground | Drawable to use as the overall window background. |
36 | 0x00000024 |
int | Theme_windowContentOverlay | This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title. |
41 | 0x00000029 |
int | Theme_windowFrame | Drawable to use as a frame around the window. |
37 | 0x00000025 |
int | Theme_windowFullscreen | Flag indicating whether this window should fill the entire screen. |
97 | 0x00000061 |
int | Theme_windowIsFloating | Flag indicating whether this is a floating window. |
39 | 0x00000027 |
int | Theme_windowIsTranslucent | Flag indicating whether this is a translucent window. |
40 | 0x00000028 |
int | Theme_windowNoTitle | Flag indicating whether there should be no title on this window. |
38 | 0x00000026 |
int | Theme_windowTitleBackgroundStyle | The style resource to use for a window's title area. |
44 | 0x0000002c |
int | Theme_windowTitleSize | The style resource to use for a window's title bar height. |
42 | 0x0000002a |
int | Theme_windowTitleStyle | The style resource to use for a window's title text. |
43 | 0x0000002b |
int | Theme_yesNoPreferenceStyle | Default style for YesNoPreference. |
88 | 0x00000058 |
int[] | ToggleButton | Attributes that can be used with a ToggleButton. | ||
int | ToggleButton_disabledAlpha | The alpha to apply to the indicator when disabled. |
0 | 0x00000000 |
int | ToggleButton_textOff | The text for the button when it is not checked. |
2 | 0x00000002 |
int | ToggleButton_textOn | The text for the button when it is checked. |
1 | 0x00000001 |
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. |
0 | 0x00000000 |
int | TranslateAnimation_fromYDelta | This symbol is the offset where the fromYDelta attribute's value can be found in the TranslateAnimation array. |
2 | 0x00000002 |
int | TranslateAnimation_toXDelta | This symbol is the offset where the toXDelta attribute's value can be found in the TranslateAnimation array. |
1 | 0x00000001 |
int | TranslateAnimation_toYDelta | This symbol is the offset where the toYDelta attribute's value can be found in the TranslateAnimation array. |
3 | 0x00000003 |
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. |
0 | 0x00000000 |
int[] | VerticalSlider | Attributes that can be used with a VerticalSlider. | ||
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. |
0 | 0x00000000 |
int | VerticalSlider_animationDuration | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
0 | 0x00000000 |
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. |
0 | 0x00000000 |
int | ViewAnimator_outAnimation | This symbol is the offset where the outAnimation attribute's value can be found in the ViewAnimator array. |
1 | 0x00000001 |
int[] | ViewDrawableStates | Attributes that can be used with a ViewDrawableStates. | ||
int | ViewDrawableStates_state_enabled | State value for StateListDrawable. |
2 | 0x00000002 |
int | ViewDrawableStates_state_focused | State value for StateListDrawable. |
0 | 0x00000000 |
int | ViewDrawableStates_state_pressed | State value for StateListDrawable. |
4 | 0x00000004 |
int | ViewDrawableStates_state_selected | State value for StateListDrawable. |
3 | 0x00000003 |
int | ViewDrawableStates_state_window_focused | State value for StateListDrawable. |
1 | 0x00000001 |
int[] | ViewFlipper | Attributes that can be used with a ViewFlipper. | ||
int | ViewFlipper_flipInterval | This symbol is the offset where the flipInterval attribute's value can be found in the ViewFlipper array. |
0 | 0x00000000 |
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. |
1 | 0x00000001 |
int | ViewGroup_Layout_layout_width | Specifies the basic width of the view. |
0 | 0x00000000 |
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. |
1 | 0x00000001 |
int | ViewGroup_MarginLayout_layout_margin | Specifies extra space on the left, top, right and bottom sides of this view. |
2 | 0x00000002 |
int | ViewGroup_MarginLayout_layout_marginBottom | Specifies extra space on the bottom side of this view. |
6 | 0x00000006 |
int | ViewGroup_MarginLayout_layout_marginLeft | Specifies extra space on the left side of this view. |
3 | 0x00000003 |
int | ViewGroup_MarginLayout_layout_marginRight | Specifies extra space on the right side of this view. |
5 | 0x00000005 |
int | ViewGroup_MarginLayout_layout_marginTop | Specifies extra space on the top side of this view. |
4 | 0x00000004 |
int | ViewGroup_MarginLayout_layout_width | Specifies the basic width of the view. |
0 | 0x00000000 |
int | ViewGroup_addStatesFromChildren | Sets whether this ViewGroup's drawable states also include its children's drawable states. |
6 | 0x00000006 |
int | ViewGroup_alwaysDrawnWithCache | Defines whether the ViewGroup should always draw its children using their drawing cache or not. |
5 | 0x00000005 |
int | ViewGroup_animationCache | Defines whether layout animations should create a drawing cache for their children. |
3 | 0x00000003 |
int | ViewGroup_clipChildren | Defines whether a child is limited to draw inside of its bounds or not. |
0 | 0x00000000 |
int | ViewGroup_clipToPadding | Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area. |
1 | 0x00000001 |
int | ViewGroup_descendantFocusability | Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus. |
7 | 0x00000007 |
int | ViewGroup_layoutAnimation | Defines the layout animation to use the first time the ViewGroup is laid out. |
2 | 0x00000002 |
int | ViewGroup_persistentDrawingCache | Defines the persistence of the drawing cache. |
4 | 0x00000004 |
int[] | ViewStub | Attributes that can be used with ViewStub. | ||
int | ViewStub_inflatedId | Overrides the id of the inflated View with this value. |
1 | 0x00000001 |
int | ViewStub_layout | Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. |
0 | 0x00000000 |
int[] | ViewSwitcher | Attributes that can be used with a ViewSwitcher. | ||
int | View_background | A drawable to use as the background. |
12 | 0x0000000c |
int | View_clickable | Defines whether this view reacts to click events. |
29 | 0x0000001d |
int | View_drawingCacheQuality | Defines the quality of translucent drawing caches. |
32 | 0x00000020 |
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. |
33 | 0x00000021 |
int | View_fadingEdge | Defines which edges should be fadeded on scrolling. |
23 | 0x00000017 |
int | View_fadingEdgeLength | Defines the length of the fading edges. |
24 | 0x00000018 |
int | View_fitsSystemWindows | Boolean internal attribute to adjust view layout based on system windows such as the status bar. |
21 | 0x00000015 |
int | View_focusable | Boolean that controls whether a view can take focus. |
18 | 0x00000012 |
int | View_focusableInTouchMode | Boolean that controls whether a view can take focus while in touch mode. |
19 | 0x00000013 |
int | View_id | Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById(). |
8 | 0x00000008 |
int | View_keepScreenOn | Controls whether the view's window should keep the screen on while visible. |
36 | 0x00000024 |
int | View_longClickable | Defines whether this view reacts to long click events. |
30 | 0x0000001e |
int | View_minHeight | Defines the minimum height of the view. |
35 | 0x00000023 |
int | View_minWidth | Defines the minimum width of the view. |
34 | 0x00000022 |
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. |
28 | 0x0000001c |
int | View_nextFocusLeft | Defines the next view to give focus to when the next focus is FOCUS_LEFT. |
25 | 0x00000019 |
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. |
26 | 0x0000001a |
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. |
27 | 0x0000001b |
int | View_padding | Sets the padding, in pixels, of all four edges. |
13 | 0x0000000d |
int | View_paddingBottom | Sets the padding, in pixels, of the bottom edge; see padding. |
17 | 0x00000011 |
int | View_paddingLeft | Sets the padding, in pixels, of the left edge; see padding. |
14 | 0x0000000e |
int | View_paddingRight | Sets the padding, in pixels, of the right edge; see padding. |
16 | 0x00000010 |
int | View_paddingTop | Sets the padding, in pixels, of the top edge; see padding. |
15 | 0x0000000f |
int | View_saveEnabled | If unset, no state will be saved for this view when it is being frozen. |
31 | 0x0000001f |
int | View_scrollX | The initial horizontal scroll offset, in pixels. |
10 | 0x0000000a |
int | View_scrollY | The initial vertical scroll offset, in pixels. |
11 | 0x0000000b |
int | View_scrollbarAlwaysDrawHorizontalTrack | Defines whether the horizontal scrollbar track should always be drawn. |
5 | 0x00000005 |
int | View_scrollbarAlwaysDrawVerticalTrack | Defines whether the vertical scrollbar track should always be drawn Must be a boolean value, either " |
6 | 0x00000006 |
int | View_scrollbarSize | Sets the width of vertical scrollbars and height of horizontal scrollbars. |
0 | 0x00000000 |
int | View_scrollbarStyle | Controls the scrollbar style and position. |
7 | 0x00000007 |
int | View_scrollbarThumbHorizontal | Defines the horizontal scrollbar thumb drawable. |
1 | 0x00000001 |
int | View_scrollbarThumbVertical | Defines the vertical scrollbar thumb drawable. |
2 | 0x00000002 |
int | View_scrollbarTrackHorizontal | Defines the horizontal scrollbar track drawable. |
3 | 0x00000003 |
int | View_scrollbarTrackVertical | Defines the vertical scrollbar track drawable. |
4 | 0x00000004 |
int | View_scrollbars | Defines which scrollbars should be displayed on scrolling or not. |
22 | 0x00000016 |
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(). |
9 | 0x00000009 |
int | View_visibility | Controls the initial visibility of the view. |
20 | 0x00000014 |
int[] | VolumePreference | Base attributes available to VolumePreference. | ||
int | VolumePreference_streamType | Different audio stream types. |
0 | 0x00000000 |
int[] | Window | Attributes that can be used with a Window. | ||
int[] | WindowAnimation | Attributes that can be used with a WindowAnimation. | ||
int | WindowAnimation_activityCloseEnterAnimation | This symbol is the offset where the activityCloseEnterAnimation attribute's value can be found in the WindowAnimation array. |
6 | 0x00000006 |
int | WindowAnimation_activityCloseExitAnimation | This symbol is the offset where the activityCloseExitAnimation attribute's value can be found in the WindowAnimation array. |
7 | 0x00000007 |
int | WindowAnimation_activityOpenEnterAnimation | This symbol is the offset where the activityOpenEnterAnimation attribute's value can be found in the WindowAnimation array. |
4 | 0x00000004 |
int | WindowAnimation_activityOpenExitAnimation | This symbol is the offset where the activityOpenExitAnimation attribute's value can be found in the WindowAnimation array. |
5 | 0x00000005 |
int | WindowAnimation_taskCloseEnterAnimation | This symbol is the offset where the taskCloseEnterAnimation attribute's value can be found in the WindowAnimation array. |
10 | 0x0000000a |
int | WindowAnimation_taskCloseExitAnimation | This symbol is the offset where the taskCloseExitAnimation attribute's value can be found in the WindowAnimation array. |
11 | 0x0000000b |
int | WindowAnimation_taskOpenEnterAnimation | This symbol is the offset where the taskOpenEnterAnimation attribute's value can be found in the WindowAnimation array. |
8 | 0x00000008 |
int | WindowAnimation_taskOpenExitAnimation | This symbol is the offset where the taskOpenExitAnimation attribute's value can be found in the WindowAnimation array. |
9 | 0x00000009 |
int | WindowAnimation_taskToBackEnterAnimation | This symbol is the offset where the taskToBackEnterAnimation attribute's value can be found in the WindowAnimation array. |
14 | 0x0000000e |
int | WindowAnimation_taskToBackExitAnimation | This symbol is the offset where the taskToBackExitAnimation attribute's value can be found in the WindowAnimation array. |
15 | 0x0000000f |
int | WindowAnimation_taskToFrontEnterAnimation | This symbol is the offset where the taskToFrontEnterAnimation attribute's value can be found in the WindowAnimation array. |
12 | 0x0000000c |
int | WindowAnimation_taskToFrontExitAnimation | This symbol is the offset where the taskToFrontExitAnimation attribute's value can be found in the WindowAnimation array. |
13 | 0x0000000d |
int | WindowAnimation_windowEnterAnimation | The animation used when a window is being added. |
0 | 0x00000000 |
int | WindowAnimation_windowExitAnimation | The animation used when a window is being removed. |
1 | 0x00000001 |
int | WindowAnimation_windowHideAnimation | The animation used when a window is going from VISIBLE to INVISIBLE. |
3 | 0x00000003 |
int | WindowAnimation_windowShowAnimation | The animation used when a window is going from INVISIBLE to VISIBLE. |
2 | 0x00000002 |
int | Window_textColor | Color of text (usually same as colorForeground). |
6 | 0x00000006 |
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. |
7 | 0x00000007 |
int | Window_windowBackground | Drawable to use as the overall window background. |
0 | 0x00000000 |
int | Window_windowContentOverlay | This Drawable is overlaid over the foreground of the Window's content area, usually to place a shadow below the title. |
5 | 0x00000005 |
int | Window_windowFrame | Drawable to use as a frame around the window. |
1 | 0x00000001 |
int | Window_windowFullscreen | Flag indicating whether this window should fill the entire screen. |
8 | 0x00000008 |
int | Window_windowIsFloating | Flag indicating whether this is a floating window. |
3 | 0x00000003 |
int | Window_windowIsTranslucent | Flag indicating whether this is a translucent window. |
4 | 0x00000004 |
int | Window_windowNoTitle | Flag indicating whether there should be no title on this window. |
2 | 0x00000002 |
R.styleable() |
Includes the following attributes:
Attribute | Summary |
---|---|
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: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: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. |
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.
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.
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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
disabled | 0 | Disables transcript mode. This is the default value. |
normal | 1 | 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. |
alwaysScroll | 2 | The list will automatically scroll to the bottom, no matter what items are currently visible. |
This corresponds to the global attribute resource symbol transcriptMode.
Includes the following attributes:
Attribute | Summary |
---|---|
android:entries | Reference to an array resource that will populate the Spinner. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:layout_x | |
android:layout_y |
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), db (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 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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:factor | This is the amount of deceleration to ad when easing in. |
This is the amount of deceleration to ad 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.
Includes the following attributes:
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
Includes the following attributes:
Attribute | Summary |
---|---|
android:fromAlpha | |
android:toAlpha |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:dial | |
android:hand_hour | |
android:hand_minute |
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
".
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
".
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
".
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, application, instrumentation.
Includes the following attributes:
Attribute | Summary |
---|---|
android:sharedUserId | Specify the name of a user ID that will be shared between multiple packages. |
action
tag, a child of the
intent-filter tag.
See addAction(String) for
more information.
Includes the following attributes:
Attribute | Summary |
---|---|
android:name | The name of an action that is handled, using the Java-style naming convention. |
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.
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:
Attribute | Summary |
---|---|
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:enabled | Specify whether the activity is enabled or not (i. |
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: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: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. |
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:
Attribute | Summary |
---|---|
android:enabled | Specify whether the activity-alias is enabled or not (i. |
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. |
Specify whether the activity-alias is enabled or not (i.e. 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.
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.
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.
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.
Required name of the class implementing the activity, deriving from Activity. This is a fully qualified class name (i.e., 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.
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 Model 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.
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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
mcc | 0x0001 | The IMSI MCC has changed, that is a SIM has been detected and updated the Mobile Country Code. |
mnc | 0x0002 | The IMSI MNC has changed, that is a SIM has been detected and updated the Mobile Network Code. |
locale | 0x0004 | The locale has changed, that is the user has selected a new language that text should be displayed in. |
touchscreen | 0x0008 | The touchscreen has changed. Should never normally happen. |
keyboard | 0x0010 | The keyboard type has changed, for example the user has plugged in an external keyboard. |
keyboardHidden | 0x0020 | The keyboard accessibility has changed, for example the user has slid the keyboard out to expose it. |
navigation | 0x0040 | The navigation type has changed. Should never normally happen. |
orientation | 0x0080 | The screen orientation has changed, that is the user has rotated the device. |
fontScale | 0x40000000 | 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.
Specify whether the activity is enabled or not (i.e. 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.
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.
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.
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.
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.
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.
Specify how an activity should be launched. See the Application Model documentation for important information on how these options impact the behavior of your application.
If this attribute is not specified, multiple
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.
Constant | Value | Description |
---|---|---|
multiple | 0 | The default mode, which always creates a new instance of the activity when it is started. |
singleTop | 1 | 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. |
singleTask | 2 | 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 Model documentation for more details on tasks. |
singleInstance | 3 | 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 Model documentation for more details on tasks. |
This corresponds to the global attribute resource symbol launchMode.
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.
Required name of the class implementing the activity, deriving from Activity. This is a fully qualified class name (i.e., 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.
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 Model 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.
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.
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.
Constant | Value | Description |
---|---|---|
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 |
landscape | 0 | Would like to have the screen in a landscape orientation: that is, with the display wider than it is tall. |
portrait | 1 | Would like to have the screen in a portrait orientation: that is, with the display taller than it is wide. |
user | 2 | Use the user's current preferred orientation of the handset. |
behind | 3 | Keep the screen in the same orientation as whatever is behind this activity. |
sensor | 4 | Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. |
nosensor | 5 | Always ignore orientation determined by orientation sensor: tthe display will not rotate when the user moves the device. |
This corresponds to the global attribute resource symbol screenOrientation.
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.
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.
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.
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:
Attribute | Summary |
---|---|
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:debuggable | Flag indicating whether the application can be debugged, even when running on a device that is running in user mode. |
android:description | A longer descriptive text about a particular application or permission that can be granted. |
android:enabled | Specify whether the components in this application are enabled or not (i. |
android:hasCode | Indicate whether this application contains code. |
android:icon | A Drawable resource providing a graphical representation of its associated item. |
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:taskAffinity | Specify a task name that activities have an "affinity" to. |
android:theme | The overall theme to use for an activity. |
Option to let applications specify that user data can/cannot be cleared. Some applications might not want to clear user data. Such applications can explicitly set this value to false. This flag is turned on by default unless explicitly set to false by applications.
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.
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.
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.
A longer descriptive text about a particular application or permission that can be granted. This must be a reference to a string resource; unlike the label attribute, this can not be a raw 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 description.
Specify whether the components in this application are enabled or not (i.e. 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.
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.
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.
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.
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.
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.
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 Model 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.
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.
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.
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.
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.
category
tag, a child of the
intent-filter tag.
See addCategory(String) for
more information.
Includes the following attributes:
Attribute | Summary |
---|---|
android:name | The name of category that is handled, using the Java-style naming convention. |
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.
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:
Attribute | Summary |
---|---|
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(). |
Specify a URI authority host that is handled, as per IntentFilter.addDataAuthority().
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.
Specify a MIME type that is handled, as per IntentFilter.addDataType().
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.
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.
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.
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.
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.
Specify a URI scheme that is handled, as per IntentFilter.addDataScheme().
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.
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:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
instrumentation
tag, a child of the root
manifest tag.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
Required name of the class implementing the instrumentation, deriving from Instrumentation. This is a fully qualified class name (i.e., 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.
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.
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:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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 Model
document for more information on permissions.
This appears as a child tag of the root manifest tag.
Includes the following attributes:
Attribute | Summary |
---|---|
android:description | A longer descriptive text about a particular application or permission that can be granted. |
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 | Specifies the degree of protection that should be associated with a permission, indicating how much a holder of the permission can compromise the system. |
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:
Attribute | Summary |
---|---|
android:description | A longer descriptive text about a particular application or permission that can be granted. |
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. |
A longer descriptive text about a particular application or permission that can be granted. This must be a reference to a string resource; unlike the label attribute, this can not be a raw 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 description.
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.
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.
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.
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:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
A longer descriptive text about a particular application or permission that can be granted. This must be a reference to a string resource; unlike the label attribute, this can not be a raw 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 description.
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.
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.
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.
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.
Specifies the degree of protection that should be associated with a permission, indicating how much a holder of the permission can compromise the system.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | A normal permission, allowing the holder to get to application-level features that are not especially dangerous to possess. This is the default protection level. |
dangerous | 1 | A permission that is more dangerous than normal, or not normally needed by applications. Such permissions may not be granted to an application without the user's explicit confirmation. |
signature | 2 | A permission that can only be granted to other packages that are signed with the same signature as the one declaring the permission. |
signatureOrSystem | 3 | A special type of signed permission that is also granted to any package installed in the system image. Please don't use this unless you absolutely need to. |
This corresponds to the global attribute resource symbol protectionLevel.
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:
Attribute | Summary |
---|---|
android:authorities | Specify the authorities under which this content provider can be found. |
android:enabled | Specify whether this provider is enabled or not (i. |
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. |
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.
Specify whether this provider is enabled or not (i.e. 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.
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.
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.
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.
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.
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.
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.
Required name of the class implementing the provider, deriving from ContentProvider. This is a fully qualified class name (i.e., 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.
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 Model 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.
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.
A specific permission name for read-only access to a ContentProvider. See the Security Model 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.
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.
A specific permission name for write access to a ContentProvider. See the Security Model 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.
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:
Attribute | Summary |
---|---|
android:enabled | Specify whether the receiver is enabled or not (i. |
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. |
Specify whether the receiver is enabled or not (i.e. 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.
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.
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.
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.
Required name of the class implementing the receiver, deriving from BroadcastReceiver. This is a fully qualified class name (i.e., 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.
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 Model 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.
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.
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:
Attribute | Summary |
---|---|
android:enabled | Specify whether the service is enabled or not (i. |
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. |
Specify whether the service is enabled or not (i.e. 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.
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.
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.
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.
Required name of the class implementing the service, deriving from Service. This is a fully qualified class name (i.e., 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.
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 Model 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.
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.
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:
Attribute | Summary |
---|---|
android:name | Required name of the library you use. |
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.
uses-permission
tag requests a
<permission> that the containing
package must be granted in order for it to operate correctly.
See the Security Model
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:
Attribute | Summary |
---|---|
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. |
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.
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:
Attribute | Summary |
---|---|
android:minSdkVersion | This is the minimum SDK version number that the application requires. |
This is the minimum SDK version number that the application requires. Currently there is only one SDK version, 1. If not supplied, the application will work on any SDK.
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 minSdkVersion.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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: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. |
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:drawable | Reference to a drawable resource to use for the frame. |
android:duration | Amount of time (in milliseconds) to display this frame. |
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:shareInterpolator |
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.
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.
When set to true, the animation transformation is applied after the animation is over. 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 fillAfter.
When set to true, the animation transformation is applied before the animation has started. 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 fillBefore.
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.
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.
Constant | Value | Description |
---|---|---|
infinite | -1 |
This corresponds to the global attribute resource symbol repeatCount.
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.
Constant | Value | Description |
---|---|---|
restart | 1 | The animation starts again from the beginning. |
reverse | 2 | The animation plays backward. |
This corresponds to the global attribute resource symbol repeatMode.
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.
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.
Constant | Value | Description |
---|---|---|
normal | 0 | The content being animated be kept in its current Z order. |
top | 1 | 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.
Includes the following attributes:
Attribute | Summary |
---|---|
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:dropDownSelector | Selector in a drop down list. |
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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.
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.
Constant | Value | Description |
---|---|---|
disabled | -1 | Do not tile the bitmap. This is the default value. |
clamp | 0 | Replicates the edge color. |
repeat | 1 | Repeats the bitmap in both direction. |
mirror | 2 | 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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:checkMark | Drawable used for the check mark graphic |
android:checked | Indicates the initial checked state of this text |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
The orientation for the clip.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
horizontal | 1 | Clip the drawable horizontally. |
vertical | 2 | Clip the drawable vertically. |
This corresponds to the global attribute resource symbol clipOrientation.
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.
Specifies where to clip within the drawable. The default value is left.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
Includes the following attributes:
Attribute | Summary |
---|---|
android:color | The color to use. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:button | Drawable used for the button graphic (e. |
android:checked | Indicates the initial checked state of this button |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:cycles |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:endYear | The last year (inclusive) i. |
android:startYear | The first year (inclusive) i. |
The last year (inclusive) i.e. 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.
The first year (inclusive) i.e. 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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:factor | This is the amount of acceleration to ad when easing out. |
This is the amount of acceleration to ad 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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:visible | Provides initial visibility state of the drawable; the default value is false. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:bottomLeftRadius | |
android:bottomRightRadius | |
android:radius | |
android:topLeftRadius | |
android:topRightRadius |
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), db (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 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), db (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 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), db (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 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), db (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 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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_last | State identifier indicating the child is the last child within its group. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_empty | State identifier indicating the group is empty (has no children). |
android:state_expanded | State identifier indicating the group is expanded. |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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), db (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.
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), db (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.
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.
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), db (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.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:layout_gravity | Standard gravity constant that a child can supply to its parent. |
Standard gravity constant that a child can supply to its parent. Defines how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol layout_gravity.
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.
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.
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.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol foregroundGravity.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:animationDuration | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
android:gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
android:spacing | |
android:unselectedAlpha | Sets the alpha on the items that are not selected. |
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.
Specifies how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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), db (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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:innerRadiusRatio | |
android:shape | |
android:thicknessRatio | |
android:useLevel | |
android:visible | Provides initial visibility state of the drawable; the default value is false. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:angle | |
android:centerColor | Optional center color. |
android:centerX | |
android:centerY | |
android:endColor | |
android:gradientRadius | |
android:startColor | |
android:type | |
android:useLevel |
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.
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.
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.
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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
linear | 0 | |
radial | 1 | |
sweep | 2 |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:bottom | |
android:left | |
android:right | |
android:top |
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), db (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 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), db (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 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), db (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 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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:height | Makes the TextView be exactly this many pixels tall. |
android:width | Makes the TextView be exactly this many pixels wide. |
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), db (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.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:color |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:color | |
android:dashGap | |
android:dashWidth | |
android:width | Makes the TextView be exactly this many pixels wide. |
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.
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), db (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 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), db (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.
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), db (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.
This symbol is the offset where the innerRadiusRatio attribute's value can be found in the GradientDrawable 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.
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.
Constant | Value | Description |
---|---|---|
rectangle | 0 | |
oval | 1 | |
line | 2 | |
ring | 3 |
This symbol is the offset where the thicknessRatio attribute's value can be found in the GradientDrawable 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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
Direction of the animation in the grid.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
left_to_right | 0x0 | Animates columns from left to right. |
right_to_left | 0x1 | Animates columns from right to left. |
top_to_bottom | 0x0 | Animates rows from top to bottom. |
bottom_to_top | 0x2 | Animates rows from bottom to top. |
This corresponds to the global attribute resource symbol direction.
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.
Constant | Value | Description |
---|---|---|
none | 0 | Rows and columns are animated at the same time. |
column | 1 | Columns are animated first. |
row | 2 | Rows are animated first. |
This corresponds to the global attribute resource symbol directionPriority.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:columnWidth | |
android:gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
android:horizontalSpacing | |
android:numColumns | |
android:stretchMode | |
android:verticalSpacing |
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), db (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.
Specifies how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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), db (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 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.
Constant | Value | Description |
---|---|---|
auto_fit | -1 |
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.
Constant | Value | Description |
---|---|---|
none | 0 | |
spacingWidth | 1 | |
columnWidth | 2 |
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
'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.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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 |
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.
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.
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.
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), db (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.
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), db (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.
Controls how the image should be resized or moved to match the size of this ImageView.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
matrix | 0 | |
fitXY | 1 | |
fitStart | 2 | |
fitCenter | 3 | |
fitEnd | 4 | |
center | 5 | |
centerCrop | 6 | |
centerInside | 7 |
This corresponds to the global attribute resource symbol scaleType.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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), db (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 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), db (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 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), db (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 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), db (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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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(). |
Includes the following attributes:
Attribute | Summary |
---|---|
android:name | Required name of the category. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:name | Required name of the extra data. |
android:value | Concrete value to put for this named extra data. |
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.
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.
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.
The data URI to assign to the Intent, as per Intent.setData().
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.
The MIME type name to assign to the Intent, as per Intent.setType().
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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 |
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), db (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.
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.
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.
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), db (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 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), db (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 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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
The order in which the animations will be started.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | Animations are started in the natural order. |
reverse | 1 | Animations are started in the reverse order. |
random | 2 | Animations are started randomly. |
This corresponds to the global attribute resource symbol animationOrder.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:drawable | Reference to a drawable resource to use for the frame. |
android:maxLevel | |
android:minLevel |
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.
This symbol is the offset where the maxLevel attribute's value can be found in the LevelListDrawableItem 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.
This symbol is the offset where the minLevel attribute's value can be found in the LevelListDrawableItem 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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:animationDuration | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
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 (i. |
android:gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
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. |
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Standard gravity constant that a child can supply to its parent. Defines how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol layout_gravity.
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
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.
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
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.
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.
When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (i.e 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.
Specifies how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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.
Constant | Value | Description |
---|---|---|
horizontal | 0 | Defines an horizontal widget. |
vertical | 1 | Defines a vertical widget. |
This corresponds to the global attribute resource symbol orientation.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:choiceMode | Defines the choice behavior for the List. |
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. |
Defines the choice behavior for the List. 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.
Constant | Value | Description |
---|---|---|
none | 0 | Normal list that does not indicate choices |
singleChoice | 1 | The list allows up to one choice |
multipleChoice | 2 | The list allows multiple choices |
This corresponds to the global attribute resource symbol choiceMode.
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.
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), db (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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:apiKey | An API Key required to use MapView. |
An API Key required to use MapView. Currently, this can be an arbitrary string. In order to run on actual devices, though, your app will need an authentic key, but the process for issuing keys is not ready at this 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 apiKey.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Whether the items are capable of displaying a check mark.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0 | The items are not checkable. |
all | 1 | The items are all checkable. |
single | 2 | 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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
container | 0x00010000 | Items are part of a container. |
system | 0x00020000 | Items are provided by the system. |
secondary | 0x00030000 | Items are user-supplied secondary (infrequently used). |
alternative | 0x00040000 | Items are alternative actions. |
This corresponds to the global attribute resource symbol menuCategory.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_checkable | State identifier indicating that the object may display a check mark. |
android:state_focused | State value for StateListDrawable. |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_checkable | State identifier indicating that the object may display a check mark. |
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.
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.
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.
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.
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.
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.
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.
The category applied to the item. (This will be or'ed with the orderInCategory attribute.)
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
container | 0x00010000 | Items are part of a container. |
system | 0x00020000 | Items are provided by the system. |
secondary | 0x00030000 | Items are user-supplied secondary (infrequently used). |
alternative | 0x00040000 | Items are alternative actions. |
This corresponds to the global attribute resource symbol menuCategory.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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 |
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.
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:popupBackground |
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_above_anchor | State identifier indicating the popup will be above the anchor. |
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.
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
".
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:orderingFromXml | Whether to order the Preference under this group as they appear in the XML file. |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
Defines how the indeterminate mode should behave when the progress reaches max.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
repeat | 1 | Progress starts over from 0. |
cycle | 2 | Progress keeps the current value and goes back to 0. |
This corresponds to the global attribute resource symbol indeterminateBehavior.
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.
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.
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.
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
".
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.
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), db (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.
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), db (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.
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), db (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 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), db (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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
Constant | Value | Description |
---|---|---|
horizontal | 0 | Defines an horizontal widget. |
vertical | 1 | Defines a vertical widget. |
This corresponds to the global attribute resource symbol orientation.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:gravity | Specifies how to place an object, both its x and y axis, within a larger containing object. |
android:ignoreGravity | Indicates what view should not be affected by gravity. |
Includes the following attributes:
Attribute | Summary |
---|---|
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 | f 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. |
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.
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.
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.
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.
f true, makes the bottom edge of this view match the bottom 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_alignParentBottom.
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.
If true, makes the right edge of this view match the right 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_alignParentRight.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Specifies how to place an object, both its x and y axis, within a larger containing object.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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'. |
Which ringtone type(s) to show in the picker.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
ringtone | 1 | Ringtones. |
notification | 2 | Notification sounds. |
alarm | 4 | Alarm sounds. |
all | 7 | All available ringtone sounds. |
This corresponds to the global attribute resource symbol ringtoneType.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:fromDegrees | |
android:pivotX | |
android:pivotY | |
android:toDegrees |
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:fromXScale | |
android:fromYScale | |
android:pivotX | |
android:pivotY | |
android:toXScale | |
android:toYScale |
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.
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol scaleGravity.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:fillViewport | Defines whether the scrollview should stretch its content to fill the viewport. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:hint | If supplied, this string will be displayed as a hint to the user. |
android:icon | If provided, this icon will be shown in place of the label. |
android:label | This is the user-displayed name of the searchable activity. |
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: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. |
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
Constant | Value | Description |
---|---|---|
KEYCODE_UNKNOWN | 0 | |
KEYCODE_SOFT_LEFT | 1 | |
KEYCODE_SOFT_RIGHT | 2 | |
KEYCODE_HOME | 3 | |
KEYCODE_BACK | 4 | |
KEYCODE_CALL | 5 | |
KEYCODE_ENDCALL | 6 | |
KEYCODE_0 | 7 | |
KEYCODE_1 | 8 | |
KEYCODE_2 | 9 | |
KEYCODE_3 | 10 | |
KEYCODE_4 | 11 | |
KEYCODE_5 | 12 | |
KEYCODE_6 | 13 | |
KEYCODE_7 | 14 | |
KEYCODE_8 | 15 | |
KEYCODE_9 | 16 | |
KEYCODE_STAR | 17 | |
KEYCODE_POUND | 18 | |
KEYCODE_DPAD_UP | 19 | |
KEYCODE_DPAD_DOWN | 20 | |
KEYCODE_DPAD_LEFT | 21 | |
KEYCODE_DPAD_RIGHT | 22 | |
KEYCODE_DPAD_CENTER | 23 | |
KEYCODE_VOLUME_UP | 24 | |
KEYCODE_VOLUME_DOWN | 25 | |
KEYCODE_POWER | 26 | |
KEYCODE_CAMERA | 27 | |
KEYCODE_CLEAR | 28 | |
KEYCODE_A | 29 | |
KEYCODE_B | 30 | |
KEYCODE_C | 31 | |
KEYCODE_D | 32 | |
KEYCODE_E | 33 | |
KEYCODE_F | 34 | |
KEYCODE_G | 35 | |
KEYCODE_H | 36 | |
KEYCODE_I | 37 | |
KEYCODE_J | 38 | |
KEYCODE_K | 39 | |
KEYCODE_L | 40 | |
KEYCODE_M | 41 | |
KEYCODE_N | 42 | |
KEYCODE_O | 43 | |
KEYCODE_P | 44 | |
KEYCODE_Q | 45 | |
KEYCODE_R | 46 | |
KEYCODE_S | 47 | |
KEYCODE_T | 48 | |
KEYCODE_U | 49 | |
KEYCODE_V | 50 | |
KEYCODE_W | 51 | |
KEYCODE_X | 52 | |
KEYCODE_Y | 53 | |
KEYCODE_Z | 54 | |
KEYCODE_COMMA | 55 | |
KEYCODE_PERIOD | 56 | |
KEYCODE_ALT_LEFT | 57 | |
KEYCODE_ALT_RIGHT | 58 | |
KEYCODE_SHIFT_LEFT | 59 | |
KEYCODE_SHIFT_RIGHT | 60 | |
KEYCODE_TAB | 61 | |
KEYCODE_SPACE | 62 | |
KEYCODE_SYM | 63 | |
KEYCODE_EXPLORER | 64 | |
KEYCODE_ENVELOPE | 65 | |
KEYCODE_ENTER | 66 | |
KEYCODE_DEL | 67 | |
KEYCODE_GRAVE | 68 | |
KEYCODE_MINUS | 69 | |
KEYCODE_EQUALS | 70 | |
KEYCODE_LEFT_BRACKET | 71 | |
KEYCODE_RIGHT_BRACKET | 72 | |
KEYCODE_BACKSLASH | 73 | |
KEYCODE_SEMICOLON | 74 | |
KEYCODE_APOSTROPHE | 75 | |
KEYCODE_SLASH | 76 | |
KEYCODE_AT | 77 | |
KEYCODE_NUM | 78 | |
KEYCODE_HEADSETHOOK | 79 | |
KEYCODE_FOCUS | 80 | |
KEYCODE_PLUS | 81 | |
KEYCODE_MENU | 82 | |
KEYCODE_NOTIFICATION | 83 | |
KEYCODE_SEARCH | 84 |
This corresponds to the global attribute resource symbol keycode.
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.
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.
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.
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.
If provided, this icon will be shown in place of the label. It is typically used in order to identify a searchable application via a logo or branding, instead of plain text. This is a reference to a drawable (icon) resource. Optional 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 icon.
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.
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.
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.
Constant | Value | Description |
---|---|---|
filterMode | 0x01 | If set, this flag enables basic filter search functionality. |
filterModeQuickStart | 0x02 | If set, this flag enables quickstart filter search functionality. |
showSearchLabelAsBadge | 0x04 | 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. |
showSearchIconAsBadge | 0x08 | If set, this flag enables the display of the search target (icon) within the search bar. (Note, overrides showSearchLabel) If neither bad mode is selected, no badge will be shown. |
queryRewriteFromData | 0x10 | 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. |
queryRewriteFromText | 0x20 | 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.
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.android.samples.searchsuggest") 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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:color | Defines the color of the shape. |
android:height | Defines the height of the shape. |
android:width | Defines the width of the shape. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:bottom | Bottom padding. |
android:left | Left padding. |
android:right | Right padding. |
android:top | Top padding. |
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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.
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), db (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.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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), db (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 is a private symbol.
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 is a private symbol.
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 is a private symbol.
Orientation of the SlidingDrawer.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
horizontal | 0 | Defines an horizontal widget. |
vertical | 1 | Defines a vertical widget. |
This corresponds to the global attribute resource symbol orientation.
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), db (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 is a private symbol.
Includes the following attributes:
Attribute | Summary |
---|---|
android:prompt | The prompt to display when the spinner's dialog is shown. |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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: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. |
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:collapseColumns | The 0 based index of the columns to collapse. |
android:shrinkColumns | The 0 based index of the columns to shrink. |
android:stretchColumns | The 0 based index of the columns to stretch. |
The 0 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.
The 0 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.
The 0 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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
Size of 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), db (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.
Style (bold, italic, bolditalic) for the text.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | |
bold | 1 | |
italic | 2 |
This corresponds to the global attribute resource symbol textStyle.
Typeface (normal, sans, serif, monospace) for the text.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | |
sans | 1 | |
serif | 2 | |
monospace | 3 |
This corresponds to the global attribute resource symbol typeface.
Includes the following attributes:
Attribute | Summary |
---|---|
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 what 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: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 | Deprecated: use state_enabled instead. |
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 | Vertical gravity (top, center_vertical, bottom) 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: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: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: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: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: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. |
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.
Constant | Value | Description |
---|---|---|
none | 0x00 | Match no patterns (default) |
web | 0x01 | Match Web URLs |
email | 0x02 | Match email addresses |
phone | 0x04 | Match phone numbers |
map | 0x08 | Match map addresses |
all | 0x0f | Match all patterns (equivalent to web|email|phone|map) |
This corresponds to the global attribute resource symbol autoLink.
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.
Determines what 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.
Constant | Value | Description |
---|---|---|
normal | 0 | Can return any CharSequence, possibly a Spanned one if the source text was Spanned. |
spannable | 1 | Can only return Spannable. |
editable | 2 | Can only return Spannable and Editable. |
This corresponds to the global attribute resource symbol bufferType.
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.
Constant | Value | Description |
---|---|---|
none | 0 | Don't automatically capitalize anything. |
sentences | 1 | Capitalize the first word of each sentence. |
words | 2 | Capitalize the first letter of every word. |
characters | 3 | Capitalize every character. |
This corresponds to the global attribute resource symbol capitalize.
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.
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.
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.
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.
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), db (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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
none | 0 | |
start | 1 | |
middle | 2 | |
end | 3 |
This corresponds to the global attribute resource symbol ellipsize.
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.
Deprecated: use state_enabled instead.
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.
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.
Vertical gravity (top, center_vertical, bottom) when the text is smaller than the view.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
This corresponds to the global attribute resource symbol gravity.
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), db (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.
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.
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.
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.
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.
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.
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.
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), db (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.
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.
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.
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), db (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.
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.
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), db (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.
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.
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), db (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.
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.
Constant | Value | Description |
---|---|---|
integer | 0x01 | Input is numeric. |
signed | 0x003 | Input is numeric, with sign allowed. |
decimal | 0x05 | Input is numeric, with decimals allowed. |
This corresponds to the global attribute resource symbol numeric.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Size of 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), db (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.
Style (bold, italic, bolditalic) for the text.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | |
bold | 1 | |
italic | 2 |
This corresponds to the global attribute resource symbol textStyle.
Typeface (normal, sans, serif, monospace) for the text.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
normal | 0 | |
sans | 1 | |
serif | 2 | |
monospace | 3 |
This corresponds to the global attribute resource symbol typeface.
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), db (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.
Includes the following attributes:
Attribute | Summary |
---|---|
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:buttonStyle | Normal Button style. |
android:buttonStyleInset | Button style to inset into an EditText. |
android:buttonStyleSmall | Small Button style. |
android:buttonStyleToggle | ToggleButton style. |
android:checkBoxPreferenceStyle | Default style for CheckBoxPreference. |
android:checkboxStyle | Default Checkbox style. |
android:colorBackground | Color that matches (as closely as possible) the window background. |
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: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:listDivider | The drawable for the list divider |
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:progressBarStyleLarge | Large ProgressBar style. |
android:progressBarStyleSmall | Small ProgressBar style. |
android:progressBarStyleSmallTitle | Small ProgressBar in title style. |
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: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, for the |
android:textColorPrimaryDisableOnly | Bright text color. |
android:textColorPrimaryInverse | Primary inverse text color, useful for inverted backgrounds |
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:textViewStyle | Default TextView 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: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:windowNoTitle | Flag indicating whether there should be no title on this window. |
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. |
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.
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
".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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.
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.
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.
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.
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.
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.
The drawable for the list divider
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 listDivider.
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), db (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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
".
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.
The most prominent text color, for the
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Drawable to use as the overall window background. There are a few special considerations you should use when settings this 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 windowBackground.
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.
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.
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.
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.
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.
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.
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.
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), db (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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:fromXDelta | |
android:fromYDelta | |
android:toXDelta | |
android:toYDelta |
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:mode |
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.
Constant | Value | Description |
---|---|---|
oneLine | 1 | Always show only the first line. |
collapsing | 2 | When selected show both lines, otherwise show only the first line. This is the default mode |
twoLine | 3 | Always show both lines. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:animationDuration | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:layout_scale |
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:background | A drawable to use as the background. |
android:clickable | Defines whether this view reacts to click events. |
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:fadingEdge | Defines which edges should be fadeded on scrolling. |
android:fadingEdgeLength | Defines the length of the fading edges. |
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:id | Supply an identifier name for this view, to later retrieve it with View.findViewById() or Activity.findViewById(). |
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: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: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: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. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:inAnimation | |
android:outAnimation |
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
".
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
".
Includes the following attributes:
Attribute | Summary |
---|---|
android:state_enabled | State value for StateListDrawable. |
android:state_focused | State value for StateListDrawable. |
android:state_pressed | State value for StateListDrawable. |
android:state_selected | State value for StateListDrawable. |
android:state_window_focused | State value for StateListDrawable. |
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.
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.
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.
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.
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.
Includes the following attributes:
Attribute | Summary |
---|---|
android:flipInterval |
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.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
The values defined here correspond to the base layout attribute class ViewGroup.LayoutParams.
Includes the following attributes:
Attribute | Summary |
---|---|
android:layout_height | Specifies the basic height of the view. |
android:layout_width | Specifies the basic width of the view. |
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
The values defined here correspond to the base layout attribute class ViewGroup.MarginLayoutParams.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
Constant | Value | Description |
---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). |
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.
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.
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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
beforeDescendants | 0 | The ViewGroup will get focus before any of its descendants. |
afterDescendants | 1 | The ViewGroup will get focus only if none of its descendants want it. |
blocksDescendants | 2 | The ViewGroup will block its descendants from receiving focus. |
This corresponds to the global attribute resource symbol descendantFocusability.
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.
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.
Constant | Value | Description |
---|---|---|
none | 0x0 | The drawing cache is not persisted after use. |
animation | 0x1 | The drawing cache is persisted after a layout animation. |
scrolling | 0x2 | The drawing cache is persisted after a scroll. |
all | 0x3 | The drawing cache is always persisted. |
This corresponds to the global attribute resource symbol persistentDrawingCache.
Includes the following attributes:
Attribute | Summary |
---|---|
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. |
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.
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.
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.
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.
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.
Constant | Value | Description |
---|---|---|
auto | 0 | Lets the framework decide what quality level should be used for the drawing cache. |
low | 1 | 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. |
high | 2 | 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.
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.
Defines which edges should be fadeded on scrolling.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0x00000000 | No edge is faded. |
horizontal | 0x00001000 | Fades horizontal edges only. |
vertical | 0x00002000 | Fades vertical edges only. |
This corresponds to the global attribute resource symbol fadingEdge.
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), db (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.
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.
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.
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.
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.
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 is a private symbol.
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.
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), db (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.
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), db (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.
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.
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.
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.
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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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), db (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.
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.
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), db (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.
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), db (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.
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.
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.
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), db (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.
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.
Constant | Value | Description |
---|---|---|
insideOverlay | 0x0 | Inside the padding and overlaid |
insideInset | 0x01000000 | Inside the padding and inset |
outsideOverlay | 0x02000000 | Edge of the view and overlaid |
outsideInset | 0x03000000 | Edge of the view and inset |
This corresponds to the global attribute resource symbol scrollbarStyle.
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.
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.
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.
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.
Defines which scrollbars should be displayed on scrolling or not.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0x00000000 | No scrollbar is displayed. |
horizontal | 0x00000100 | Displays horizontal scrollbar only. |
vertical | 0x00000200 | Displays vertical scrollbar only. |
This corresponds to the global attribute resource symbol scrollbars.
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.
Controls the initial visibility of the view.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
visible | 0 | Visible on screen; the default value. |
invisible | 1 | Not displayed, but taken into account during layout (space is left for it). |
gone | 2 | Completely hidden, as if the view had not been added. |
This corresponds to the global attribute resource symbol visibility.
Includes the following attributes:
Attribute | Summary |
---|---|
android:streamType | Different audio stream types. |
Different audio stream types.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
voice | 0 | |
system | 1 | |
ring | 2 | |
music | 3 | |
alarm | 4 |
This corresponds to the global attribute resource symbol streamType.
Includes the following attributes:
Attribute | Summary |
---|---|
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: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:windowNoTitle | Flag indicating whether there should be no title on this window. |
Includes the following attributes:
Attribute | Summary |
---|---|
android:activityCloseEnterAnimation | |
android:activityCloseExitAnimation | |
android:activityOpenEnterAnimation | |
android:activityOpenExitAnimation | |
android:taskCloseEnterAnimation | |
android:taskCloseExitAnimation | |
android:taskOpenEnterAnimation | |
android:taskOpenExitAnimation | |
android:taskToBackEnterAnimation | |
android:taskToBackExitAnimation | |
android:taskToFrontEnterAnimation | |
android:taskToFrontExitAnimation | |
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. |
This symbol is the offset where the activityCloseEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the activityCloseExitAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the activityOpenEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the activityOpenExitAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskCloseEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskCloseExitAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskOpenEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskOpenExitAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskToBackEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskToBackExitAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskToFrontEnterAnimation attribute's value can be found in the WindowAnimation 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
".
This symbol is the offset where the taskToFrontExitAnimation attribute's value can be found in the WindowAnimation 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
".
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.
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.
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.
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.
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.
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.
Drawable to use as the overall window background. There are a few special considerations you should use when settings this 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 windowBackground.
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.
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.
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.
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.
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.
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.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |