English | Site Directory

Android - An Open Handset Alliance Project

android
public static final class

android.R.styleable

java.lang.Object
android.R.styleable

Summary

Constants

      Value  
int[]  AbsListView  Attributes that can be used with a AbsListView.     
int  AbsListView_drawSelectorOnTop 

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

0x00000001 
int  AbsListView_listSelector 

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

0x00000000 
int  AbsListView_scrollingCache 

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

0x00000003 
int  AbsListView_stackFromBottom 

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

0x00000002 
int[]  AbsSpinner  Attributes that can be used with a AbsSpinner.     
int  AbsSpinner_drawSelectorOnTop 

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

0x00000002 
int  AbsSpinner_entries 

Reference to an array resource that will populate the Spinner. 

0x00000001 
int  AbsSpinner_gravity 

Specifies how to place an object, both its x and y axis, within a larger containing object. 

0x00000000 
int  AbsSpinner_spinnerSelector 

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

0x00000003 
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. 

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. 

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. 

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. 

0x00000007 
int  AlertDialog_bottomDark 

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

0x00000003 
int  AlertDialog_centerBright 

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

0x00000006 
int  AlertDialog_centerDark 

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

0x00000002 
int  AlertDialog_fullBright 

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

0x00000004 
int  AlertDialog_fullDark 

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

0x00000000 
int  AlertDialog_topBright 

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

0x00000005 
int  AlertDialog_topDark 

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

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. 

0x00000000 
int  AlphaAnimation_toAlpha 

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

0x00000001 
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. 

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  AndroidManifestActivity_clearOnBackground 

Specify whether an activity's task should be cleared when it goes to the background. 

0x00000009 
int  AndroidManifestActivity_configChanges 

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

13  0x0000000d 
int  AndroidManifestActivity_enabled 

Specify whether the activity is enabled or not (i.e. 

0x00000000 
int  AndroidManifestActivity_excludeFromRecents 

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

11  0x0000000b 
int  AndroidManifestActivity_icon 

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

0x00000003 
int  AndroidManifestActivity_label 

A user-legible name for the given item. 

0x00000002 
int  AndroidManifestActivity_launchMode 

Specify how an activity should be launched. 

12  0x0000000c 
int  AndroidManifestActivity_multiprocess 

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

0x00000008 
int  AndroidManifestActivity_name 

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

0x00000004 
int  AndroidManifestActivity_permission 

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

0x00000005 
int  AndroidManifestActivity_process 

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

0x00000006 
int  AndroidManifestActivity_stateNotNeeded 

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

10  0x0000000a 
int  AndroidManifestActivity_taskAffinity 

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

0x00000007 
int  AndroidManifestActivity_theme 

The overall theme to use for an activity. 

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

Specify whether the component in this application are enabled or not (i.e. 

0x00000000 
int  AndroidManifestApplication_icon 

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

0x00000003 
int  AndroidManifestApplication_label 

A user-legible name for the given item. 

0x00000002 
int  AndroidManifestApplication_name 

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

0x00000004 
int  AndroidManifestApplication_permission 

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

0x00000005 
int  AndroidManifestApplication_persistent 

Flag to control special persistent mode of an application. 

0x00000006 
int  AndroidManifestApplication_process 

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

0x00000007 
int  AndroidManifestApplication_taskAffinity 

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

0x00000008 
int  AndroidManifestApplication_theme 

The overall theme to use for an activity. 

0x00000001 
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. 

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()

0x00000002 
int  AndroidManifestData_mimeType 

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

0x00000000 
int  AndroidManifestData_path 

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

0x00000004 
int  AndroidManifestData_port 

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

0x00000003 
int  AndroidManifestData_scheme 

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

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. 

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. 

0x00000004 
int  AndroidManifestInstrumentation_icon 

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

0x00000001 
int  AndroidManifestInstrumentation_label 

A user-legible name for the given item. 

0x00000000 
int  AndroidManifestInstrumentation_name 

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

0x00000002 
int  AndroidManifestInstrumentation_targetPackage 

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

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. 

0x00000001 
int  AndroidManifestIntentFilter_label 

A user-legible name for the given item. 

0x00000000 
int  AndroidManifestIntentFilter_priority 

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

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. 

0x00000000 
int  AndroidManifestMetaData_resource 

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

0x00000002 
int  AndroidManifestMetaData_value 

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

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  AndroidManifestPermission_description 

A longer descriptive text about a particular permission that can be granted. 

0x00000004 
int  AndroidManifestPermission_icon 

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

0x00000001 
int  AndroidManifestPermission_label 

A user-legible name for the given item. 

0x00000000 
int  AndroidManifestPermission_name 

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

0x00000002 
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. 

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. 

0x00000009 
int  AndroidManifestProvider_enabled 

Specify whether this provider is enabled or not (i.e. 

0x00000000 
int  AndroidManifestProvider_icon 

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

0x00000002 
int  AndroidManifestProvider_initOrder 

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

11  0x0000000b 
int  AndroidManifestProvider_label 

A user-legible name for the given item. 

0x00000001 
int  AndroidManifestProvider_multiprocess 

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

0x00000008 
int  AndroidManifestProvider_name 

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

0x00000003 
int  AndroidManifestProvider_permission 

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

0x00000004 
int  AndroidManifestProvider_process 

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

0x00000007 
int  AndroidManifestProvider_readPermission 

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

0x00000005 
int  AndroidManifestProvider_syncable 

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

10  0x0000000a 
int  AndroidManifestProvider_writePermission 

A specific permission name for write access to a ContentProvider

0x00000006 
int[]  AndroidManifestReceiver  The receiver tag declares an IntentReceiver 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. 

0x00000000 
int  AndroidManifestReceiver_icon 

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

0x00000002 
int  AndroidManifestReceiver_label 

A user-legible name for the given item. 

0x00000001 
int  AndroidManifestReceiver_name 

Required name of the class implementing the receiver, deriving from IntentReceiver

0x00000003 
int  AndroidManifestReceiver_permission 

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

0x00000004 
int  AndroidManifestReceiver_process 

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

0x00000005 
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. 

0x00000000 
int  AndroidManifestService_icon 

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

0x00000002 
int  AndroidManifestService_label 

A user-legible name for the given item. 

0x00000001 
int  AndroidManifestService_name 

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

0x00000003 
int  AndroidManifestService_permission 

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

0x00000004 
int  AndroidManifestService_process 

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

0x00000005 
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

0x00000000 
int  AndroidManifest_sharedUserId 

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

0x00000000 
int  AndroidManifest_signature 

Temporary package attribute assigning a signature to the package. 

0x00000001 
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. 

0x00000001 
int  AnimationDrawableItem_duration 

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

0x00000000 
int  AnimationDrawable_oneshot 

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

0x00000002 
int  AnimationDrawable_variablePadding 

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

0x00000001 
int  AnimationDrawable_visible 

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

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. 

0x00000000 
int  Animation_duration 

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

0x00000000 
int  Animation_fillAfter 

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

0x00000003 
int  Animation_fillBefore 

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

0x00000002 
int  Animation_interpolator 

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

0x00000001 
int  Animation_startOffset 

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

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

Defines the hint displayed in the drop down menu. 

0x00000003 
int  AutoCompleteTextView_completionHintSize 

Defines the hint's font size. 

0x00000004 
int  AutoCompleteTextView_completionThreshold 

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

0x00000005 
int  AutoCompleteTextView_dropDownArrowDown 

Arrow down in a drop down list. 

0x00000002 
int  AutoCompleteTextView_dropDownArrowUp 

Arrow up in a drop down list. 

0x00000001 
int  AutoCompleteTextView_dropDownSelector 

Selector in a drop down list. 

0x00000000 
int[]  Button  Attributes that can be used with a Button.     
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. 

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

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

0x00000001 
int  CompoundButton_checked 

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

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. 

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. 

0x00000000 
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. 

0x00000003 
int  DrawableCorners_bottomRightRadius 

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

0x00000004 
int  DrawableCorners_radius 

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

0x00000000 
int  DrawableCorners_topLeftRadius 

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

0x00000001 
int  DrawableCorners_topRightRadius 

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

0x00000002 
int[]  DrawableStates  Drawable states.     
int  DrawableStates_state_active 

State value for StateListDrawable

0x00000006 
int  DrawableStates_state_checkable 

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

0x00000003 
int  DrawableStates_state_checked 

State identifier indicating that the object is currently checked. 

0x00000004 
int  DrawableStates_state_circle 

State value for StateListDrawable

14  0x0000000e 
int  DrawableStates_state_dropdown_showing 

State value for StateListDrawable

18  0x00000012 
int  DrawableStates_state_enabled 

State value for StateListDrawable

0x00000002 
int  DrawableStates_state_error 

State value for StateListDrawable

13  0x0000000d 
int  DrawableStates_state_first 

State value for StateListDrawable

0x00000008 
int  DrawableStates_state_focused 

State value for StateListDrawable

0x00000000 
int  DrawableStates_state_grow 

State value for StateListDrawable

16  0x00000010 
int  DrawableStates_state_last 

State value for StateListDrawable

10  0x0000000a 
int  DrawableStates_state_middle 

State value for StateListDrawable

0x00000009 
int  DrawableStates_state_move 

State value for StateListDrawable

17  0x00000011 
int  DrawableStates_state_only 

State value for StateListDrawable

11  0x0000000b 
int  DrawableStates_state_pressed 

State value for StateListDrawable

12  0x0000000c 
int  DrawableStates_state_rect 

State value for StateListDrawable

15  0x0000000f 
int  DrawableStates_state_selected 

State value for StateListDrawable

0x00000005 
int  DrawableStates_state_single 

State value for StateListDrawable

0x00000007 
int  DrawableStates_state_window_focused 

State value for StateListDrawable

0x00000001 
int  Drawable_visible 

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

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. 

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). 

0x00000001 
int  ExpandableListGroupIndicatorState_state_expanded 

State identifier indicating the group is expanded. 

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. 

0x00000006 
int  ExpandableListView_childIndicator 

Indicator shown beside the child View. 

0x00000001 
int  ExpandableListView_childIndicatorLeft 

The left bound for a child's indicator. 

0x00000004 
int  ExpandableListView_childIndicatorRight 

The right bound for a child's indicator. 

0x00000005 
int  ExpandableListView_groupIndicator 

Indicator shown beside the group View. 

0x00000000 
int  ExpandableListView_indicatorLeft 

The left bound for an item's indicator. 

0x00000002 
int  ExpandableListView_indicatorRight 

The right bound for an item's indicator. 

0x00000003 
int[]  FrameLayout  Attributes that can be used with a FrameLayout.     
int  FrameLayout_foreground 

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

0x00000000 
int  FrameLayout_measureAllChildren 

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

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. 

0x00000000 
int  Gallery_spacing 

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

0x00000001 
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. 

0x00000003 
int  GradientDrawableGradient_centerX 

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

0x00000005 
int  GradientDrawableGradient_centerY 

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

0x00000006 
int  GradientDrawableGradient_endColor 

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

0x00000001 
int  GradientDrawableGradient_gradientRadius 

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

0x00000007 
int  GradientDrawableGradient_startColor 

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

0x00000000 
int  GradientDrawableGradient_type 

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

0x00000004 
int  GradientDrawableGradient_useLevel 

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

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. 

0x00000003 
int  GradientDrawablePadding_left 

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

0x00000000 
int  GradientDrawablePadding_right 

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

0x00000002 
int  GradientDrawablePadding_top 

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

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

Makes the TextView be exactly this many pixels tall. 

0x00000000 
int  GradientDrawableSize_width 

Makes the TextView be exactly this many pixels wide. 

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. 

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. 

0x00000001 
int  GradientDrawableStroke_dashGap 

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

0x00000003 
int  GradientDrawableStroke_dashWidth 

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

0x00000002 
int  GradientDrawableStroke_width 

Makes the TextView be exactly this many pixels wide. 

0x00000000 
int  GradientDrawable_innerRadiusRatio 

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

0x00000002 
int  GradientDrawable_shape 

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

0x00000001 
int  GradientDrawable_thicknessRatio 

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

0x00000003 
int  GradientDrawable_visible 

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

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. 

0x00000000 
int  GridLayoutAnimation_direction 

Direction of the animation in the grid. 

0x00000002 
int  GridLayoutAnimation_directionPriority 

Priority of the rows and columns. 

0x00000003 
int  GridLayoutAnimation_rowDelay 

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

0x00000001 
int[]  GridView  Attributes that can be used with a GridVi