/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package android; public final class R { public static final class anim { public static final int accelerate_decelerate_interpolator=0x010a0004; /** Acceleration curve matching Flash's quadratic ease out function. */ public static final int accelerate_interpolator=0x010a0005; public static final int anticipate_interpolator=0x010a0007; public static final int anticipate_overshoot_interpolator=0x010a0009; public static final int bounce_interpolator=0x010a000a; public static final int cycle_interpolator=0x010a000c; /** Acceleration curve matching Flash's quadratic ease in function. */ public static final int decelerate_interpolator=0x010a0006; public static final int fade_in=0x010a0000; public static final int fade_out=0x010a0001; public static final int linear_interpolator=0x010a000b; public static final int overshoot_interpolator=0x010a0008; public static final int slide_in_left=0x010a0002; public static final int slide_out_right=0x010a0003; } public static final class animator { /** A simple fade-in animation. */ public static final int fade_in=0x010b0000; /** A simple fade-out animation. */ public static final int fade_out=0x010b0001; } public static final class array { /** Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. */ public static final int emailAddressTypes=0x01070000; /** Instant Message protocols/providers from android.provider.Contacts */ public static final int imProtocols=0x01070001; /** Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. */ public static final int organizationTypes=0x01070002; /** Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. */ public static final int phoneTypes=0x01070003; /** Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. */ public static final int postalAddressTypes=0x01070004; } public static final class attr { /** 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".
*/
public static final int absListViewStyle=0x0101006a;
/** The event types this serivce would like to receive as specified in
{@link android.view.accessibility.AccessibilityEvent}. This setting
can be changed at runtime by calling
{@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)
android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
typeViewClicked | 0x00000001 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_CLICKED} events. |
typeViewLongClicked | 0x00000002 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_LONG_CLICKED} events. |
typeViewSelected | 0x00000004 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_SELECTED} events. |
typeViewFocused | 0x00000008 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_FOCUSED} events. |
typeViewTextChanged | 0x00000010 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_TEXT_CHANGED} events. |
typeWindowStateChanged | 0x00000020 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_WINDOW_STATE_CHANGED} events. |
typeNotificationStateChanged | 0x00000040 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_NOTIFICATION_STATE_CHANGED} events. |
typeViewHoverEnter | 0x00000080 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_HOVER_ENTER} events. |
typeViewHoverExit | 0x00000100 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_HOVER_EXIT} events. |
typeTouchExplorationGestureStart | 0x00000200 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_TOUCH_EXPLORATION_GESTURE_START} events. |
typeTouchExplorationGestureEnd | 0x00000400 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_TOUCH_EXPLORATION_GESTURE_END} events. |
typeWindowContentChanged | 0x00000800 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_WINDOW_CONTENT_CHANGED} events. |
typeViewScrolled | 0x000001000 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_SCROLLED} events. |
typeViewTextSelectionChanged | 0x000002000 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_TEXT_SELECTION_CHANGED} events. |
typeAllMask | 0xffffffff | Receives {@link android.view.accessibility.AccessibilityEvent#TYPES_ALL_MASK} i.e. all events. |
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
feedbackSpoken | 0x00000001 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_SPOKEN} feedback. |
feedbackHaptic | 0x00000002 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_HAPTIC} feedback. |
feedbackAudible | 0x00000004 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_AUDIBLE} feedback. |
feedbackVisual | 0x00000008 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_VISUAL} feedback. |
feedbackGeneric | 0x00000010 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_GENERIC} feedback. |
feedbackAllMask | 0xffffffff | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_ALL_MASK} feedback. |
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
flagDefault | 0x00000001 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#DEFAULT} |
flagIncludeNotImportantViews | 0x00000002 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_INCLUDE_NOT_IMPORTANT_VIEWS} |
flagRequestTouchExplorationMode | 0x00000004 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE} |
flagRequestEnhancedWebAccessibility | 0x00000008 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY} |
flagReportViewIds | 0x00000010 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REPORT_VIEW_IDS} |
flagRequestFilterKeyEvents | 0x00000020 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_FILTER_KEY_EVENTS} |
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 |
|---|---|---|
none | 0 | Accessibility services should not announce changes to this view. |
polite | 1 | Accessibility services should announce changes to this view. |
assertive | 2 | Accessibility services should interrupt ongoing speech to immediately announce changes to this 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".
*/
public static final int accountPreferences=0x0101029f;
/** The account type this authenticator handles.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int accountType=0x0101028f;
/** The action name to assign to the Intent, as per
{@link android.content.Intent#setAction 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.
*/
public static final int action=0x0101002d;
/** Custom divider drawable to use for elements in the action 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".
*/
public static final int actionBarDivider=0x0101039b;
/** Custom item state list drawable background for action bar 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".
*/
public static final int actionBarItemBackground=0x0101039c;
/** Size of the Action Bar, including the contextual
bar used to present Action Modes.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
wrap_content | 0 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionBarSplitStyle=0x01010388;
/** Reference to a style for the Action 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".
*/
public static final int actionBarStyle=0x010102ce;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionBarTabBarStyle=0x010102f4;
/** Default style for tabs within an action 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".
*/
public static final int actionBarTabStyle=0x010102f3;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionBarTabTextStyle=0x010102f5;
/** Reference to a theme that should be used to inflate widgets
and layouts destined for the action bar. Most of the time
this will be a reference to the current theme, but when
the action bar has a significantly different contrast
profile than the rest of the activity the difference
can become important. If this is set to @null the current
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".
*/
public static final int actionBarWidgetTheme=0x01010397;
/** Default action 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".
*/
public static final int actionButtonStyle=0x010102d8;
/** Default ActionBar dropdown 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".
*/
public static final int actionDropDownStyle=0x010102d7;
/** An optional layout to be used as an action view.
See {@link android.view.MenuItem#setActionView(android.view.View)}
for more info.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionLayout=0x010102fb;
/** TextAppearance style that will be applied to text that
appears within action 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".
*/
public static final int actionMenuTextAppearance=0x01010360;
/** Color for text that appears within action menu 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".
*/
public static final int actionMenuTextColor=0x01010361;
/** Background drawable to use for action mode UI
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionModeBackground=0x010102db;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionModeCloseButtonStyle=0x010102f7;
/** Drawable to use for the close action mode 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".
*/
public static final int actionModeCloseDrawable=0x010102dc;
/** Drawable to use for the Copy action button in Contextual Action 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".
*/
public static final int actionModeCopyDrawable=0x01010312;
/** Drawable to use for the Cut action button in Contextual Action 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".
*/
public static final int actionModeCutDrawable=0x01010311;
/** Drawable to use for the Paste action button in Contextual Action 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".
*/
public static final int actionModePasteDrawable=0x01010313;
/** Drawable to use for the Select all action button in Contextual Action 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".
*/
public static final int actionModeSelectAllDrawable=0x0101037e;
/** Background drawable to use for action mode UI in the lower split 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".
*/
public static final int actionModeSplitBackground=0x0101039d;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionModeStyle=0x01010394;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int actionOverflowButtonStyle=0x010102f6;
/** The name of an optional ActionProvider class to instantiate an action view
and perform operations such as default action for that menu item.
See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
for more info.
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.
*/
public static final int actionProviderClass=0x01010389;
/** The name of an optional View class to instantiate and use as an
action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
for more info.
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.
*/
public static final int actionViewClass=0x010102fc;
/** Drawable used as a background for activated 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".
*/
public static final int activatedBackgroundIndicator=0x010102fd;
/** When closing the current activity, this is the animation that is
run on the next activity (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int activityCloseEnterAnimation=0x010100ba;
/** When closing the current activity, this is the animation that is
run on the current activity (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int activityCloseExitAnimation=0x010100bb;
/** When opening a new activity, this is the animation that is
run on the next activity (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int activityOpenEnterAnimation=0x010100b8;
/** When opening a new activity, this is the animation that is
run on the previous activity (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int activityOpenExitAnimation=0x010100b9;
/** Fully qualified class name of an activity that allows the user to manually
add printers to this print service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int addPrintersActivity=0x010103e6;
/** 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.
*/
public static final int addStatesFromChildren=0x010100f0;
/** 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.
*/
public static final int adjustViewBounds=0x0101011e;
/** Fully qualified class name of an activity with advanced print options
specific to this print service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int advancedPrintOptionsActivity=0x010103f1;
/** Icon drawable to use for alerts
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int alertDialogIcon=0x01010355;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int alertDialogStyle=0x0101005d;
/** Theme to use for alert dialogs spawned from this theme.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int alertDialogTheme=0x01010309;
/** Alignment constants.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
alignBounds | 0 | Align the bounds of the children. See {@link android.widget.GridLayout#ALIGN_BOUNDS}. |
alignMargins | 1 | Align the margins of the children. See {@link android.widget.GridLayout#ALIGN_MARGINS}. |
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.
*/
public static final int allContactsName=0x010102cc;
/** Whether to allow the application to participate in the backup
and restore infrastructure. If this attribute is set to false,
no backup or restore of the application will ever be performed, even by a
full-system backup that would otherwise cause all application data to be saved
via adb. The default value of this attribute is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int allowBackup=0x01010280;
/** Option to let applications specify that user data can/cannot be
cleared. This flag is turned on by default.
This attribute is usable only by applications
included in the system image. Third-party apps cannot use it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int allowClearUserData=0x01010005;
/** Set to true to tell the SyncManager that this SyncAdapter supports
multiple simultaneous syncs for the same account type and authority.
Otherwise the SyncManager will be sure not to issue a start sync request
to this SyncAdapter if the SyncAdapter is already syncing another account.
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.
*/
public static final int allowParallelSyncs=0x01010332;
/** Indicates whether the drawer can be opened/closed by a single tap
on the handle. (If false, the user must drag or fling, or click
using the trackball, to open/close the drawer.) Default is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int allowSingleTap=0x01010259;
/** 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 {@link android.R.attr#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.
*/
public static final int allowTaskReparenting=0x01010204;
/** alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque).
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.
*/
public static final int alpha=0x0101031f;
/** 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.
*/
public static final int alphabeticShortcut=0x010101e3;
/** 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.
*/
public static final int alwaysDrawnWithCache=0x010100ef;
/** 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.
*/
public static final int alwaysRetainTaskState=0x01010203;
/** Angle of the gradient.
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.
*/
public static final int angle=0x010101a0;
/** Defines whether to animate the current View when the ViewAnimation
is first displayed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int animateFirstView=0x010102d5;
/** Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run. When this flag is set to true, a default
LayoutTransition object will be set on the ViewGroup container and default
animations will run when these layout changes occur.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int animateLayoutChanges=0x010102f2;
/** Indicates whether the drawer should be opened/closed with an animation
when the user clicks the handle. Default is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int animateOnClick=0x0101025c;
/** 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".
*/
public static final int animation=0x010101cd;
/** 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.
*/
public static final int animationCache=0x010100ed;
/** 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.
*/
public static final int animationDuration=0x01010112;
/** 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. |
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.
*/
@Deprecated
public static final int animationResolution=0x0101031a;
/** Enables or disables antialiasing. Antialiasing can be used to smooth the
edges of a bitmap when rotated. 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.
*/
public static final int antialias=0x0101011a;
/** Indicates whether the application can accommodate any screen
density. Older applications are assumed to not be able to,
new ones able to. You can explicitly supply your abilities
here.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int anyDensity=0x0101026c;
/** A drawable that can be rendered in Android's system UI for representing
the service.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int apduServiceBanner=0x010103ed;
/** Value is a string that specifies the Maps API Key to use.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int apiKey=0x01010211;
/** Name of the author of this component, e.g. Google.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int author=0x010102b4;
/** 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.
*/
public static final int authorities=0x01010018;
/** The view id of the AppWidget subview which should be auto-advanced.
by the widget's host.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int autoAdvanceViewId=0x0101030f;
/** 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".
*/
public static final int autoCompleteTextViewStyle=0x0101006b;
/** 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). |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int autoMirrored=0x010103ea;
/** When true, automatically start animating
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int autoStart=0x010102b5;
/** If set, specifies that this TextView has a textual input method
and automatically corrects some common spelling errors.
The default is "false".
{@deprecated Use inputType 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.
*/
@Deprecated
public static final int autoText=0x0101016a;
/** If provided and true, URLs entered in the search dialog while searching
within this activity would be detected and treated as URLs (show a 'go' button in the
keyboard and invoke the browser directly when user launches the URL instead of passing
the URL to the activity). If set to false any URLs entered are treated as
normal query text.
The default value is false. Optional attribute..
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int autoUrlDetect=0x0101028c;
/** 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".
*/
public static final int background=0x010100d4;
/** 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.
*/
public static final int backgroundDimAmount=0x01010032;
/** Control whether dimming behind the window is enabled. The default
theme does not set this value, meaning it is based on whether the
window is floating.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int backgroundDimEnabled=0x0101021f;
/** Specifies a background drawable for the bottom component of a split action bar.
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".
*/
public static final int backgroundSplit=0x0101038b;
/** Specifies a background drawable for a second stacked row of the action bar.
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".
*/
public static final int backgroundStacked=0x0101038a;
/** The name of the class subclassing BackupAgent to manage
backup and restore of the application's data on external storage.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int backupAgent=0x0101027f;
/** The offset of the baseline within this view. See {see android.view.View#getBaseline}
for details
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int baseline=0x0101031c;
/** 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.
*/
public static final int baselineAlignBottom=0x01010122;
/** 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.
*/
public static final int baselineAligned=0x01010126;
/** When a linear layout is part of another layout that is baseline
aligned, it can specify which of its children to baseline align to
(that is, which child TextView).
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int baselineAlignedChildIndex=0x01010127;
/** Style for buttons without an explicit border, often used in groups.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int borderlessButtonStyle=0x0101032b;
/** Amount of bottom padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int bottom=0x010101b0;
/**
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".
*/
public static final int bottomBright=0x010100cd;
/**
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".
*/
public static final int bottomDark=0x010100c9;
/** Radius of the bottom left corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int bottomLeftRadius=0x010101ab;
/**
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".
*/
public static final int bottomMedium=0x010100ce;
/** Extra offset for the handle at the bottom of the SlidingDrawer.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int bottomOffset=0x01010257;
/** Radius of the bottom right corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int bottomRightRadius=0x010101ac;
/** The short title for the bread crumb of this 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.
*/
public static final int breadCrumbShortTitle=0x01010304;
/** The title for the bread crumb of this 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.
*/
public static final int breadCrumbTitle=0x01010303;
/** Determines the minimum type that getText() will return.
The default is "normal".
Note that EditText and LogTextBox always return Editable,
even if you specify something less powerful here.
Must be one of the following constant values.
| 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int button=0x01010107;
/** Style for buttons within button 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".
*/
public static final int buttonBarButtonStyle=0x0101032f;
/** Style for button 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".
*/
public static final int buttonBarStyle=0x0101032e;
/** 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".
*/
public static final int buttonStyle=0x01010048;
/** 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".
*/
public static final int buttonStyleInset=0x0101004a;
/** 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".
*/
public static final int buttonStyleSmall=0x01010049;
/** 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".
*/
public static final int buttonStyleToggle=0x0101004b;
/** 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.
*/
public static final int cacheColorHint=0x01010101;
/** Whether the calendar view is shown.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int calendarViewShown=0x0101034c;
/** The CalendarView 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".
*/
public static final int calendarViewStyle=0x0101035d;
/** Attribute whether the accessibility service wants to be able to request enhanced
web accessibility enhancements. For example, installing scripts to make app
content more accessible.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int canRequestEnhancedWebAccessibility=0x010103d8;
/** Attribute whether the accessibility service wants to be able to request to
filter key events.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_FILTER_KEY_EVENTS} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int canRequestFilterKeyEvents=0x010103d9;
/** Attribute whether the accessibility service wants to be able to request touch
exploration mode in which touched items are spoken aloud and the UI can be
explored via gestures.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int canRequestTouchExplorationMode=0x010103d7;
/** Attribute whether the accessibility service wants to be able to retrieve the
active window content. This setting cannot be changed at runtime.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int canRetrieveWindowContent=0x01010385;
/** A styled string, specifying the style to be used for showing
inline candidate text when composing with an input method. The
text itself will be ignored, but the style spans will be applied
to the candidate text as it is edited.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. */ public static final int candidatesTextStyleSpans=0x01010230; /** If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none". {@deprecated Use inputType instead.}
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. |
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.
*/
public static final int category=0x010103e8;
/**
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".
*/
public static final int centerBright=0x010100cc;
/** 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.
*/
public static final int centerColor=0x0101020b;
/**
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".
*/
public static final int centerDark=0x010100c8;
/**
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".
*/
public static final int centerMedium=0x010100cf;
/** X coordinate of the origin of the gradient within the shape.
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.
*/
public static final int centerX=0x010101a2;
/** Y coordinate of the origin of the gradient within the shape.
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.
*/
public static final int centerY=0x010101a3;
/** 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".
*/
public static final int checkBoxPreferenceStyle=0x0101008f;
/** 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".
*/
public static final int checkMark=0x01010108;
/** 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.
*/
public static final int checkable=0x010101e5;
/** 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int checkboxStyle=0x0101006c;
/** 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.
*/
public static final int checked=0x01010106;
/** 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.
*/
public static final int checkedButton=0x01010148;
/** Default CheckedTextView 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".
*/
public static final int checkedTextViewStyle=0x010103c8;
/** 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".
*/
public static final int childDivider=0x01010111;
/** 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".
*/
public static final int childIndicator=0x0101010c;
/** The end bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int childIndicatorEnd=0x010103d4;
/** The left bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int childIndicatorLeft=0x0101010f;
/** The right bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int childIndicatorRight=0x01010110;
/** The start bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int childIndicatorStart=0x010103d3;
/** Defines the choice behavior for the view. 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.
Finally, by setting the choiceMode to multipleChoiceModal the list allows
any number of items to be chosen in a special selection mode.
The application will supply a
{@link android.widget.AbsListView.MultiChoiceModeListener} using
{@link android.widget.AbsListView#setMultiChoiceModeListener} to control the
selection mode. This uses the {@link android.view.ActionMode} API.
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. |
multipleChoiceModal | 3 | The list allows multiple choices in a custom selection mode. |
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 {@link android.R.attr#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.
*/
public static final int clearTaskOnLaunch=0x01010015;
/** 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.
*/
public static final int clickable=0x010100e5;
/** 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.
*/
public static final int clipChildren=0x010100ea;
/** 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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int clipToPadding=0x010100eb;
/** The unicode value or comma-separated values that this key outputs.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int codes=0x01010242;
/** The zero-based index of the columns to collapse. The column indices
must be separated by a comma: 1, 2, 5. Illegal and duplicate
indices are ignored.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int collapseColumns=0x0101014b;
/** Solid color for the gradient 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.
*/
public static final int color=0x010101a5;
/** Default highlight color for items that are
activated. (Activated meaning persistent selection.)
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.
*/
public static final int colorActivatedHighlight=0x01010390;
/** 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.
*/
public static final int colorBackground=0x01010031;
/** This is a hint for a solid color that can be used for caching
rendered views. This should be the color of the background when
there is a solid background color; it should be null when the
background is a texture or translucent. When a device is able
to use accelerated drawing (thus setting state_accelerated), the
cache hint is ignored and always assumed to be transparent.
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.
*/
public static final int colorBackgroundCacheHint=0x010102ab;
/** Default highlight color for items that are
focused. (Focused meaning cursor-based selection.)
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.
*/
public static final int colorFocusedHighlight=0x0101038f;
/** 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.
*/
public static final int colorForeground=0x01010030;
/** 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.
*/
public static final int colorForegroundInverse=0x01010206;
/** Default highlight color for items that are long-pressed.
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.
*/
public static final int colorLongPressedHighlight=0x0101038e;
/** Default highlight color for items in multiple selection
mode.
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.
*/
public static final int colorMultiSelectHighlight=0x01010391;
/** Default highlight color for items that are pressed.
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.
*/
public static final int colorPressedHighlight=0x0101038d;
/** The maxmimum number of columns to create when automatically positioning children.
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.
*/
public static final int columnCount=0x01010377;
/** 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.
*/
public static final int columnDelay=0x010101cf;
/** When set to true, forces column boundaries to appear in the same order
as column indices.
The default is true.
See {@link android.widget.GridLayout#setColumnOrderPreserved(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.
*/
public static final int columnOrderPreserved=0x01010378;
/** Specifies the fixed width for each column.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int columnWidth=0x01010117;
/** Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2},
this is the new way to specify the largest screens an application is
compatible with. This attribute provides the maximum
"smallest screen width" (as per the -swNNNdp resource configuration)
that the application is designed for. If this value is smaller than
the "smallest screen width" of the device it is running on, the user
is offered to run it in a compatibility mode that emulates a
smaller screen and zooms it to fit the screen. Currently the compatibility mode only
emulates phone screens with a 320dp width, so compatibility mode is not applied if the
value for compatibleWidthLimitDp is larger than 320.
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.
*/
public static final int compatibleWidthLimitDp=0x01010365;
/** 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.
*/
public static final int completionHint=0x01010172;
/** 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".
*/
public static final int completionHintView=0x01010173;
/** 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.
*/
public static final int completionThreshold=0x01010174;
/** 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
{@link android.app.Activity#onConfigurationChanged 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 {@link android.content.pm.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 or navigation accessibility has changed, for example the user has slid the keyboard out to expose it. Note that despite its name, this applied to any accessibility: keyboard or navigation. |
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. |
screenLayout | 0x0100 | The screen layout has changed. This might be caused by a different display being activated. |
uiMode | 0x0200 | The global user interface mode has changed. For example, going in or out of car mode, night mode changing, etc. |
screenSize | 0x0400 | The current available screen size has changed. If applications don't target at least {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2} then the activity will always handle this itself (the change will not result in a restart). This represents a change in the currently available size, so will change when the user switches between landscape and portrait. |
smallestScreenSize | 0x0800 | The physical screen size has changed. If applications don't target at least {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2} then the activity will always handle this itself (the change will not result in a restart). This represents a change in size regardless of orientation, so will only change when the actual physical screen size has changed such as switching to an external display. |
layoutDirection | 0x2000 | The layout direction has changed. For example going from LTR to RTL. |
fontScale | 0x40000000 | The font scaling factor has changed, that is the user has selected a new global font size. |
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.
*/
public static final int configure=0x0101025d;
/** 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.
*/
public static final int constantSize=0x01010196;
/** 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".
*/
public static final int content=0x0101025b;
/** the authority of a content provider.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int contentAuthority=0x01010290;
/** Defines text that briefly describes content of the view. This property is used
primarily for accessibility. Since some views do not have textual
representation this attribute can be used for providing such.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int contentDescription=0x01010273;
/** 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.
*/
public static final int cropToPadding=0x01010123;
/** 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.
*/
public static final int cursorVisible=0x01010152;
/** Specifies a layout for custom navigation. Overrides navigationMode.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int customNavigationLayout=0x010102d2;
/** Account handles its own token storage and permissions.
Default 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.
*/
public static final int customTokens=0x0101033b;
/**
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.
*/
public static final int cycles=0x010101d4;
/** Gap between dashes in the stroke.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dashGap=0x010101a7;
/** Length of a dash in the stroke.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dashWidth=0x010101a6;
/** The data URI to assign to the Intent, as per
{@link android.content.Intent#setData Intent.setData()}.
Note: scheme and host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, URIs here should always be normalized to use lower case letters for these elements (as well as other proper Uri normalization).
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int data=0x0101002e;
/** The DatePicker 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".
*/
public static final int datePickerStyle=0x0101035c;
/** The text appearance for the calendar dates.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dateTextAppearance=0x01010349;
/** 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.
*/
public static final int debuggable=0x0101000f;
/** 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".
*/
public static final int defaultValue=0x010101ed;
/** 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.
*/
public static final int delay=0x010101cc;
/** 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.
*/
public static final int dependency=0x010101ec;
/** 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int description=0x01010020;
/** Special option for window animations: if this window is on top
of a wallpaper, don't animate the wallpaper with it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int detachWallpaper=0x010102a6;
/** Column in data table that contains details for this data.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int detailColumn=0x010102a3;
/** Flag indicating that detail should be built from SocialProvider.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int detailSocialSummary=0x010102a4;
/** Background that can be used behind parts of a UI that provide
details on data the user is selecting. For example, this is
the background element of PreferenceActivity's embedded
preference fragment.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int detailsElementBackground=0x0101034e;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dial=0x01010102;
/** 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".
*/
public static final int dialogIcon=0x010101f4;
/** 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".
*/
public static final int dialogLayout=0x010101f7;
/** 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.
*/
public static final int dialogMessage=0x010101f3;
/** 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".
*/
public static final int dialogPreferenceStyle=0x01010091;
/** Theme to use for dialogs spawned from this theme.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dialogTheme=0x01010308;
/** 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.
*/
public static final int dialogTitle=0x010101f2;
/** 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.
*/
public static final int digits=0x01010166;
/** 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int directionDescriptions=0x010103a1;
/** 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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int disableDependentsState=0x010101f1;
/** 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.
*/
public static final int disabledAlpha=0x01010033;
/** Options affecting how the action bar is displayed.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | |
useLogo | 0x1 | |
showHome | 0x2 | |
homeAsUp | 0x4 | |
showTitle | 0x8 | |
showCustom | 0x10 | |
disableHome | 0x20 |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dither=0x0101011c;
/** 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".
*/
public static final int divider=0x01010129;
/** Height of the divider. Will use the intrinsic height of the divider if this
is not specified.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dividerHeight=0x0101012a;
/** Drawable to use for generic horizontal dividers.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dividerHorizontal=0x0101032c;
/** Size of padding on either end of a divider.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dividerPadding=0x0101032a;
/** Drawable to use for generic vertical dividers.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dividerVertical=0x0101030a;
/** 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.
*/
public static final int drawSelectorOnTop=0x010100fc;
/** 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".
*/
public static final int drawable=0x01010199;
/** 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".
*/
public static final int drawableBottom=0x0101016e;
/** The drawable to be drawn to the end 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".
*/
public static final int drawableEnd=0x01010393;
/** 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".
*/
public static final int drawableLeft=0x0101016f;
/** The padding between the drawables and the text.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int drawablePadding=0x01010171;
/** 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".
*/
public static final int drawableRight=0x01010170;
/** The drawable to be drawn to the start 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".
*/
public static final int drawableStart=0x01010392;
/** 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".
*/
public static final int drawableTop=0x0101016d;
/** 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dropDownAnchor=0x01010263;
/** Specifies the basic height of the dropdown. Its value may
be a dimension (such as "12dip") for a constant height,
fill_parent or match_parent to fill the height of the
screen, or wrap_content to match the height of
the content of the drop down.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The dropdown should fit the height of the screen. This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The dropdown should fit the height of the screen. Introduced in API Level 8. |
wrap_content | -2 | The dropdown should fit the height of the content. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int dropDownHintAppearance=0x01010088;
/** Amount of pixels by which the drop down should be offset horizontally.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dropDownHorizontalOffset=0x010102ac;
/** 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".
*/
public static final int dropDownItemStyle=0x01010086;
/** 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".
*/
public static final int dropDownListViewStyle=0x0101006d;
/** 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".
*/
public static final int dropDownSelector=0x01010175;
/** Default dropdown 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".
*/
public static final int dropDownSpinnerStyle=0x010102d6;
/** Amount of pixels by which the drop down should be offset vertically.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int dropDownVerticalOffset=0x010102ad;
/** Specifies the basic width of the dropdown. Its value may
be a dimension (such as "12dip") for a constant width,
fill_parent or match_parent to match the width of the
screen, or wrap_content to match the width of
the anchored view.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The dropdown should fill the width of the screen. This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The dropdown should fit the width of the screen. Introduced in API Level 8. |
wrap_content | -2 | The dropdown should fit the width of its anchor. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int duplicateParentState=0x010100e9;
/** 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.
*/
public static final int duration=0x01010198;
/** EditText background 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".
*/
public static final int editTextBackground=0x01010352;
/** EditText text foreground 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".
*/
public static final int editTextColor=0x01010351;
/** 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".
*/
public static final int editTextPreferenceStyle=0x01010092;
/** 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".
*/
public static final int editTextStyle=0x0101006e;
/** 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.
{@deprecated Use inputType 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.
*/
@Deprecated
public static final int editable=0x0101016b;
/** Reference to an
{@link android.R.styleable#InputExtras <input-extras>}
XML resource containing additional data to
supply to an input method, which is private to the implementation
of the input method. This simply fills in
the {@link android.view.inputmethod.EditorInfo#extras
EditorInfo.extras} field when the input
method is connected.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int editorExtras=0x01010224;
/** Where to ellipsize text.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | |
start | 1 | |
middle | 2 | |
end | 3 | |
marquee | 4 |
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.
*/
public static final int ems=0x01010158;
/** Specifies whether the widget is enabled. The interpretation of the enabled state varies by subclass.
For example, a non-enabled EditText prevents the user from editing the contained text, and
a non-enabled Button prevents the user from tapping the button.
The appearance of enabled and non-enabled widgets may differ, if the drawables referenced
from evaluating state_enabled differ.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int enabled=0x0101000e;
/** End color of the gradient.
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.
*/
public static final int endColor=0x0101019e;
/** {@deprecated Use maxDate instead.}
The last year (inclusive), for example "2010".
{@deprecated Use maxDate instead.}
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.
*/
@Deprecated
public static final int endYear=0x0101017d;
/** Amount of time (in milliseconds) to fade in a new state drawable.
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.
*/
public static final int enterFadeDuration=0x0101030c;
/** Reference to an array resource that will populate a list/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".
*/
public static final int entries=0x010100b2;
/** 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".
*/
public static final int entryValues=0x010101f8;
/** Defines whether the overlay should intercept the motion events when a gesture
is recognized.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int eventsInterceptionEnabled=0x0101027d;
/** 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.
*/
public static final int excludeFromRecents=0x01010017;
/** Amount of time (in milliseconds) to fade out an old state drawable.
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.
*/
public static final int exitFadeDuration=0x0101030d;
/** The preferred left bound for an expandable list child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredChildIndicatorLeft=0x01010052;
/** The preferred right bound for an expandable list child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredChildIndicatorRight=0x01010053;
/** The preferred left padding for an expandable list item that is a child.
If this is not provided, it defaults to the expandableListPreferredItemPaddingLeft.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredChildPaddingLeft=0x0101004f;
/** The preferred left bound for an expandable list item's indicator. For a child-specific
indicator, use expandableListPreferredChildIndicatorLeft.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredItemIndicatorLeft=0x01010050;
/** The preferred right bound for an expandable list item's indicator. For a child-specific
indicator, use expandableListPreferredChildIndicatorRight.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredItemIndicatorRight=0x01010051;
/** The preferred left padding for an expandable list item (for child-specific layouts,
use expandableListPreferredChildPaddingLeft). This takes into account
the indicator that will be shown to next to the item.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int expandableListPreferredItemPaddingLeft=0x0101004e;
/** 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".
*/
public static final int expandableListViewStyle=0x0101006f;
/** ExpandableListView with white background.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int expandableListViewWhiteStyle=0x010102b6;
/** 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.
*/
public static final int exported=0x01010010;
/** This is the amount by which to multiply the tension.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int extraTension=0x0101026b;
/** This is the amount of deceleration to add when easing in.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int factor=0x010101d3;
/** Duration, in milliseconds, of the fade out effect after the user is done
drawing a gesture.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fadeDuration=0x01010278;
/** Defines whether the gesture will automatically fade out after being recognized.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fadeEnabled=0x0101027e;
/** Time, in milliseconds, to wait before the gesture fades out after the user
is done drawing it.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fadeOffset=0x01010277;
/** Defines whether to fade out scrollbars when they are not in use.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fadeScrollbars=0x010102aa;
/** This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).
Using fading edges may introduce noticeable performance
degradations and should be used only when required by the application's
visual design. To request fading edges with API level 14 and above,
use the android:requiresFadingEdge attribute instead.
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. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fadingEdgeLength=0x010100e0;
/**
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fade_in | 1 | Fade will only fade appearing items in. |
fade_out | 2 | Fade will only fade disappearing items out. |
fade_in_out | 3 | Fade will fade appearing items in and disappearing items out. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fastScrollAlwaysVisible=0x01010335;
/** Enables the fast scroll thumb that can be dragged to quickly scroll through
the list.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fastScrollEnabled=0x01010226;
/** Position of the fast scroll index overlay window.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
floating | 0 | |
atThumb | 1 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fastScrollPreviewBackgroundLeft=0x01010337;
/** Drawable to use as the fast scroll index preview window background
when shown on the right.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fastScrollPreviewBackgroundRight=0x01010338;
/** Text color for the fast scroll index overlay. Make sure it
plays nicely with fastScrollPreviewBackground[Left|Right].
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.
*/
public static final int fastScrollTextColor=0x01010359;
/** Drawable to use as the fast scroll thumb.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fastScrollThumbDrawable=0x01010336;
/** Drawable to use as the track for the fast scroll thumb.
This may be null.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fastScrollTrackDrawable=0x01010339;
/** When set to true, the animation transformation is applied after the animation is
over. The default value is false. If fillEnabled is not set to true and the
animation is not set on a View, fillAfter is assumed to be true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fillAfter=0x010101bd;
/** When set to true or when fillEnabled is not 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.
*/
public static final int fillBefore=0x010101bc;
/** When set to true, the value of fillBefore is taken into account.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fillEnabled=0x0101024f;
/** 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.
*/
public static final int fillViewport=0x0101017a;
/** Enables or disables bitmap filtering. Filtering is used when the bitmap is
shrunk or stretched to smooth its apperance. 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.
*/
public static final int filter=0x0101011b;
/** Specifies whether to filter touches when the view's window is obscured by
another visible window. When set to true, the view will not receive touches
whenever a toast, dialog or other window appears above the view's window.
Refer to the {@link android.view.View} security documentation for more details.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int filterTouchesWhenObscured=0x010102c4;
/** Specify whether an activity should be finished when a "close system
windows" request has been made. This happens, for example, when
the home key is pressed, when the device is locked, when a system
dialog showing recent applications is displayed, etc.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int finishOnCloseSystemDialogs=0x010102a7;
/** 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 {@link android.R.attr#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.
*/
public static final int finishOnTaskLaunch=0x01010014;
/** The first day of week according to {@link java.util.Calendar}.
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.
*/
public static final int firstDayOfWeek=0x0101033d;
/** 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.
*/
public static final int fitsSystemWindows=0x010100dd;
/**
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.
*/
public static final int flipInterval=0x01010179;
/** 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 {@link android.view.View#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.
*/
public static final int focusable=0x010100da;
/** 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.
*/
public static final int focusableInTouchMode=0x010100db;
/** The color for the dates of the focused month.
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".
*/
public static final int focusedMonthDateColor=0x01010343;
/** Default font family.
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.
*/
public static final int fontFamily=0x010103ac;
/** When set to false, the ListView will not draw the divider before each footer view.
The default value is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int footerDividersEnabled=0x0101022f;
/** Defines the drawable to draw over the content. This can be used as an overlay.
The foreground drawable participates in the padding of the content if the gravity
is set to fill.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int foreground=0x01010109;
/** 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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
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.
*/
public static final int format=0x01010105;
/** Specifies the formatting pattern used to show the time and/or date
in 12-hour mode. Please refer to {@link android.text.format.DateFormat}
for a complete description of accepted formatting patterns.
The default pattern is a locale-appropriate equivalent of "h:mm a".
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.
*/
public static final int format12Hour=0x010103ca;
/** Specifies the formatting pattern used to show the time and/or date
in 24-hour mode. Please refer to {@link android.text.format.DateFormat}
for a complete description of accepted formatting patterns.
The default pattern is a locale-appropriate equivalent of "H:mm".
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.
*/
public static final int format24Hour=0x010103cb;
/** The fragment that is displayed when the user selects this 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.
*/
public static final int fragment=0x010102e3;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentCloseEnterAnimation=0x010102e7;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentCloseExitAnimation=0x010102e8;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentFadeEnterAnimation=0x010102e9;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentFadeExitAnimation=0x010102ea;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentOpenEnterAnimation=0x010102e5;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fragmentOpenExitAnimation=0x010102e6;
/** 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.
*/
public static final int freezesText=0x0101016c;
/**
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.
*/
public static final int fromAlpha=0x010101ca;
/**
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.
*/
public static final int fromDegrees=0x010101b3;
/** The originating scene in this scene change.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int fromScene=0x010103dd;
/**
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.
*/
public static final int fromXDelta=0x010101c6;
/**
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fromXScale=0x010101c2;
/**
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.
*/
public static final int fromYDelta=0x010101c8;
/**
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int fromYScale=0x010101c4;
/**
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".
*/
public static final int fullBright=0x010100ca;
/**
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".
*/
public static final int fullDark=0x010100c6;
/** 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.
*/
public static final int functionalTest=0x01010023;
/** 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".
*/
public static final int galleryItemBackground=0x0101004c;
/** 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".
*/
public static final int galleryStyle=0x01010070;
/** Color used to draw a gesture.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int gestureColor=0x01010275;
/** Minimum curve angle a stroke must contain before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int gestureStrokeAngleThreshold=0x0101027c;
/** Minimum length of a stroke before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int gestureStrokeLengthThreshold=0x0101027a;
/** Squareness threshold of a stroke before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int gestureStrokeSquarenessThreshold=0x0101027b;
/** Defines the type of strokes that define a gesture.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
single | 0 | A gesture is made of only one stroke. |
multiple | 1 | A gesture is made of multiple strokes. |
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.
*/
public static final int gestureStrokeWidth=0x01010274;
/** The GLES driver version number needed by an application.
The higher 16 bits represent the major number and the lower 16 bits
represent the minor number. For example for GL 1.2 referring to
0x00000102, the actual value should be set as 0x00010002.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int glEsVersion=0x01010281;
/** Radius of the gradient, used only with radial gradient.
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.
*/
public static final int gradientRadius=0x010101a4;
/** If true, the {@link android.content.Context#grantUriPermission
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 {@link android.content.Context#revokeUriPermission
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.
*/
public static final int grantUriPermissions=0x0101001b;
/** Specifies how an object should position its content, on both the X and Y axes,
within its own bounds.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int gridViewStyle=0x01010071;
/** 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".
*/
public static final int groupIndicator=0x0101010b;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int hand_hour=0x01010103;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int hand_minute=0x01010104;
/** 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".
*/
public static final int handle=0x0101025a;
/** 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.
*/
public static final int handleProfiling=0x01010022;
/** Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int hapticFeedbackEnabled=0x0101025e;
/**
Flag indicating whether the application's rendering should be hardware accelerated if possible. This flag is turned on by default for applications that are targeting {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH} or later.
This flag can be set on the application and any activity declared in the manifest. When enabled for the application, each activity is automatically assumed to be hardware accelerated. This flag can be overridden in the activity tags, either turning it off (if on for the application) or on (if off for the application.)
When this flag is turned on for an activity (either directly or via the application tag), every window created from the activity, including the activity's own window, will be hardware accelerated, if possible.
Please refer to the documentation of {@link android.view.WindowManager.LayoutParams#FLAG_HARDWARE_ACCELERATED} for more information on how to control this flag programmatically.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int hardwareAccelerated=0x010102d3;
/** 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.
*/
public static final int hasCode=0x0101000c;
/** 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".
*/
public static final int headerBackground=0x0101012f;
/** When set to false, the ListView will not draw the divider after each header view.
The default value is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int headerDividersEnabled=0x0101022e;
/** Makes the TextView be exactly this many pixels tall.
You could get the same effect by specifying this number in the
layout parameters.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int height=0x01010155;
/** 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.
*/
public static final int hint=0x01010150;
/** Specifies a drawable to use for the 'home as up' indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int homeAsUpIndicator=0x0101030b;
/** Specifies a layout to use for the "home" section of the action 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".
*/
public static final int homeLayout=0x0101031d;
/** 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".
*/
public static final int horizontalDivider=0x0101012d;
/** Default horizontal gap between keys.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int horizontalGap=0x0101023f;
/** Default HorizontalScrollView 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".
*/
public static final int horizontalScrollViewStyle=0x01010353;
/** Defines the default horizontal spacing between columns.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int horizontalSpacing=0x01010114;
/** Specify a URI authority host that is handled, as per
{@link android.content.IntentFilter#addDataAuthority
IntentFilter.addDataAuthority()}.
Note: host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, host names here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int host=0x01010028;
/** 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".
*/
public static final int icon=0x01010002;
/** The icon to show in the popup preview.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int iconPreview=0x01010249;
/** The default state of the SearchView. If true, it will be iconified when not in
use and expanded when clicked.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int iconifiedByDefault=0x010102fa;
/** Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById 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".
*/
public static final int id=0x010100d0;
/** 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".
*/
public static final int ignoreGravity=0x010101ff;
/** 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".
*/
public static final int imageButtonStyle=0x01010072;
/** 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".
*/
public static final int imageWellStyle=0x01010073;
/** Supply a value for
{@link android.view.inputmethod.EditorInfo#actionId EditorInfo.actionId}
used when an input method is connected to the text view.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int imeActionId=0x01010266;
/** Supply a value for
{@link android.view.inputmethod.EditorInfo#actionLabel EditorInfo.actionLabel}
used when an input method is connected to the text view.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int imeActionLabel=0x01010265;
/** Animation to use when showing the fullscreen extract UI after
it had previously been hidden.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int imeExtractEnterAnimation=0x01010268;
/** Animation to use when hiding the fullscreen extract UI after
it had previously been shown.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int imeExtractExitAnimation=0x01010269;
/** Background to use for entire input method when it is being
shown in fullscreen mode with the extract view, to ensure
that it completely covers the application. This allows,
for example, the candidate view to be hidden
while in fullscreen mode without having the application show through
behind it.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int imeFullscreenBackground=0x0101022c;
/** Additional features you can enable in an IME associated with an editor
to improve the integration with your application. The constants
here correspond to those defined by
{@link android.view.inputmethod.EditorInfo#imeOptions}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0x00000000 | There are no special semantics associated with this editor. |
actionUnspecified | 0x00000000 | There is no specific action associated with this editor, let the editor come up with its own if it can. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_NULL}. |
actionNone | 0x00000001 | This editor has no action associated with it. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_NONE}. |
actionGo | 0x00000002 | The action key performs a "go" operation to take the user to the target of the text they typed. Typically used, for example, when entering a URL. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_GO}. |
actionSearch | 0x00000003 | The action key performs a "search" operation, taking the user to the results of searching for the text the have typed (in whatever context is appropriate). Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_SEARCH}. |
actionSend | 0x00000004 | The action key performs a "send" operation, delivering the text to its target. This is typically used when composing a message. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_SEND}. |
actionNext | 0x00000005 | The action key performs a "next" operation, taking the user to the next field that will accept text. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_NEXT}. |
actionDone | 0x00000006 | The action key performs a "done" operation, closing the soft input method. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_DONE}. |
actionPrevious | 0x00000007 | The action key performs a "previous" operation, taking the user to the previous field that will accept text. Corresponds to {@link android.view.inputmethod.EditorInfo#IME_ACTION_PREVIOUS}. |
flagNoFullscreen | 0x2000000 | Used to request that the IME never go
into fullscreen mode. Applications need to be aware that the flag is not
a guarantee, and not all IMEs will respect it.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. |
flagNavigatePrevious | 0x4000000 | Like flagNavigateNext, but
specifies there is something interesting that a backward navigation
can focus on. If the user selects the IME's facility to backward
navigate, this will show up in the application as an actionPrevious
at {@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. |
flagNavigateNext | 0x8000000 | Used to specify that there is something
interesting that a forward navigation can focus on. This is like using
actionNext, except allows the IME to be multiline (with
an enter key) as well as provide forward navigation. Note that some
IMEs may not be able to do this, especially when running on a small
screen where there is little space. In that case it does not need to
present a UI for this option. Like actionNext, if the
user selects the IME's facility to forward navigate, this will show up
in the application at
{@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NAVIGATE_NEXT}. |
flagNoExtractUi | 0x10000000 | Used to specify that the IME does not need
to show its extracted text UI. For input methods that may be fullscreen,
often when in landscape mode, this allows them to be smaller and let part
of the application be shown behind. Though there will likely be limited
access to the application available from the user, it can make the
experience of a (mostly) fullscreen IME less jarring. Note that when
this flag is specified the IME may not be set up to be able
to display text, so it should only be used in situations where this is
not needed.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_EXTRACT_UI}. |
flagNoAccessoryAction | 0x20000000 | Used in conjunction with a custom action, this indicates that the
action should not be available as an accessory button when the
input method is full-screen.
Note that by setting this flag, there can be cases where the action
is simply never available to the user. Setting this generally means
that you think showing text being edited is more important than the
action you have supplied.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ACCESSORY_ACTION}. |
flagNoEnterAction | 0x40000000 | Used in conjunction with a custom action,
this indicates that the action should not be available in-line as
a replacement for the "enter" key. Typically this is
because the action has such a significant impact or is not recoverable
enough that accidentally hitting it should be avoided, such as sending
a message. Note that {@link android.widget.TextView} will
automatically set this flag for you on multi-line text views.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ENTER_ACTION}. |
flagForceAscii | 0x80000000 | Used to request that the IME should be capable of inputting ASCII
characters. The intention of this flag is to ensure that the user
can type Roman alphabet characters in a {@link android.widget.TextView}
used for, typically, account ID or password input. It is expected that IMEs
normally are able to input ASCII even without being told so (such IMEs
already respect this flag in a sense), but there could be some cases they
aren't when, for instance, only non-ASCII input languagaes like Arabic,
Greek, Hebrew, Russian are enabled in the IME. Applications need to be
aware that the flag is not a guarantee, and not all IMEs will respect it.
However, it is strongly recommended for IME authors to respect this flag
especially when their IME could end up with a state that has only non-ASCII
input languages enabled.
Corresponds to {@link android.view.inputmethod.EditorInfo#IME_FLAG_FORCE_ASCII}. |
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.
*/
public static final int imeSubtypeExtraValue=0x010102ee;
/** The locale of the subtype. This string should be a locale (e.g. en_US, fr_FR...)
and will be passed to the IME when the framework calls the IME
with the subtype. This is also used by the framework to know the supported locales
of the IME.
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.
*/
public static final int imeSubtypeLocale=0x010102ec;
/** The mode of the subtype. This string can be a mode (e.g. voice, keyboard...) and this
string will be passed to the IME when the framework calls the IME with the
subtype.
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.
*/
public static final int imeSubtypeMode=0x010102ed;
/** Flag declaring this activity to be 'immersive'; immersive activities
should not be interrupted with other activities or notifications.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int immersive=0x010102c0;
/** Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen. Note: While not recommended, an accessibility service may
decide to ignore this attribute and operate on all views in the view tree.
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 | 0 | The system determines whether the view is important for accessibility - default (recommended). |
yes | 1 | The view is important for accessibility. |
no | 2 | The view is not important for accessibility. |
noHideDescendants | 4 | The view is not important for accessibility, nor are any of its descendant views. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int inAnimation=0x01010177;
/** 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.
*/
public static final int includeFontPadding=0x0101015f;
/** If provided and true, this searchable activity will be
included in any global lists of search targets.
The default value is false. Optional attribute..
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int includeInGlobalSearch=0x0101026e;
/** 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.
*/
public static final int indeterminate=0x01010139;
/** 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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int indeterminateDrawable=0x0101013b;
/** 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.
*/
public static final int indeterminateDuration=0x0101013d;
/** 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.
*/
public static final int indeterminateOnly=0x0101013a;
/** Specifies a style resource to use for an indeterminate progress spinner.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int indeterminateProgressStyle=0x01010318;
/** The end bound for an item's indicator. To specify a right bound specific to children,
use childIndicatorEnd.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int indicatorEnd=0x010103d2;
/** The left bound for an item's indicator. To specify a left bound specific to children,
use childIndicatorLeft.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int indicatorLeft=0x0101010d;
/** The right bound for an item's indicator. To specify a right bound specific to children,
use childIndicatorRight.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int indicatorRight=0x0101010e;
/** The start bound for an item's indicator. To specify a start bound specific to children,
use childIndicatorStart.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int indicatorStart=0x010103d1;
/** 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".
*/
public static final int inflatedId=0x010100f3;
/** 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.
*/
public static final int initOrder=0x0101001a;
/** A resource id of a layout.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int initialKeyguardLayout=0x010103c2;
/** A resource id of a layout.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int initialLayout=0x01010251;
/** Inner radius of the ring. When defined, innerRadiusRatio is ignored.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int innerRadius=0x0101025f;
/** Inner radius of the ring expressed as a ratio of the ring's width. For instance,
if innerRadiusRatio=9, then the inner radius equals the ring's width divided by 9.
This value is ignored if innerRadius is defined. Default value is 9.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int innerRadiusRatio=0x0101019b;
/** If set, specifies that this TextView should use the specified
input method (specified by fully-qualified class name).
{@deprecated Use inputType 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.
*/
@Deprecated
public static final int inputMethod=0x01010168;
/** The type of data being placed in a text field, used to help an
input method decide how to let the user enter text. The constants
here correspond to those defined by
{@link android.text.InputType}. Generally you can select
a single value, though some can be combined together as
indicated. Setting this attribute to anything besides
none also implies that the text is editable.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0x00000000 | There is no content type. The text is not editable. |
text | 0x00000001 | Just plain old text. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_NORMAL}. |
textCapCharacters | 0x00001001 | Can be combined with text and its variations to request capitalization of all characters. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}. |
textCapWords | 0x00002001 | Can be combined with text and its variations to request capitalization of the first character of every word. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_WORDS}. |
textCapSentences | 0x00004001 | Can be combined with text and its variations to request capitalization of the first character of every sentence. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_SENTENCES}. |
textAutoCorrect | 0x00008001 | Can be combined with text and its variations to request auto-correction of text being input. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_CORRECT}. |
textAutoComplete | 0x00010001 | Can be combined with text and its variations to specify that this field will be doing its own auto-completion and talking with the input method appropriately. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_COMPLETE}. |
textMultiLine | 0x00020001 | Can be combined with text and its variations to allow multiple lines of text in the field. If this flag is not set, the text field will be constrained to a single line. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_MULTI_LINE}. |
textImeMultiLine | 0x00040001 | Can be combined with text and its variations to indicate that though the regular text view should not be multiple lines, the IME should provide multiple lines if it can. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_IME_MULTI_LINE}. |
textNoSuggestions | 0x00080001 | Can be combined with text and its variations to indicate that the IME should not show any dictionary-based word suggestions. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS}. |
textUri | 0x00000011 | Text that will be used as a URI. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_URI}. |
textEmailAddress | 0x00000021 | Text that will be used as an e-mail address. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_ADDRESS}. |
textEmailSubject | 0x00000031 | Text that is being supplied as the subject of an e-mail. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_SUBJECT}. |
textShortMessage | 0x00000041 | Text that is the content of a short message. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_SHORT_MESSAGE}. |
textLongMessage | 0x00000051 | Text that is the content of a long message. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_LONG_MESSAGE}. |
textPersonName | 0x00000061 | Text that is the name of a person. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PERSON_NAME}. |
textPostalAddress | 0x00000071 | Text that is being supplied as a postal mailing address. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_POSTAL_ADDRESS}. |
textPassword | 0x00000081 | Text that is a password. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PASSWORD}. |
textVisiblePassword | 0x00000091 | Text that is a password that should be visible. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD}. |
textWebEditText | 0x000000a1 | Text that is being supplied as text in a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EDIT_TEXT}. |
textFilter | 0x000000b1 | Text that is filtering some other data. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_FILTER}. |
textPhonetic | 0x000000c1 | Text that is for phonetic pronunciation, such as a phonetic name field in a contact entry. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PHONETIC}. |
textWebEmailAddress | 0x000000d1 | Text that will be used as an e-mail address on a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS}. |
textWebPassword | 0x000000e1 | Text that will be used as a password on a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_PASSWORD}. |
number | 0x00000002 | A numeric only field. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_VARIATION_NORMAL}. |
numberSigned | 0x00001002 | Can be combined with number and its other options to allow a signed number. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_FLAG_SIGNED}. |
numberDecimal | 0x00002002 | Can be combined with number and its other options to allow a decimal (fractional) number. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_FLAG_DECIMAL}. |
numberPassword | 0x00000012 | A numeric password field. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_VARIATION_PASSWORD}. |
phone | 0x00000003 | For entering a phone number. Corresponds to {@link android.text.InputType#TYPE_CLASS_PHONE}. |
datetime | 0x00000004 | For entering a date and time. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_NORMAL}. |
date | 0x00000014 | For entering a date. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_DATE}. |
time | 0x00000024 | For entering a time. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_TIME}. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int insetBottom=0x010101ba;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int insetLeft=0x010101b7;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int insetRight=0x010101b8;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int insetTop=0x010101b9;
/** The default install location defined by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
auto | 0 | Let the system decide ideal install location |
internalOnly | 1 | Explicitly request to be installed on internal phone storage only. |
preferExternal | 2 | Prefer to be installed on SD card. There is no guarantee that the system will honor this request. The application might end up being installed on internal storage if external media is unavailable or too full. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int interpolator=0x01010141;
/** Set to true to tell the SyncManager to automatically call setIsSyncable(..., ..., 1)
for the SyncAdapter instead of issuaing an initialization sync to the SyncAdapter.
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.
*/
public static final int isAlwaysSyncable=0x01010333;
/** Set to true if this subtype is ASCII capable. If the subtype is ASCII
capable, it should guarantee that the user can input ASCII characters with
this subtype. This is important because many password fields only allow
ASCII-characters.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isAsciiCapable=0x010103e9;
/** Set true if the subtype is auxiliary. An auxiliary subtype won't be shown in the
input method selection list in the settings app.
InputMethodManager#switchToLastInputMethod will ignore auxiliary subtypes when it
chooses a target subtype.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isAuxiliary=0x0101037f;
/** Set to true in all of the configurations for which this input
method should be considered an option as the default.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isDefault=0x01010221;
/** 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.
*/
public static final int isIndicator=0x01010147;
/** Whether this is a modifier key such as Alt or Shift.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isModifier=0x01010246;
/** Whether long-pressing on this key will make it repeat.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isRepeatable=0x01010248;
/** Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method. If not set, the default
value will be true if "scrollbars" has the vertical scrollbar
set, else it will be false.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isScrollContainer=0x0101024e;
/** Whether this is a toggle key.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isSticky=0x01010247;
/** If set to true, this service will run under a special process
that is isolated from the rest of the system. The only communication
with it is through the Service API (binding and starting).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int isolatedProcess=0x010103a9;
/** 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".
*/
public static final int itemBackground=0x01010130;
/** 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.
*/
public static final int itemIconDisabledAlpha=0x01010131;
/** Specifies padding that should be applied to the left and right sides of
system-provided items in the bar.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int itemPadding=0x0101032d;
/** 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".
*/
public static final int itemTextAppearance=0x0101012c;
/** 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.
*/
public static final int keepScreenOn=0x01010216;
/** 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.
*/
public static final int key=0x010101e8;
/** Image for the key. This image needs to be a StateListDrawable, with the following
possible states: normal, pressed, checkable, checkable+pressed, checkable+checked,
checkable+checked+pressed.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int keyBackground=0x01010233;
/** Key edge flags.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
left | 1 | Key is anchored to the left of the keyboard. |
right | 2 | Key is anchored to the right of the keyboard. |
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyHeight=0x0101023e;
/** The icon to display on the key instead of the label.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int keyIcon=0x0101024c;
/** The label to display on the key.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyLabel=0x0101024b;
/** The string of characters to output when this key is pressed.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyOutputText=0x0101024a;
/** Height of the key press feedback popup.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyPreviewHeight=0x01010239;
/** Layout resource for key press feedback.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int keyPreviewLayout=0x01010237;
/** Vertical offset of the key press feedback from the key.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyPreviewOffset=0x01010238;
/** Groups signing keys into a {@code KeySet} for easier reference in
other APIs. However, currently no APIs use this.
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 color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
*/
public static final int keySet=0x010103db;
/** Color to use for the label in a key.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyTextColor=0x01010236;
/** Size of the text for character keys.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyTextSize=0x01010234;
/** Default width of a key, in pixels or percentage of display width.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int keyWidth=0x0101023d;
/** The key character map file resource.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int keyboardLayout=0x010103ab;
/** Mode of the keyboard. If the mode doesn't match the
requested keyboard mode, the row will be skipped.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int keyboardMode=0x0101024d;
/** This enum provides the same keycode values as can be found in
{@link android.view.KeyEvent}.
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 | |
KEYCODE_MEDIA_PLAY_PAUSE | 85 | |
KEYCODE_MEDIA_STOP | 86 | |
KEYCODE_MEDIA_NEXT | 87 | |
KEYCODE_MEDIA_PREVIOUS | 88 | |
KEYCODE_MEDIA_REWIND | 89 | |
KEYCODE_MEDIA_FAST_FORWARD | 90 | |
KEYCODE_MUTE | 91 | |
KEYCODE_PAGE_UP | 92 | |
KEYCODE_PAGE_DOWN | 93 | |
KEYCODE_PICTSYMBOLS | 94 | |
KEYCODE_SWITCH_CHARSET | 95 | |
KEYCODE_BUTTON_A | 96 | |
KEYCODE_BUTTON_B | 97 | |
KEYCODE_BUTTON_C | 98 | |
KEYCODE_BUTTON_X | 99 | |
KEYCODE_BUTTON_Y | 100 | |
KEYCODE_BUTTON_Z | 101 | |
KEYCODE_BUTTON_L1 | 102 | |
KEYCODE_BUTTON_R1 | 103 | |
KEYCODE_BUTTON_L2 | 104 | |
KEYCODE_BUTTON_R2 | 105 | |
KEYCODE_BUTTON_THUMBL | 106 | |
KEYCODE_BUTTON_THUMBR | 107 | |
KEYCODE_BUTTON_START | 108 | |
KEYCODE_BUTTON_SELECT | 109 | |
KEYCODE_BUTTON_MODE | 110 | |
KEYCODE_ESCAPE | 111 | |
KEYCODE_FORWARD_DEL | 112 | |
KEYCODE_CTRL_LEFT | 113 | |
KEYCODE_CTRL_RIGHT | 114 | |
KEYCODE_CAPS_LOCK | 115 | |
KEYCODE_SCROLL_LOCK | 116 | |
KEYCODE_META_LEFT | 117 | |
KEYCODE_META_RIGHT | 118 | |
KEYCODE_FUNCTION | 119 | |
KEYCODE_SYSRQ | 120 | |
KEYCODE_BREAK | 121 | |
KEYCODE_MOVE_HOME | 122 | |
KEYCODE_MOVE_END | 123 | |
KEYCODE_INSERT | 124 | |
KEYCODE_FORWARD | 125 | |
KEYCODE_MEDIA_PLAY | 126 | |
KEYCODE_MEDIA_PAUSE | 127 | |
KEYCODE_MEDIA_CLOSE | 128 | |
KEYCODE_MEDIA_EJECT | 129 | |
KEYCODE_MEDIA_RECORD | 130 | |
KEYCODE_F1 | 131 | |
KEYCODE_F2 | 132 | |
KEYCODE_F3 | 133 | |
KEYCODE_F4 | 134 | |
KEYCODE_F5 | 135 | |
KEYCODE_F6 | 136 | |
KEYCODE_F7 | 137 | |
KEYCODE_F8 | 138 | |
KEYCODE_F9 | 139 | |
KEYCODE_F10 | 140 | |
KEYCODE_F11 | 141 | |
KEYCODE_F12 | 142 | |
KEYCODE_NUM_LOCK | 143 | |
KEYCODE_NUMPAD_0 | 144 | |
KEYCODE_NUMPAD_1 | 145 | |
KEYCODE_NUMPAD_2 | 146 | |
KEYCODE_NUMPAD_3 | 147 | |
KEYCODE_NUMPAD_4 | 148 | |
KEYCODE_NUMPAD_5 | 149 | |
KEYCODE_NUMPAD_6 | 150 | |
KEYCODE_NUMPAD_7 | 151 | |
KEYCODE_NUMPAD_8 | 152 | |
KEYCODE_NUMPAD_9 | 153 | |
KEYCODE_NUMPAD_DIVIDE | 154 | |
KEYCODE_NUMPAD_MULTIPLY | 155 | |
KEYCODE_NUMPAD_SUBTRACT | 156 | |
KEYCODE_NUMPAD_ADD | 157 | |
KEYCODE_NUMPAD_DOT | 158 | |
KEYCODE_NUMPAD_COMMA | 159 | |
KEYCODE_NUMPAD_ENTER | 160 | |
KEYCODE_NUMPAD_EQUALS | 161 | |
KEYCODE_NUMPAD_LEFT_PAREN | 162 | |
KEYCODE_NUMPAD_RIGHT_PAREN | 163 | |
KEYCODE_VOLUME_MUTE | 164 | |
KEYCODE_INFO | 165 | |
KEYCODE_CHANNEL_UP | 166 | |
KEYCODE_CHANNEL_DOWN | 167 | |
KEYCODE_ZOOM_IN | 168 | |
KEYCODE_ZOOM_OUT | 169 | |
KEYCODE_TV | 170 | |
KEYCODE_WINDOW | 171 | |
KEYCODE_GUIDE | 172 | |
KEYCODE_DVR | 173 | |
KEYCODE_BOOKMARK | 174 | |
KEYCODE_CAPTIONS | 175 | |
KEYCODE_SETTINGS | 176 | |
KEYCODE_TV_POWER | 177 | |
KEYCODE_TV_INPUT | 178 | |
KEYCODE_STB_POWER | 179 | |
KEYCODE_STB_INPUT | 180 | |
KEYCODE_AVR_POWER | 181 | |
KEYCODE_AVR_INPUT | 182 | |
KEYCODE_PROG_GRED | 183 | |
KEYCODE_PROG_GREEN | 184 | |
KEYCODE_PROG_YELLOW | 185 | |
KEYCODE_PROG_BLUE | 186 | |
KEYCODE_APP_SWITCH | 187 | |
KEYCODE_BUTTON_1 | 188 | |
KEYCODE_BUTTON_2 | 189 | |
KEYCODE_BUTTON_3 | 190 | |
KEYCODE_BUTTON_4 | 191 | |
KEYCODE_BUTTON_5 | 192 | |
KEYCODE_BUTTON_6 | 193 | |
KEYCODE_BUTTON_7 | 194 | |
KEYCODE_BUTTON_8 | 195 | |
KEYCODE_BUTTON_9 | 196 | |
KEYCODE_BUTTON_10 | 197 | |
KEYCODE_BUTTON_11 | 198 | |
KEYCODE_BUTTON_12 | 199 | |
KEYCODE_BUTTON_13 | 200 | |
KEYCODE_BUTTON_14 | 201 | |
KEYCODE_BUTTON_15 | 202 | |
KEYCODE_BUTTON_16 | 203 | |
KEYCODE_LANGUAGE_SWITCH | 204 | |
KEYCODE_MANNER_MODE | 205 | |
KEYCODE_3D_MODE | 206 | |
KEYCODE_CONTACTS | 207 | |
KEYCODE_CALENDAR | 208 | |
KEYCODE_MUSIC | 209 | |
KEYCODE_CALCULATOR | 210 | |
KEYCODE_ZENKAKU_HANKAKU | 211 | |
KEYCODE_EISU | 212 | |
KEYCODE_MUHENKAN | 213 | |
KEYCODE_HENKAN | 214 | |
KEYCODE_KATAKANA_HIRAGANA | 215 | |
KEYCODE_YEN | 216 | |
KEYCODE_RO | 217 | |
KEYCODE_KANA | 218 | |
KEYCODE_ASSIST | 219 | |
KEYCODE_BRIGHTNESS_DOWN | 220 | |
KEYCODE_BRIGHTNESS_UP | 221 | |
KEYCODE_MEDIA_AUDIO_TRACK | 222 |
The default is true, which means that after the application
has finished processing its data during a full-system restore, it will be
terminated.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int killAfterRestore=0x0101029c;
/** 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. */ public static final int label=0x01010001; /** Specifies the id of a view for which this view serves as a label for accessibility purposes. For example, a TextView before an EditText in the UI usually specifies what infomation is contained in the EditText. Hence, the TextView is a label for the EditText.
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.
*/
public static final int labelFor=0x010103c6;
/** Size of the text for custom keys with some text and no icon.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int labelTextSize=0x01010235;
/** Request that your application's processes be created with
a large Dalvik heap. This applies to all processes
created for the application. It only applies to the first
application loaded into a process; if using a sharedUserId
to allow multiple applications to use a process, they all must
use this option consistently or will get unpredictable results.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int largeHeap=0x0101035a;
/** Indicates whether the application supports larger screen form-factors.
A large screen is defined as a screen that is significantly larger
than a normal phone screen, and thus may require some special care
on the application's part to make good use of it. An example would
be a VGA normal density screen, though even larger screens
are certainly possible. An application that does not support
large screens will be placed as a postage stamp on such a
screen, so that it retains the dimensions it was originally
designed for.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int largeScreens=0x01010286;
/** Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2},
this is the new way to specify the screens an application is
compatible with. This attribute provides the maximum
"smallest screen width" (as per the -swNNNdp resource configuration)
that the application can work well on. If this value is smaller than
the "smallest screen width" of the device it is running on, the
application will be forced in to screen compatibility mode with
no way for the user to turn it off. Currently the compatibility mode only
emulates phone screens with a 320dp width, so compatibility mode is not applied if the
value for largestWidthLimitDp is larger than 320.
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.
*/
public static final int largestWidthLimitDp=0x01010366;
/** Specify how an activity should be launched. See the
Tasks and Back
Stack document for important information on how these options impact
the behavior of your application.
If this attribute is not specified, standard launch
mode will be used. Note that the particular launch behavior can
be changed in some ways at runtime through the
{@link android.content.Intent} flags
{@link android.content.Intent#FLAG_ACTIVITY_SINGLE_TOP},
{@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK}, and
{@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK}.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
standard | 0 | The default mode, which will usually create a new instance of the activity when it is started, though this behavior may change with the introduction of other options such as {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK Intent.FLAG_ACTIVITY_NEW_TASK}. |
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 {@link android.app.Activity#onNewIntent 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 {@link android.app.Activity#onNewIntent Activity.onNewIntent()} with the new Intent that is being started, and with the {@link android.content.Intent#FLAG_ACTIVITY_BROUGHT_TO_FRONT 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 Tasks and Back Stack document for more details about 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 {@link android.app.Activity#onNewIntent 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 Tasks and Back Stack document for more details about tasks. |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | Don't use a layer. |
software | 1 | Use a software layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)} for more information. |
hardware | 2 | Use a hardware layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)} for more information. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int layout=0x010100f2;
/** 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".
*/
public static final int layoutAnimation=0x010100ec;
/** Defines the direction of layout drawing. This typically is associated with writing
direction of the language script used. The possible values are "ltr" for Left-to-Right,
"rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing
to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction
used in "en-US". The default for this attribute is "inherit".
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
ltr | 0 | Left-to-Right |
rtl | 1 | Right-to-Left |
inherit | 2 | Inherit from parent |
locale | 3 | Locale |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
clipBounds | 0 | Use the children's clip bounds when laying out this container. |
opticalBounds | 1 | Use the children's optical bounds when laying out this container. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int layout_above=0x01010184;
/** 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".
*/
public static final int layout_alignBaseline=0x01010186;
/** 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".
*/
public static final int layout_alignBottom=0x0101018a;
/** Makes the end edge of this view match the end edge of the given anchor view ID.
Accommodates end 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".
*/
public static final int layout_alignEnd=0x010103ba;
/** 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".
*/
public static final int layout_alignLeft=0x01010187;
/** If true, makes the bottom edge of this view match the bottom edge of the parent.
Accommodates bottom margin.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_alignParentBottom=0x0101018e;
/** If true, makes the end edge of this view match the end edge of the parent.
Accommodates end 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.
*/
public static final int layout_alignParentEnd=0x010103bc;
/** 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.
*/
public static final int layout_alignParentLeft=0x0101018b;
/** If true, makes the right edge of this view match the right edge of the parent.
Accommodates right margin.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_alignParentRight=0x0101018d;
/** If true, makes the start edge of this view match the start edge of the parent.
Accommodates start 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.
*/
public static final int layout_alignParentStart=0x010103bb;
/** 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.
*/
public static final int layout_alignParentTop=0x0101018c;
/** 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".
*/
public static final int layout_alignRight=0x01010189;
/** Makes the start edge of this view match the start edge of the given anchor view ID.
Accommodates start 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".
*/
public static final int layout_alignStart=0x010103b9;
/** 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".
*/
public static final int layout_alignTop=0x01010188;
/** 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.
*/
public static final int layout_alignWithParentIfMissing=0x01010192;
/** 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".
*/
public static final int layout_below=0x01010185;
/** 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.
*/
public static final int layout_centerHorizontal=0x01010190;
/** 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.
*/
public static final int layout_centerInParent=0x0101018f;
/** 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.
*/
public static final int layout_centerVertical=0x01010191;
/** 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.
*/
public static final int layout_column=0x0101014c;
/** The column span: the difference between the right and left
boundaries delimiting the group of cells occupied by this view.
The default is one.
See {@link android.widget.GridLayout.Spec}.
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.
*/
public static final int layout_columnSpan=0x0101037d;
/** Standard gravity constant that a child supplies to its parent.
Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The view should be as big as its parent (minus padding). Introduced in API Level 8. |
wrap_content | -2 | The view should be only big enough to enclose its content (plus padding). |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_margin=0x010100f6;
/** Specifies extra space on the bottom side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginBottom=0x010100fa;
/** Specifies extra space on the end side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginEnd=0x010103b6;
/** Specifies extra space on the left side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginLeft=0x010100f7;
/** Specifies extra space on the right side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginRight=0x010100f9;
/** Specifies extra space on the start side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginStart=0x010103b5;
/** Specifies extra space on the top side of this view.
This space is outside this view's bounds.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_marginTop=0x010100f8;
/** The row boundary delimiting the top of the group of cells
occupied by this view.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_row=0x0101037b;
/** The row span: the difference between the bottom and top
boundaries delimiting the group of cells occupied by this view.
The default is one.
See {@link android.widget.GridLayout.Spec}.
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.
*/
public static final int layout_rowSpan=0x0101037c;
/**
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.
*/
public static final int layout_scale=0x01010193;
/** 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.
*/
public static final int layout_span=0x0101014d;
/** Positions the start edge of this view to the end of the given anchor view ID.
Accommodates start margin of this view and end 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".
*/
public static final int layout_toEndOf=0x010103b8;
/** 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".
*/
public static final int layout_toLeftOf=0x01010182;
/** 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".
*/
public static final int layout_toRightOf=0x01010183;
/** Positions the end edge of this view to the start of the given anchor view ID.
Accommodates end margin of this view and start 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".
*/
public static final int layout_toStartOf=0x010103b7;
/**
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.
*/
public static final int layout_weight=0x01010181;
/** Specifies the basic width of the view. This is a required attribute
for any view inside of a containing layout manager. Its value may
be a dimension (such as "12dip") for a constant width or one of
the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The view should be as big as its parent (minus padding). Introduced in API Level 8. |
wrap_content | -2 | The view should be only big enough to enclose its content (plus padding). |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_x=0x0101017f;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int layout_y=0x01010180;
/** Amount of left padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int left=0x010101ad;
/** Extra spacing between lines of text.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int lineSpacingExtra=0x01010217;
/** Extra spacing between lines of text, as a multiplier.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int lineSpacingMultiplier=0x01010218;
/** 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.
*/
public static final int lines=0x01010154;
/** 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.
*/
public static final int linksClickable=0x010100b1;
/** Drawable used as a background for selected list 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".
*/
public static final int listChoiceBackgroundIndicator=0x010102f0;
/** Drawable to use for multiple choice indicators.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int listChoiceIndicatorMultiple=0x0101021a;
/** Drawable to use for single choice indicators.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int listChoiceIndicatorSingle=0x01010219;
/** 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".
*/
public static final int listDivider=0x01010214;
/** The list divider used in alert dialogs.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int listDividerAlertDialog=0x01010305;
/** Default ListPopupWindow 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".
*/
public static final int listPopupWindowStyle=0x010102ff;
/** The preferred list item height.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemHeight=0x0101004d;
/** A larger, more robust list item height.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemHeightLarge=0x01010386;
/** A smaller, sleeker list item height.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemHeightSmall=0x01010387;
/** The preferred padding along the end edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemPaddingEnd=0x010103be;
/** The preferred padding along the left edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemPaddingLeft=0x010103a3;
/** The preferred padding along the right edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemPaddingRight=0x010103a4;
/** The preferred padding along the start edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int listPreferredItemPaddingStart=0x010103bd;
/** 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".
*/
public static final int listSelector=0x010100fb;
/** 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".
*/
public static final int listSeparatorTextViewStyle=0x01010208;
/** 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".
*/
public static final int listViewStyle=0x01010074;
/** 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".
*/
public static final int listViewWhiteStyle=0x01010075;
/** A Drawable resource providing an extended graphical logo for its
associated item. Use with the application tag (to supply a default
logo for all application components), or with the activity, receiver,
service, or instrumentation tag (to supply a specific logo for that
component). It may also be used with the intent-filter tag to supply
a logo to show to the user when an activity is being selected based
on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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".
*/
public static final int logo=0x010102be;
/** 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.
*/
public static final int longClickable=0x010100e6;
/** Defines whether the animator loops to the first view once it
has reached the end of the list.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int loopViews=0x01010307;
/** Name of the activity to be launched to manage application's space on
device. The specified activity gets automatically launched when the
application's space needs to be managed and is usually invoked
through user actions. Applications can thus provide their own custom
behavior for managing space for various scenarios like out of memory
conditions. This is an optional attribute and
applications can choose not to specify a default activity to
manage space.
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.
*/
public static final int manageSpaceActivity=0x01010004;
/** 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".
*/
public static final int mapViewStyle=0x0101008a;
/** The number of times to repeat the marquee animation. Only applied if the
TextView has marquee enabled.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
marquee_forever | -1 | Indicates that marquee should repeat indefinitely. |
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.
*/
public static final int max=0x01010136;
/** The maximal date shown by this calendar view in mm/dd/yyyy format.
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.
*/
public static final int maxDate=0x01010340;
/** 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.
*/
public static final int maxEms=0x01010157;
/** An optional argument to supply a maximum height for this view.
See {see android.widget.ImageView#setMaxHeight} for details.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int maxHeight=0x01010120;
/** 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.
*/
public static final int maxItemsPerRow=0x01010134;
/** 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.
*/
public static final int maxLength=0x01010160;
/** The maximum level allowed for this item.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int maxLevel=0x010101b2;
/** Makes the TextView be at most this many lines tall.
When used on an editable text, the inputType attribute's value must be
combined with the textMultiLine flag for the maxLines attribute to apply.
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.
*/
public static final int maxLines=0x01010153;
/** 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.
*/
public static final int maxRows=0x01010133;
/** Optional: specify the maximum version of the Android OS for which the
application wishes to request the permission. When running on a version
of Android higher than the number given here, the permission will not
be requested.
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.
*/
public static final int maxSdkVersion=0x01010271;
/** An optional argument to supply a maximum width for this view.
See {see android.widget.ImageView#setMaxWidth} for details.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int maxWidth=0x0101011f;
/** 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.
*/
public static final int measureAllChildren=0x0101010a;
/** When set to true, all children with a weight will be considered having
the minimum size of the largest child. If false, all children are
measured normally.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int measureWithLargestChild=0x010102d4;
/** Default style for the MediaRouteButton widget.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int mediaRouteButtonStyle=0x010103ad;
/** The types of media routes the button and its resulting
chooser will filter by.
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 |
|---|---|---|
liveAudio | 0x1 | Allow selection of live audio routes. |
user | 0x800000 | Allow selection of user (app-specified) routes. |
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. |
Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int mimeType=0x01010026;
/** The minimal date shown by this calendar view in mm/dd/yyyy format.
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.
*/
public static final int minDate=0x0101033f;
/** 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.
*/
public static final int minEms=0x0101015a;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minHeight=0x01010140;
/** The minimum level allowed for this item.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minLevel=0x010101b1;
/** Makes the TextView be at least this many lines tall.
When used on an editable text, the inputType attribute's value must be
combined with the textMultiLine flag for the minLines attribute to apply.
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.
*/
public static final int minLines=0x01010156;
/** Minimum height that the AppWidget can be resized to.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minResizeHeight=0x01010396;
/** Minimum width that the AppWidget can be resized to.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minResizeWidth=0x01010395;
/** This is the minimum SDK version number that the application
requires. This number is an abstract integer, from the list
in {@link android.os.Build.VERSION_CODES} If
not supplied, the application will work on any SDK. This
may also be string (such as "Donut") if the application was built
against a development branch, in which case it will only work against
the development builds.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minSdkVersion=0x0101020c;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int minWidth=0x0101013f;
/** Enables or disables the mipmap hint. See
{@link android.graphics.Bitmap#setHasMipMap(boolean)} for more information.
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.
*/
public static final int mipMap=0x010103cd;
/** Defines if the associated drawables need to be mirrored when in RTL mode.
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.
*/
public static final int mirrorForRtl=0x010103ce;
/**
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. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int moreIcon=0x01010135;
/** 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.
*/
public static final int multiprocess=0x01010013;
/** 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.
*/
public static final int name=0x01010003;
/** The type of navigation to use.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | Normal static title text |
listMode | 1 | The action bar will use a selection list for navigation. |
tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
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.
*/
public static final int negativeButtonText=0x010101f6;
/** Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.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".
*/
public static final int nextFocusDown=0x010100e4;
/** Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.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".
*/
public static final int nextFocusForward=0x0101033c;
/** Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}.
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.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".
*/
public static final int nextFocusLeft=0x010100e1;
/** Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.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".
*/
public static final int nextFocusRight=0x010100e2;
/** Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.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".
*/
public static final int nextFocusUp=0x010100e3;
/** Specify whether an activity should be kept in its history stack.
If this attribute is set, then as soon as the user navigates away
from the activity it will be finished and they will no longer be
able to return to it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int noHistory=0x0101022d;
/** Indicates whether an application supports the normal screen
form-factors. Traditionally this is an HVGA normal density
screen, but WQVGA low density and WVGA high density are also
considered to be normal. This attribute is true by default,
and applications currently should leave it that way.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int normalScreens=0x01010285;
/** The minimal period in milliseconds between two accessibility events of the same type
are sent to this serivce. This setting can be changed at runtime by calling
{@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)
android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
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.
*/
public static final int notificationTimeout=0x01010383;
/** Defines how many columns to show.
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 | Display as many columns as possible to fill the available space. |
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.
*/
public static final int numStars=0x01010144;
/** If set, specifies that this TextView has a numeric input method.
The default is false.
{@deprecated Use inputType instead.}
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
integer | 0x01 | Input is numeric. |
signed | 0x03 | Input is numeric, with sign allowed. |
decimal | 0x05 | Input is numeric, with decimals allowed. |
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.
*/
public static final int numericShortcut=0x010101e4;
/** Name of the method in this View's context to invoke when the view is
clicked. This name must correspond to a public method that takes
exactly one parameter of type View. For instance, if you specify
android:onClick="sayHello", you must declare a
public void sayHello(View v) method of your context
(typically, your Activity).
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int onClick=0x0101026f;
/** 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.
*/
public static final int oneshot=0x01010197;
/** Indicates the opacity of the layer. This can be useful to allow the
system to enable drawing optimizations. The default value is
translucent.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
opaque | -1 | Indicates that the layer is opaque and contains no transparent nor translucent pixels. |
transparent | -2 | The layer is completely transparent (no pixel will be drawn.) |
translucent | -3 | The layer has translucent pixels. |
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.
*/
public static final int order=0x010101ea;
/** 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.
*/
public static final int orderInCategory=0x010101df;
/** Name of the property being animated.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
together | 0 | child animations should be played together. |
sequentially | 1 | child animations should be played sequentially, in the same order as the xml. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int orderingFromXml=0x010101e7;
/** Standard orientation constant.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
horizontal | 0 | Defines an horizontal widget. |
vertical | 1 | Defines a vertical widget. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int outAnimation=0x01010178;
/** Drawable to draw below list content.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int overScrollFooter=0x010102c3;
/** Drawable to draw above list content.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int overScrollHeader=0x010102c2;
/** Defines over-scrolling behavior. This property is used only if the
View is scrollable. Over-scrolling is the ability for the user to
receive feedback when attempting to scroll beyond meaningful content.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
always | 0 | Always show over-scroll effects, even if the content fits entirely within the available space. |
ifContentScrolls | 1 | Only show over-scroll effects if the content is large enough to meaningfully scroll. |
never | 2 | Never show over-scroll effects. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int overridesImplicitlyEnabledSubtype=0x010103a2;
/** Comma separated package names from which this serivce would like to receive events (leave out for all packages).
{@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)
android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
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.
*/
public static final int packageNames=0x01010381;
/** 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 {@link android.R.attr#background}
is provided, the padding will initially be set to that (0 if the
drawable does not have padding). Explicitly setting a padding value
will override the corresponding padding found in the background.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int padding=0x010100d5;
/** Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingBottom=0x010100d9;
/** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingEnd=0x010103b4;
/** Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingLeft=0x010100d6;
/** Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingRight=0x010100d8;
/** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingStart=0x010103b3;
/** Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int paddingTop=0x010100d7;
/** 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".
*/
public static final int panelBackground=0x0101005e;
/** 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".
*/
public static final int panelColorBackground=0x01010061;
/** 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".
*/
public static final int panelColorForeground=0x01010060;
/** 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".
*/
public static final int panelFullBackground=0x0101005f;
/** 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".
*/
public static final int panelTextAppearance=0x01010062;
/** The name of the logical parent of the activity as it appears in the manifest.
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.
*/
public static final int parentActivityName=0x010103a7;
/** Whether the characters of the field are displayed as
password dots instead of themselves.
{@deprecated Use inputType 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.
*/
@Deprecated
public static final int password=0x0101015c;
/** Specify a URI path that must exactly match, as per
{@link android.os.PatternMatcher} with
{@link android.os.PatternMatcher#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.
*/
public static final int path=0x0101002a;
/** Specify a URI path that matches a simple pattern, as per
{@link android.os.PatternMatcher} with
{@link android.os.PatternMatcher#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.
*/
public static final int pathPattern=0x0101002c;
/** Specify a URI path that must be a prefix to match, as per
{@link android.os.PatternMatcher} with
{@link android.os.PatternMatcher#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.
*/
public static final int pathPrefix=0x0101002b;
/** Specify a permission that a client is required to have in order to
use the associated object. If the client does not hold the named
permission, its request will fail. See the
Security and Permissions
document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int permission=0x01010006;
/** Flags indicating more context for a permission.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
costsMoney | 0x0001 | Set to indicate that this permission allows an operation that may cost the user money. Such permissions may be highlighted when shown to the user with this additional information. |
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.
*/
public static final int permissionGroup=0x0101000a;
/** Flags indicating more context for a permission group.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
personalInfo | 0x0001 | Set to indicate that this permission group contains permissions protecting access to some information that is considered personal to the user (such as contacts, e-mails, 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.
*/
public static final int persistent=0x0101000d;
/** 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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
@Deprecated
public static final int phoneNumber=0x01010167;
/**
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.
*/
public static final int pivotX=0x010101b5;
/**
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.
*/
public static final int pivotY=0x010101b6;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int popupAnimationStyle=0x010102c9;
/**
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".
*/
public static final int popupBackground=0x01010176;
/** The characters to display in the popup keyboard.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int popupCharacters=0x01010244;
/** The XML keyboard layout of any popup keyboard.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int popupKeyboard=0x01010243;
/** Layout resource for popup keyboards.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int popupLayout=0x0101023b;
/** Default PopupMenu 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".
*/
public static final int popupMenuStyle=0x01010300;
/** 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".
*/
public static final int popupWindowStyle=0x01010076;
/** Specify a URI authority port that is handled, as per
{@link android.content.IntentFilter#addDataAuthority
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.
*/
public static final int port=0x01010029;
/** 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.
*/
public static final int positiveButtonText=0x010101f5;
/** 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".
*/
public static final int preferenceCategoryStyle=0x0101008c;
/** 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".
*/
public static final int preferenceInformationStyle=0x0101008d;
/** 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".
*/
public static final int preferenceLayoutChild=0x01010094;
/** 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".
*/
public static final int preferenceScreenStyle=0x0101008b;
/** 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".
*/
public static final int preferenceStyle=0x0101008e;
/** Theme to use for presentations spawned from this theme.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int presentationTheme=0x010103c0;
/** A preview of what the AppWidget will look like after it's configured.
If not supplied, the AppWidget's icon 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".
*/
public static final int previewImage=0x010102da;
/** 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.
*/
public static final int priority=0x0101001c;
/** An addition content type description to supply to the input
method attached to the text view, which is private to the
implementation of the input method. This simply fills in
the {@link android.view.inputmethod.EditorInfo#privateImeOptions
EditorInfo.privateImeOptions} field when the input
method is connected.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int privateImeOptions=0x01010223;
/** 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.
*/
public static final int process=0x01010011;
/** 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.
*/
public static final int progress=0x01010137;
/** Specifies the horizontal padding on either end for an embedded progress bar.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int progressBarPadding=0x01010319;
/** 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".
*/
public static final int progressBarStyle=0x01010077;
/** 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".
*/
public static final int progressBarStyleHorizontal=0x01010078;
/** Inverse ProgressBar style. This is a medium circular progress bar.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int progressBarStyleInverse=0x01010287;
/** 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".
*/
public static final int progressBarStyleLarge=0x0101007a;
/** Large inverse ProgressBar style. This is a large circular progress bar.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int progressBarStyleLargeInverse=0x01010289;
/** 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".
*/
public static final int progressBarStyleSmall=0x01010079;
/** Small inverse ProgressBar style. This is a small circular progress bar.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int progressBarStyleSmallInverse=0x01010288;
/** 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".
*/
public static final int progressBarStyleSmallTitle=0x0101020f;
/** 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".
*/
public static final int progressDrawable=0x0101013c;
/** 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".
*/
public static final int prompt=0x0101017b;
/** Name of the property being animated.
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.
*/
public static final int propertyName=0x010102e1;
/** Characterizes the potential risk implied in a permission and
indicates the procedure the system should follow when determining
whether to grant the permission to an application requesting it. {@link
android.Manifest.permission Standard permissions} have a predefined and
permanent protectionLevel. If you are creating a custom permission in an
application, you can define a protectionLevel attribute with one of the
values listed below. If no protectionLevel is defined for a custom
permission, the system assigns the default ("normal").
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | A lower-risk permission that gives an application access to isolated application-level features, with minimal risk to other applications, the system, or the user. The system automatically grants this type of permission to a requesting application at installation, without asking for the user's explicit approval (though the user always has the option to review these permissions before installing). |
dangerous | 1 | A higher-risk permission that would give a requesting application access to private user data or control over the device that can negatively impact the user. Because this type of permission introduces potential risk, the system may not automatically grant it to the requesting application. For example, any dangerous permissions requested by an application may be displayed to the user and require confirmation before proceeding, or some other approach may be taken to avoid the user automatically allowing the use of such facilities. |
signature | 2 | A permission that the system is to grant only if the requesting application is signed with the same certificate as the application that declared the permission. If the certificates match, the system automatically grants the permission without notifying the user or asking for the user's explicit approval. |
signatureOrSystem | 3 | A permission that the system is to grant only to packages in the Android system image or that are signed with the same certificates. Please avoid using this option, as the signature protection level should be sufficient for most needs and works regardless of exactly where applications are installed. This permission is used for certain special situations where multiple vendors have applications built in to a system image which need to share specific features explicitly because they are being built together. |
system | 0x10 | Additional flag from base permission type: this permission can also be granted to any applications installed on the system image. Please avoid using this option, as the signature protection level should be sufficient for most needs and works regardless of exactly where applications are installed. This permission flag is used for certain special situations where multiple vendors have applications built in to a system image which need to share specific features explicitly because they are being built together. |
development | 0x20 | Additional flag from base permission type: this permission can also (optionally) be granted to development applications. |
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.
*/
public static final int publicKey=0x010103a6;
/** 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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra 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.
*/
public static final int queryActionMsg=0x010101db;
/** If provided and true, this searchable activity will be invoked for all
queries in a particular session. If set to false and the activity
returned zero results for a query, it will not be invoked again in that session for
supersets of that zero-results query. For example, if the activity returned zero
results for "bo", it would not be queried again for "bob".
The default value is false. Optional attribute..
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int queryAfterZeroResults=0x01010282;
/** An optional query hint string to be displayed in the empty query field.
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.
*/
public static final int queryHint=0x01010358;
/** Default quickcontact badge style with large quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleSmallWindowLarge=0x010102b3;
/** Default quickcontact badge style with medium quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleSmallWindowMedium=0x010102b2;
/** Default quickcontact badge style with small quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleSmallWindowSmall=0x010102b1;
/** Default quickcontact badge style with large quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleWindowLarge=0x010102b0;
/** Default quickcontact badge style with medium quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleWindowMedium=0x010102af;
/** Default quickcontact badge style with small quickcontact window.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int quickContactBadgeStyleWindowSmall=0x010102ae;
/** 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".
*/
public static final int radioButtonStyle=0x0101007e;
/** Defines the radius of the four corners.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int radius=0x010101a8;
/** 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.
*/
public static final int rating=0x01010145;
/** 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".
*/
public static final int ratingBarStyle=0x0101007c;
/** 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".
*/
public static final int ratingBarStyleIndicator=0x01010210;
/** 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".
*/
public static final int ratingBarStyleSmall=0x0101007d;
/** A specific {@link android.R.attr#permission} name for read-only
access to a {@link android.content.ContentProvider}. See the
Security and Permissions
document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int readPermission=0x01010007;
/** 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 |
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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int reqFiveWayNav=0x01010232;
/** Application's requirement for a hard keyboard
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int reqHardKeyboard=0x01010229;
/** The input method preferred by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
nokeys | 1 | |
qwerty | 2 | |
twelvekey | 3 |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
nonav | 1 | |
dpad | 2 | |
trackball | 3 | |
wheel | 4 |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
notouch | 1 | |
stylus | 2 | |
finger | 3 |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int requireDeviceUnlock=0x010103ec;
/** Specify whether this feature is required for the application.
The default is true, meaning the application requires the
feature, and does not want to be installed on devices that
don't support it. If you set this to false, then this will
not impose a restriction on where the application can be
installed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int required=0x0101028e;
/** Declare that this application requires an account of a certain
type. The default value is null and indicates that the application can work without
any accounts. The type should correspond to the account authenticator type, such as
"com.google".
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.
*/
public static final int requiredAccountType=0x010103d6;
/** Flag to specify if this application needs to be present for all users. Only pre-installed
applications can request this feature. 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.
*/
public static final int requiredForAllUsers=0x010103d0;
/** Defines which edges should be faded 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. |
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.
*/
public static final int requiresSmallestWidthDp=0x01010364;
/** Optional parameter which indicates if and how this widget can be
resized. Supports combined values using | operator.
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 or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0x0 | |
horizontal | 0x1 | |
vertical | 0x2 |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int resizeable=0x0101028d;
/** Resource identifier to assign to this piece of named meta-data.
The resource identifier can later be retrieved from the meta data
Bundle through {@link android.os.Bundle#getInt 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".
*/
public static final int resource=0x01010025;
/** Indicate that the application is prepared to attempt a restore of any
backed-up dataset, even if the backup is apparently from a newer version
of the application than is currently installed on the device. Setting
this attribute to true will permit the Backup Manager to
attempt restore even when a version mismatch suggests that the data are
incompatible. Use with caution!
The default value of this attribute is false.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int restoreAnyVersion=0x010102ba;
/** @deprecated This attribute is not used by the Android operating system.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
@Deprecated
public static final int restoreNeedsApplication=0x0101029d;
/** Declare that this application requires access to restricted accounts of a certain
type. The default value is null and restricted accounts won\'t be visible to this
application. The type should correspond to the account authenticator type, such as
"com.google".
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.
*/
public static final int restrictedAccountType=0x010103d5;
/** Amount of right padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int right=0x010101af;
/** 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".
*/
public static final int ringtonePreferenceStyle=0x01010093;
/** 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. |
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.
*/
public static final int rotation=0x01010326;
/** rotation of the view around the x axis, in degrees.
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.
*/
public static final int rotationX=0x01010327;
/** rotation of the view around the y axis, in degrees.
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.
*/
public static final int rotationY=0x01010328;
/** The maxmimum number of rows to create when automatically positioning children.
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.
*/
public static final int rowCount=0x01010375;
/** 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.
*/
public static final int rowDelay=0x010101d0;
/** Row edge flags.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
top | 4 | Row is anchored to the top of the keyboard. |
bottom | 8 | Row is anchored to the bottom of the keyboard. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int rowHeight=0x01010132;
/** When set to true, forces row boundaries to appear in the same order
as row indices.
The default is true.
See {@link android.widget.GridLayout#setRowOrderPreserved(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.
*/
public static final int rowOrderPreserved=0x01010376;
/** 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.
*/
public static final int saveEnabled=0x010100e7;
/** 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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
*/
public static final int scaleHeight=0x010101fd;
/** 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 |
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.
*/
public static final int scaleWidth=0x010101fc;
/** scale of the view in the x direction.
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.
*/
public static final int scaleX=0x01010324;
/** scale of the view in the y direction.
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.
*/
public static final int scaleY=0x01010325;
/** Specify a URI scheme that is handled, as per
{@link android.content.IntentFilter#addDataScheme
IntentFilter.addDataScheme()}.
Note: scheme matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, schemes here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scheme=0x01010027;
/** Specifies a compatible screen density, as per the device
configuration screen density bins.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
ldpi | 120 | A low density screen, approximately 120dpi. |
mdpi | 160 | A medium density screen, approximately 160dpi. |
hdpi | 240 | A high density screen, approximately 240dpi. |
xhdpi | 320 | An extra high density screen, approximately 320dpi. |
This attribute is supported by the {@code <activity>} element.
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. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_UNSPECIFIED}. |
landscape | 0 | Would like to have the screen in a landscape orientation: that is, with the display wider than it is tall, ignoring sensor data. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_LANDSCAPE}. |
portrait | 1 | Would like to have the screen in a portrait orientation: that is, with the display taller than it is wide, ignoring sensor data. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_PORTRAIT}. |
user | 2 | Use the user's current preferred orientation of the handset. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER}. |
behind | 3 | Keep the screen in the same orientation as whatever is behind this activity. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_BEHIND}. |
sensor | 4 | Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. Ignores user's setting to turn off sensor-based rotation. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR}. |
nosensor | 5 | Always ignore orientation determined by orientation sensor: the display will not rotate when the user moves the device. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_NOSENSOR}. |
sensorLandscape | 6 | Would like to have the screen in landscape orientation, but can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_LANDSCAPE}. |
sensorPortrait | 7 | Would like to have the screen in portrait orientation, but can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_PORTRAIT}. |
reverseLandscape | 8 | Would like to have the screen in landscape orientation, turned in the opposite direction from normal landscape. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_LANDSCAPE}. |
reversePortrait | 9 | Would like to have the screen in portrait orientation, turned in the opposite direction from normal portrait. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_PORTRAIT}. |
fullSensor | 10 | Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. This allows any of the 4 possible rotations, regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation). Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_SENSOR}. |
userLandscape | 11 | Would like to have the screen in landscape orientation, but if the user has enabled sensor-based rotation then we can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER_LANDSCAPE}. |
userPortrait | 12 | Would like to have the screen in portrait orientation, but if the user has enabled sensor-based rotation then we can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER_PORTRAIT}. |
fullUser | 13 | Respect the user's sensor-based rotation preference, but if sensor-based rotation is enabled then allow the screen to rotate in all 4 possible directions regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation). Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_USER}. |
locked | 14 | Screen is locked to its current rotation, whatever that is. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_LOCKED}. |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
small | 200 | A small screen configuration, at least 240x320dp. |
normal | 300 | A normal screen configuration, at least 320x480dp. |
large | 400 | A large screen configuration, at least 400x530dp. |
xlarge | 500 | An extra large screen configuration, at least 600x800dp. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollHorizontally=0x0101015b;
/** 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".
*/
public static final int scrollViewStyle=0x01010080;
/** The initial horizontal scroll offset, in pixels.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollX=0x010100d2;
/** The initial vertical scroll offset, in pixels.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollY=0x010100d3;
/** 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.
*/
public static final int scrollbarAlwaysDrawHorizontalTrack=0x01010068;
/** 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.
*/
public static final int scrollbarAlwaysDrawVerticalTrack=0x01010069;
/** Defines the delay in milliseconds that a scrollbar waits before fade out.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollbarDefaultDelayBeforeFade=0x010102a9;
/** Defines the delay in milliseconds that a scrollbar takes to fade out.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollbarFadeDuration=0x010102a8;
/** Sets the width of vertical scrollbars and height of horizontal scrollbars.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollbarSize=0x01010063;
/** 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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int scrollbarThumbHorizontal=0x01010064;
/** 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".
*/
public static final int scrollbarThumbVertical=0x01010065;
/** 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".
*/
public static final int scrollbarTrackHorizontal=0x01010066;
/** 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".
*/
public static final int scrollbarTrackVertical=0x01010067;
/** 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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int scrollingCache=0x010100fe;
/** If supplied, this string will be displayed as the text of the "Search" button.
Optional attribute.
{@deprecated This will create a non-standard UI appearance, because the search bar UI is
changing to use only icons for its buttons.}
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.
*/
@Deprecated
public static final int searchButtonText=0x01010205;
/** 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 |
|---|---|---|
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 | This is deprecated. The default application icon is now always used, so this option is obsolete. |
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. |
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.
*/
public static final int searchSettingsDescription=0x0101028a;
/** If provided, this is the trigger indicating that the searchable activity
provides suggestions as well. The value must be a fully-qualified content provider
authority (e.g. "com.example.android.apis.SuggestionProvider") and should match the
"android:authorities" tag in your content provider's manifest entry. Optional
attribute.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int searchSuggestAuthority=0x010101d6;
/** If provided, and not overridden by an action in the selected suggestion, this
string will be placed in the action field of the {@link android.content.Intent 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.
*/
public static final int searchSuggestIntentAction=0x010101d9;
/** If provided, and not overridden by an action in the selected suggestion, this
string will be placed in the data field of the {@link android.content.Intent 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.
*/
public static final int searchSuggestIntentData=0x010101da;
/** 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.
*/
public static final int searchSuggestPath=0x010101d7;
/** 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.
*/
public static final int searchSuggestSelection=0x010101d8;
/** If provided, this is the minimum number of characters needed to trigger
search suggestions. The default value is 0. Optional attribute.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int searchSuggestThreshold=0x0101026d;
/** 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.
*/
public static final int secondaryProgress=0x01010138;
/** 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".
*/
public static final int seekBarStyle=0x0101007b;
/** Style for segmented buttons - a container that houses several buttons
with the appearance of a singel button broken into segments.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int segmentedButtonStyle=0x01010330;
/** If the text is selectable, select it all when the view takes
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.
*/
public static final int selectAllOnFocus=0x0101015e;
/** 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.
*/
public static final int selectable=0x010101e6;
/** Background drawable for standalone items that need focus/pressed states.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int selectableItemBackground=0x0101030e;
/** Drawable for the vertical bar shown at the beginning and at the end of the selected date.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int selectedDateVerticalBar=0x01010347;
/** The background color for the selected week.
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".
*/
public static final int selectedWeekBackgroundColor=0x01010342;
/** Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int settingsActivity=0x01010225;
/** 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.
*/
public static final int shadowColor=0x01010161;
/** 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.
*/
public static final int shadowDx=0x01010162;
/** 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.
*/
public static final int shadowDy=0x01010163;
/** 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.
*/
public static final int shadowRadius=0x01010164;
/** Indicates what shape to fill with a gradient.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
rectangle | 0 | Rectangle shape, with optional rounder corners. |
oval | 1 | Oval shape. |
line | 2 | Line shape. |
ring | 3 | Ring shape. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int shareInterpolator=0x010101bb;
/** 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.
*/
public static final int sharedUserId=0x0101000b;
/** Specify a label for the shared user UID of this package. This is
only used if you have also used android:sharedUserId. This must
be a reference to a string resource; it can not be an explicit
string.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int sharedUserLabel=0x01010261;
/** 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.
*/
public static final int shouldDisableView=0x010101ee;
/** How this item should display in the Action Bar, if present.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
never | 0 | Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always". |
ifRoom | 1 | Show this item in an action bar if there is room for it as determined by the system. Favor this option over "always" where possible. Mutually exclusive with "never" and "always". |
always | 2 | Always show this item in an actionbar, even if it would override the system's limits of how much stuff to put there. This may make your action bar look bad on some screens. In most cases you should use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". |
withText | 4 | When this item is shown as an action in the action bar, show a text label with it even if it has an icon representation. |
collapseActionView | 8 | This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int showDefault=0x010101fa;
/** Setting for which dividers to show.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | |
beginning | 1 | |
middle | 2 | |
end | 4 |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int showOnLockScreen=0x010103c9;
/** 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.
*/
public static final int showSilent=0x010101fb;
/** Whether do show week numbers.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int showWeekNumber=0x0101033e;
/** The number of weeks to be shown.
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.
*/
public static final int shownWeekCount=0x01010341;
/** The zero-based index of the columns to shrink. The column indices
must be separated by a comma: 1, 2, 5. Illegal and duplicate
indices are ignored. You can shrink all columns by using the
value "*" instead. Note that a column can be marked stretchable
and shrinkable at the same time.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int shrinkColumns=0x0101014a;
/** 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.
The default value is false (multi-line wrapped text mode) for non-editable text, but if
you specify any value for inputType, the default is true (single-line input field mode).
{@deprecated This attribute is deprecated. Use maxLines instead to change
the layout of a static text, and use the textMultiLine flag in the
inputType attribute instead for editable text views (if both singleLine and inputType
are supplied, the inputType flags will override the value of singleLine). }
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
@Deprecated
public static final int singleLine=0x0101015d;
/** If set to true, a single instance of this component will run for
all users. That instance will run as user 0, the default/primary
user. When the app running is in processes for other users and interacts
with this component (by binding to a service for example) those processes will
always interact with the instance running for user 0. Enabling
single user mode forces "exported" of the component to be false, to
help avoid introducing multi-user security bugs. This feature is only
available to applications built in to the system image; you must hold the
permission INTERACT_ACROSS_USERS in order
to use this feature. This flag can only be used with services,
receivers, and providers; it can not be used with 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.
*/
public static final int singleUser=0x010103bf;
/** Smaller icon of the authenticator.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int smallIcon=0x0101029e;
/** Indicates whether the application supports smaller screen form-factors.
A small screen is defined as one with a smaller aspect ratio than
the traditional HVGA screen; that is, for a portrait screen, less
tall than an HVGA screen. In practice, this means a QVGA low
density or VGA high density screen. An application that does
not support small screens will not be available for
small screen devices, since there is little the platform can do
to make such an application work on a smaller screen.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int smallScreens=0x01010284;
/** When set to true, the list will use a more refined calculation
method based on the pixels height of the items visible on screen. This
property is set to true by default but should be set to false if your adapter
will display items of varying heights. When this property is set to true and
your adapter displays items of varying heights, the scrollbar thumb will
change size as the user scrolls through the list. When set to fale, the list
will use only the number of items in the adapter and the number of items visible
on screen to determine the scrollbar's properties.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int smoothScrollbar=0x01010231;
/** @hide Color for the solid color background if such for optimized rendering.
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".
*/
public static final int solidColor=0x0101034a;
/** Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int soundEffectsEnabled=0x01010215;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int spacing=0x01010113;
/** 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".
*/
public static final int spinnerDropDownItemStyle=0x01010087;
/** 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".
*/
public static final int spinnerItemStyle=0x01010089;
/** Display mode for spinner options.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
dialog | 0 | Spinner options will be presented to the user as a dialog window. |
dropdown | 1 | Spinner options will be presented to the user as an inline dropdown anchored to the spinner widget itself. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int spinnerStyle=0x01010081;
/** Whether the spinners are shown.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int spinnersShown=0x0101034b;
/** Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch.
If false (default), touch events will be dispatched to
the child view where the first pointer went down until
the last pointer goes up.
If true, touch events may be dispatched to multiple children.
MotionEvents for each pointer will be dispatched to the child
view where the initial ACTION_DOWN event happened.
See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)}
for more information.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int splitMotionEvents=0x010102ef;
/** 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".
*/
public static final int src=0x01010119;
/** Specify a URI scheme specific part that must exactly match, as per
{@link android.content.IntentFilter#addDataSchemeSpecificPart
IntentFilter.addDataSchemeSpecificPart()} with
{@link android.os.PatternMatcher#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.
*/
public static final int ssp=0x010103e3;
/** Specify a URI scheme specific part that matches a simple pattern, as per
{@link android.content.IntentFilter#addDataSchemeSpecificPart
IntentFilter.addDataSchemeSpecificPart()} with
{@link android.os.PatternMatcher#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.
*/
public static final int sspPattern=0x010103e5;
/** Specify a URI scheme specific part that must be a prefix to match, as per
{@link android.content.IntentFilter#addDataSchemeSpecificPart
IntentFilter.addDataSchemeSpecificPart()} with
{@link android.os.PatternMatcher#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.
*/
public static final int sspPrefix=0x010103e4;
/** 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.
*/
public static final int stackFromBottom=0x010100fd;
/** 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".
*/
public static final int starStyle=0x01010082;
/** Start color of the gradient.
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.
*/
public static final int startColor=0x0101019d;
/** Delay in milliseconds before the transition starts.
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.
*/
public static final int startDelay=0x010103e2;
/** 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.
*/
public static final int startOffset=0x010101be;
/** {@deprecated Use minDate instead.}
The first year (inclusive), for example "1940".
{@deprecated Use minDate instead.}
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.
*/
@Deprecated
public static final int startYear=0x0101017c;
/** Indicates that an Activity does not need to have its freeze state
(as returned by {@link android.app.Activity#onSaveInstanceState}
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 {@link android.app.Activity#onCreate} 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.
*/
public static final int stateNotNeeded=0x01010016;
/** 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.
*/
public static final int state_above_anchor=0x010100aa;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
indicating that the Drawable is in a view that is hardware accelerated.
This means that the device can at least render a full-screen scaled
bitmap with one layer of text and bitmaps composited on top of it
at 60fps. When this is set, the colorBackgroundCacheHint will be
ignored even if it specifies a solid color, since that optimization
is not needed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_accelerated=0x0101031b;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view or its parent has been "activated" meaning the user has currently
marked it as being of interest. This is an alternative representation of
state_checked for when the state should be propagated down the view hierarchy.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_activated=0x010102fe;
/** State value for {@link android.graphics.drawable.StateListDrawable 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.
*/
public static final int state_active=0x010100a2;
/** State identifier indicating that the object may display a check mark.
See {@link R.attr#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.
*/
public static final int state_checkable=0x0101009f;
/** State identifier indicating that the object is currently checked. See
{@link R.attr#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.
*/
public static final int state_checked=0x010100a0;
/** State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that the Drawable is in a view that is capable of accepting a drop of
the content currently being manipulated in a drag-and-drop operation.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_drag_can_accept=0x01010368;
/** State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that a drag operation (for which the Drawable's view is a valid recipient)
is currently positioned over the 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.
*/
public static final int state_drag_hovered=0x01010369;
/** 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.
*/
public static final int state_empty=0x010100a9;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view 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.
*/
public static final int state_enabled=0x0101009e;
/** 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.
*/
public static final int state_expanded=0x010100a8;
/** State value for {@link android.graphics.drawable.StateListDrawable 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.
*/
public static final int state_first=0x010100a4;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input 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.
*/
public static final int state_focused=0x0101009c;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a pointer is hovering over the view.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_hovered=0x01010367;
/** State value for {@link android.graphics.drawable.StateListDrawable 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.
*/
public static final int state_last=0x010100a6;
/** State for {@link android.inputmethodservice.KeyboardView KeyboardView}
key preview background.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_long_pressable=0x0101023c;
/** State value for {@link android.graphics.drawable.StateListDrawable 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.
*/
public static final int state_middle=0x010100a5;
/** State identifier indicating a TextView has a multi-line layout.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_multiline=0x0101034d;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when the user is pressing down in a view.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_pressed=0x010100a7;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view (or one of its parents) is currently selected.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int state_selected=0x010100a1;
/** State value for {@link android.graphics.drawable.StateListDrawable 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.
*/
public static final int state_single=0x010100a3;
/** State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view's window has input 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.
*/
public static final int state_window_focused=0x0101009d;
/** A resource id of a static 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".
*/
public static final int staticWallpaperPreview=0x01010331;
/** 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.
*/
public static final int stepSize=0x01010146;
/** If set to true, this service with be automatically stopped
when the user remove a task rooted in an activity owned by
the application. 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.
*/
public static final int stopWithTask=0x0101036a;
/** 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 |
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.
*/
public static final int stretchColumns=0x01010149;
/** Defines how columns should stretch to fill the available empty space, if any.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | Stretching is disabled. |
spacingWidth | 1 | The spacing between each column is stretched. |
columnWidth | 2 | Each column is stretched equally. |
spacingWidthUniform | 3 | The spacing between each column is uniformly stretched.. |
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.
*/
public static final int subtitle=0x010102d1;
/** Specifies a style to use for subtitle 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".
*/
public static final int subtitleTextStyle=0x010102f9;
/** The extra value of the subtype. This string can be any string and will be passed to
the SpellChecker.
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.
*/
public static final int subtypeExtraValue=0x0101039a;
/** The unique id for the subtype. The input method framework keeps track of enabled
subtypes by ID. When the IME package gets upgraded, enabled IDs will stay enabled even
if other attributes are different. If the ID is unspecified (by calling the other
constructor or 0. Arrays.hashCode(new Object[] {locale, mode, extraValue,
isAuxiliary, overridesImplicitlyEnabledSubtype}) will be used instead.
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.
*/
public static final int subtypeId=0x010103c1;
/** The locale of the subtype. This string should be a locale (e.g. en_US, fr_FR...)
This is also used by the framework to know the supported locales
of the spell checker.
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.
*/
public static final int subtypeLocale=0x01010399;
/** 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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra 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.
*/
public static final int suggestActionMsg=0x010101dc;
/** 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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to
your searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra
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.
*/
public static final int suggestActionMsgColumn=0x010101dd;
/** The summary for 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.
*/
public static final int summary=0x010101e9;
/** Column in data table that summarizes this data.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int summaryColumn=0x010102a2;
/** 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.
*/
public static final int summaryOff=0x010101f0;
/** 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.
*/
public static final int summaryOn=0x010101ef;
/** Declare that your application will be able to deal with RTL (right to left) layouts.
If set to false (default value), your application will not care about RTL layouts.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int supportsRtl=0x010103af;
/** Set to true if this input method supports ways to switch to
a next input method (e.g. a globe key.). When this is true and
InputMethodManager#shouldOfferSwitchingToNextInputMethod() returns true,
the IME has to offer ways to to invoke InputMethodManager#switchToNextInputMethod()
accordingly.
Note that the system determines the most appropriate next input method and subtype in order to provide the consistent user experience in switching between IMEs and subtypes.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int supportsSwitchingToNextInputMethod=0x010103eb;
/**
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int supportsUploading=0x0101029b;
/** Minimum width for the switch component
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int switchMinWidth=0x01010370;
/** Minimum space between the switch and caption text
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int switchPadding=0x01010371;
/** Default style for switch preferences.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int switchPreferenceStyle=0x0101036d;
/** TextAppearance style for text displayed on the switch thumb.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int switchTextAppearance=0x0101036e;
/** The text used on the switch itself when in the "off" state.
This should be a very SHORT string, as it appears in a small space.
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.
*/
public static final int switchTextOff=0x0101036c;
/** The text used on the switch itself when in the "on" state.
This should be a very SHORT string, as it appears in a small space.
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.
*/
public static final int switchTextOn=0x0101036b;
/** 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.
*/
public static final int syncable=0x01010019;
/** Determines whether the strip under the tab indicators is drawn or not.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int tabStripEnabled=0x010102bd;
/** Drawable used to draw the left part of the strip underneath the tabs.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int tabStripLeft=0x010102bb;
/** Drawable used to draw the right part of the strip underneath the tabs.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int tabStripRight=0x010102bc;
/** 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".
*/
public static final int tabWidgetStyle=0x01010083;
/** Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
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.
*/
public static final int tag=0x010100d1;
/** 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.
*/
public static final int targetActivity=0x01010202;
/** The class part of the ComponentName to assign to the Intent, as per
{@link android.content.Intent#setComponent 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.
*/
public static final int targetClass=0x0101002f;
/** Reference to an array resource that be used as description for the targets around the circle.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int targetDescriptions=0x010103a0;
/** The id of a target on which this transition will animate changes.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int targetId=0x010103dc;
/** 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.
*/
public static final int targetPackage=0x01010021;
/** This is the SDK version number that the application is targeting.
It is able to run on older versions (down to minSdkVersion), but
was explicitly tested to work with the version specified here.
Specifying this version allows the platform to disable compatibility
code that are not required or enable newer features that are not
available to older applications. This may also be a string
(such as "Donut") if this is built against a development
branch, in which case minSdkVersion is also forced to be that
string.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int targetSdkVersion=0x01010270;
/** 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.
*/
public static final int taskAffinity=0x01010012;
/** When closing the last activity of a task, this is the animation that is
run on the activity of the next task (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskCloseEnterAnimation=0x010100be;
/** When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskCloseExitAnimation=0x010100bf;
/** When opening an activity in a new task, this is the animation that is
run on the activity of the new task (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskOpenEnterAnimation=0x010100bc;
/** When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskOpenExitAnimation=0x010100bd;
/** When sending the current task to the background, this is the
animation that is run on the top activity of the task behind
it (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskToBackEnterAnimation=0x010100c2;
/** When sending the current task to the background, this is the
animation that is run on the top activity of the current task
(which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskToBackExitAnimation=0x010100c3;
/** When bringing an existing task to the foreground, this is the
animation that is run on the top activity of the task being brought
to the foreground (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskToFrontEnterAnimation=0x010100c0;
/** When bringing an existing task to the foreground, this is the
animation that is run on the current foreground activity
(which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int taskToFrontExitAnimation=0x010100c1;
/** This is the amount of tension.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int tension=0x0101026a;
/** Option to indicate this application is only for testing purposes.
For example, it may expose functionality or data outside of itself
that would cause a security hole, but is useful for testing. This
kind of application can not be installed without the
INSTALL_ALLOW_TEST flag, which means only through adb install.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int testOnly=0x01010272;
/** 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.
*/
public static final int text=0x0101014f;
/** Defines the alignment of the text. A heuristic is used to determine the resolved
text alignment.
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 |
|---|---|---|
inherit | 0 | Default |
gravity | 1 | Default for the root view. The gravity determines the alignment, ALIGN_NORMAL, ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s text direction |
textStart | 2 | Align to the start of the paragraph, e.g. ALIGN_NORMAL. |
textEnd | 3 | Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. |
center | 4 | Center the paragraph, e.g. ALIGN_CENTER. |
viewStart | 5 | Align to the start of the view, which is ALIGN_LEFT if the view’s resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise. |
viewEnd | 6 | Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved layoutDirection is LTR, and ALIGN_LEFT otherwise |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int textAllCaps=0x0101038c;
/** 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".
*/
public static final int textAppearance=0x01010034;
/** 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".
*/
public static final int textAppearanceButton=0x01010207;
/** 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".
*/
public static final int textAppearanceInverse=0x01010035;
/** 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".
*/
public static final int textAppearanceLarge=0x01010040;
/** 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".
*/
public static final int textAppearanceLargeInverse=0x01010043;
/** Text color, typeface, size, and style for the text inside of a popup 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".
*/
public static final int textAppearanceLargePopupMenu=0x01010301;
/** The preferred TextAppearance for the primary text of list 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".
*/
public static final int textAppearanceListItem=0x0101039e;
/** The preferred TextAppearance for the primary text of small list 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".
*/
public static final int textAppearanceListItemSmall=0x0101039f;
/** 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".
*/
public static final int textAppearanceMedium=0x01010041;
/** 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".
*/
public static final int textAppearanceMediumInverse=0x01010044;
/** Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textAppearanceSearchResultSubtitle=0x010102a0;
/** Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textAppearanceSearchResultTitle=0x010102a1;
/** 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".
*/
public static final int textAppearanceSmall=0x01010042;
/** 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".
*/
public static final int textAppearanceSmallInverse=0x01010045;
/** Text color, typeface, size, and style for small text inside of a popup 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".
*/
public static final int textAppearanceSmallPopupMenu=0x01010302;
/** 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".
*/
public static final int textCheckMark=0x01010046;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textCheckMarkInverse=0x01010047;
/** 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".
*/
public static final int textColor=0x01010098;
/** Color of list item text in alert dialogs.
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".
*/
public static final int textColorAlertDialogListItem=0x01010306;
/** Color of highlighted 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".
*/
public static final int textColorHighlight=0x01010099;
/** Color of highlighted text, when used in a light theme.
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".
*/
public static final int textColorHighlightInverse=0x0101034f;
/** Color of hint text (displayed when the field is empty).
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".
*/
public static final int textColorHint=0x0101009a;
/** 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".
*/
public static final int textColorHintInverse=0x0101003f;
/** Color of link text (URLs).
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".
*/
public static final int textColorLink=0x0101009b;
/** Color of link text (URLs), when used in a light theme.
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".
*/
public static final int textColorLinkInverse=0x01010350;
/** The most prominent text color.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int textColorPrimary=0x01010036;
/** 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".
*/
public static final int textColorPrimaryDisableOnly=0x01010037;
/** 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".
*/
public static final int textColorPrimaryInverse=0x01010039;
/** Bright inverse text color. Only differentiates based on the disabled state.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int textColorPrimaryInverseDisableOnly=0x0101028b;
/** 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".
*/
public static final int textColorPrimaryInverseNoDisable=0x0101003d;
/** 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".
*/
public static final int textColorPrimaryNoDisable=0x0101003b;
/** 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".
*/
public static final int textColorSecondary=0x01010038;
/** 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".
*/
public static final int textColorSecondaryInverse=0x0101003a;
/** 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".
*/
public static final int textColorSecondaryInverseNoDisable=0x0101003e;
/** 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".
*/
public static final int textColorSecondaryNoDisable=0x0101003c;
/** 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".
*/
public static final int textColorTertiary=0x01010212;
/** 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".
*/
public static final int textColorTertiaryInverse=0x01010213;
/** Reference to a drawable that will be drawn under the insertion cursor.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textCursorDrawable=0x01010362;
/** Defines the direction of the text. A heuristic is used to determine the resolved text
direction of paragraphs.
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 |
|---|---|---|
inherit | 0 | Default |
firstStrong | 1 | Default for the root view. The first strong directional character determines the paragraph direction. If there is no strong directional character, the paragraph direction is the view’s resolved layout direction. |
anyRtl | 2 | The paragraph direction is RTL if it contains any strong RTL character, otherwise it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view’s resolved layout direction. |
ltr | 3 | The paragraph direction is left to right. |
rtl | 4 | The paragraph direction is right to left. |
locale | 5 | The paragraph direction is coming from the system Locale. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textEditNoPasteWindowLayout=0x01010315;
/** The layout of the view that is displayed on top of the cursor to paste inside a
TextEdit field.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textEditPasteWindowLayout=0x01010314;
/** Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textEditSideNoPasteWindowLayout=0x0101035f;
/** Used instead of textEditPasteWindowLayout when the window is moved on the side of the
insertion cursor because it would be clipped if it were positioned on top.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textEditSidePasteWindowLayout=0x0101035e;
/** Layout of the TextView item that will populate the suggestion popup 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".
*/
public static final int textEditSuggestionItemLayout=0x01010374;
/** 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.
*/
public static final int textFilterEnabled=0x010100ff;
/** Indicates that the content of a non-editable TextView can be selected.
Default value is false. EditText content is always 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.
*/
public static final int textIsSelectable=0x01010316;
/** 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.
*/
public static final int textOff=0x01010125;
/** 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.
*/
public static final int textOn=0x01010124;
/** 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.
*/
public static final int textScaleX=0x01010151;
/** Reference to a drawable that will be used to display a text selection
anchor for positioning the cursor within text.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textSelectHandle=0x010102c7;
/** Reference to a drawable that will be used to display a text selection
anchor on the left side of a selection region.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textSelectHandleLeft=0x010102c5;
/** Reference to a drawable that will be used to display a text selection
anchor on the right side of a selection region.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textSelectHandleRight=0x010102c6;
/** Reference to a style that will be used for the window containing a text
selection anchor.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textSelectHandleWindowStyle=0x010102c8;
/** Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp).
Supported values include the following:
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int textSize=0x01010095;
/** Default text typeface style.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | |
bold | 1 | |
italic | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int textSuggestionsWindowStyle=0x01010373;
/** 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".
*/
public static final int textViewStyle=0x01010084;
/** 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".
*/
public static final int theme=0x01010000;
/** Thickness of the ring. When defined, thicknessRatio is ignored.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int thickness=0x01010260;
/** Thickness of the ring expressed as a ratio of the ring's width. For instance,
if thicknessRatio=3, then the thickness equals the ring's width divided by 3.
This value is ignored if innerRadius is defined. Default value is 3.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int thicknessRatio=0x0101019c;
/** 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".
*/
public static final int thumb=0x01010142;
/** An offset for the thumb that allows it to extend out of the range of the track.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int thumbOffset=0x01010143;
/** Amount of padding on either side of text within the switch thumb.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int thumbTextPadding=0x01010372;
/** Reference to a the wallpaper's thumbnail bitmap.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int thumbnail=0x010102a5;
/** Defines the tile mode. When the tile mode is enabled, the bitmap is repeated.
Gravity is ignored when the tile mode is enabled. Default value is "disabled".
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. |
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.
*/
public static final int timeZone=0x010103cc;
/** 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.
*/
public static final int tint=0x01010121;
/** 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.
*/
public static final int title=0x010101e1;
/** 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.
*/
public static final int titleCondensed=0x010101e2;
/** Specifies a style to use for 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".
*/
public static final int titleTextStyle=0x010102f8;
/**
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.
*/
public static final int toAlpha=0x010101cb;
/**
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.
*/
public static final int toDegrees=0x010101b4;
/** The destination scene in this scene change.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int toScene=0x010103de;
/**
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.
*/
public static final int toXDelta=0x010101c7;
/**
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int toXScale=0x010101c3;
/**
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.
*/
public static final int toYDelta=0x010101c9;
/**
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int toYScale=0x010101c5;
/** Amount of top padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int top=0x010101ae;
/**
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".
*/
public static final int topBright=0x010100cb;
/**
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".
*/
public static final int topDark=0x010100c7;
/** Radius of the top left corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int topLeftRadius=0x010101a9;
/** Extra offset for the handle at the top of the SlidingDrawer.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int topOffset=0x01010258;
/** Radius of the top right corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int topRightRadius=0x010101aa;
/** Drawable to use as the "track" that the switch thumb slides within.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int track=0x0101036f;
/** 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. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int transformPivotX=0x01010320;
/** y location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotY property of the View.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int transformPivotY=0x01010321;
/** The id of a transition to be used in a particular scene change.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int transition=0x010103df;
/**
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
together | 0 | child transitions should be played together. |
sequential | 1 | child transitions should be played sequentially, in the same order as the xml. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int translationX=0x01010322;
/** translation in y of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int translationY=0x01010323;
/** Type of gradient. The default type is linear.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
linear | 0 | Linear gradient. |
radial | 1 | Radial, or circular, gradient. |
sweep | 2 | Sweep, or angled or diamond, gradient. |
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | |
sans | 1 | |
serif | 2 | |
monospace | 3 |
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | No extra UI options. This is the default. |
splitActionBarWhenNarrow | 1 | Split the options menu into a separate bar at the bottom of the screen when severely constrained for horizontal space. (e.g. portrait mode on a phone.) Instead of a small number of action buttons appearing in the action bar at the top of the screen, the action bar will split into the top navigation section and the bottom menu section. Menu items will not be split across the two bars; they will always appear together. |
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.
*/
public static final int uncertainGestureColor=0x01010276;
/** The color for the dates of an unfocused month.
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".
*/
public static final int unfocusedMonthDateColor=0x01010344;
/** 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.
*/
public static final int unselectedAlpha=0x0101020e;
/** Update period in milliseconds, or 0 if the AppWidget will update itself.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int updatePeriodMillis=0x01010250;
/** When set to true, tells GridLayout to use default margins when none are specified
in a view's layout parameters.
The default value is false.
See {@link android.widget.GridLayout#setUseDefaultMargins(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.
*/
public static final int useDefaultMargins=0x01010379;
/** Use the drawable's intrinsic width and height as minimum size values.
Useful if the target drawable is a 9-patch or otherwise should not be scaled
down beyond a minimum size.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int useIntrinsicSizeAsMinimum=0x01010310;
/**
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int useLevel=0x0101019f;
/**
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int userVisible=0x01010291;
/** Concrete value to assign to this piece of named meta-data.
The data can later be retrieved from the meta data Bundle
through {@link android.os.Bundle#getString Bundle.getString},
{@link android.os.Bundle#getInt Bundle.getInt},
{@link android.os.Bundle#getBoolean Bundle.getBoolean},
or {@link android.os.Bundle#getFloat 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.
*/
public static final int value=0x01010024;
/** Value the animation starts from.
May be an integer value, such as "100".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int valueFrom=0x010102de;
/** Value the animation animates to.
May be an integer value, such as "100".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int valueTo=0x010102df;
/** The type of valueFrom and valueTo.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
floatType | 0 | valueFrom and valueTo are floats. This is the default value is valueType is unspecified. Note that if either valueFrom or valueTo represent colors (beginning with "#"), then this attribute is ignored and the color values are interpreted as integers. |
intType | 1 | valueFrom and valueTo are integers. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int variablePadding=0x01010195;
/** The vendor name if this print service is vendor specific.
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.
*/
public static final int vendor=0x010103e7;
/** Internal version code. This is the number used to determine whether
one version is more recent than another: it has no other meaning than
that higher numbers are more recent. You could use this number to
encode a "x.y" in the lower and upper 16 bits, make it a build
number, simply increase it by one each time a new version is
released, or define it however else you want, as long as each
successive version has a higher number. This is not a version
number generally shown to the user, that is usually supplied
with {@link android.R.attr#versionName}.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int versionCode=0x0101021b;
/** The text shown to the user to indicate the version they have. This
is used for no other purpose than display to the user; the actual
significant version number is given by {@link android.R.attr#versionCode}.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int versionName=0x0101021c;
/** Amount to offset the touch Y coordinate by, for bias correction.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int verticalCorrection=0x0101023a;
/** 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".
*/
public static final int verticalDivider=0x0101012e;
/** Default vertical gap between rows of keys.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int verticalGap=0x01010240;
/** Determines which side the vertical scroll bar should be placed on.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
defaultPosition | 0 | Place the scroll bar wherever the system default determines. |
left | 1 | Place the scroll bar on the left. |
right | 2 | Place the scroll bar on the right. |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int verticalSpacing=0x01010115;
/** 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. |
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int visible=0x01010194;
/** Flag indicating whether the application requests the VM to operate in
the safe mode.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int vmSafeMode=0x010102b8;
/** If provided, this specifies the spoken language to be expected, and that it will be
different than the one set in the {@link java.util.Locale#getDefault()}.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int voiceLanguage=0x01010255;
/** If provided, this specifies the language model that should be used by the
voice recognition system. See
{@link android.speech.RecognizerIntent#EXTRA_LANGUAGE_MODEL } for more information.
If not provided, the default value
{@link android.speech.RecognizerIntent#LANGUAGE_MODEL_FREE_FORM } will be used.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int voiceLanguageModel=0x01010253;
/** If provided, enforces the maximum number of results to return, including the "best"
result which will always be provided as the SEARCH intent's primary query. Must be one
or greater. If not provided, the recognizer will choose how many results to return.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int voiceMaxResults=0x01010256;
/** If provided, this specifies a prompt that will be displayed during voice input.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int voicePromptText=0x01010254;
/** Voice search features are controlled by mode bits in this field. Omitting
this field, or setting to zero, provides default behavior.
If showVoiceSearchButton is set, then launchWebSearch or launchRecognizer must
also be set. Optional attribute.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
showVoiceSearchButton | 0x01 | If set, display a voice search button. This only takes effect if voice search is available on the device. |
launchWebSearch | 0x02 | If set, the voice search button will take the user directly to a built-in voice web search activity. Most applications will not use this flag, as it will take the user away from the activity in which search was invoked. |
launchRecognizer | 0x04 | If set, the voice search button will take the user directly to a built-in voice recording activity. This activity will prompt the user to speak, transcribe the spoken text, and forward the resulting query text to the searchable activity, just as if the user had typed it into the search UI and clicked the search button. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperCloseEnterAnimation=0x01010295;
/** When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the old wallpaper activity (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperCloseExitAnimation=0x01010296;
/** When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the previous activity
(which is entering the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperIntraCloseEnterAnimation=0x01010299;
/** When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperIntraCloseExitAnimation=0x0101029a;
/** When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the new activity
(which is entering the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperIntraOpenEnterAnimation=0x01010297;
/** When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperIntraOpenExitAnimation=0x01010298;
/** When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the new wallpaper activity (which is entering the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperOpenEnterAnimation=0x01010293;
/** When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the current activity (which is exiting the screen).
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int wallpaperOpenExitAnimation=0x01010294;
/** Default WebTextView style.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int webTextViewStyle=0x010102b9;
/** 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".
*/
public static final int webViewStyle=0x01010085;
/** The text appearance for the week day abbreviation of the calendar header.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int weekDayTextAppearance=0x01010348;
/** The color for the week numbers.
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".
*/
public static final int weekNumberColor=0x01010345;
/** The color for the separator line between weeks.
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".
*/
public static final int weekSeparatorLineColor=0x01010346;
/** 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.
*/
public static final int weightSum=0x01010128;
/** Optional parameter which indicates where this widget can be shown,
ie. home screen, keyguard or both.
resized. Supports combined values using | operator.
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 or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
home_screen | 0x1 | |
keyguard | 0x2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int widgetLayout=0x010101eb;
/** Makes the TextView be exactly this many pixels wide.
You could get the same effect by specifying this number in the
layout parameters.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int width=0x01010159;
/** Flag indicating whether this window should have an Action Bar
in place of the usual title bar.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowActionBar=0x010102cd;
/** Flag indicating whether this window's Action Bar should overlay
application content. Does nothing if the window would not
have an Action Bar.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowActionBarOverlay=0x010102e4;
/** Flag indicating whether action modes should overlay window content
when there is not reserved space for their UI (such as an Action Bar).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowActionModeOverlay=0x010102dd;
/** Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
{@link android.R.styleable#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".
*/
public static final int windowAnimationStyle=0x010100ae;
/** Drawable to use as the overall window background. As of
{@link android.os.Build.VERSION_CODES#HONEYCOMB}, this may
be a selector that uses state_accelerated to pick a non-solid
color when running on devices that can draw such a bitmap
with complex compositing on top at 60fps.
There are a few special considerations to use when setting 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".
*/
public static final int windowBackground=0x01010054;
/** Control whether a container should automatically close itself if
the user touches outside of it. This only applies to activities
and dialogs.
Note: this attribute will only be respected for applications that are targeting {@link android.os.Build.VERSION_CODES#HONEYCOMB} or later.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowCloseOnTouchOutside=0x0101035b;
/** 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".
*/
public static final int windowContentOverlay=0x01010059;
/** Flag allowing you to disable the preview animation for a window.
The default value is false; if set to true, the system can never
use the window's theme to show a preview of it before your
actual instance is shown to the user.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowDisablePreview=0x01010222;
/** Flag indicating that this window should allow touches to be split
across other windows that also support split touch.
The default value is true for applications with a targetSdkVersion
of Honeycomb or newer; false otherwise.
When this flag is false, the first pointer that goes down determines
the window to which all subsequent touches go until all pointers go up.
When this flag is true, each pointer (not necessarily the first) that
goes down determines the window to which all subsequent touches of that
pointer will go until that pointers go up thereby enabling touches
with multiple pointers to be split across multiple windows.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowEnableSplitTouch=0x01010317;
/** 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".
*/
public static final int windowEnterAnimation=0x010100b4;
/** 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".
*/
public static final int windowExitAnimation=0x010100b5;
/** 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".
*/
public static final int windowFrame=0x01010055;
/** Flag indicating whether this window should fill the entire screen. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowFullscreen=0x0101020d;
/** 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".
*/
public static final int windowHideAnimation=0x010100b7;
/** 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.
*/
public static final int windowIsFloating=0x01010057;
/** 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.
*/
public static final int windowIsTranslucent=0x01010058;
/** The minimum width the window is allowed to be, along the major
axis of the screen. That is, when in landscape. Can be either
an absolute dimension or a fraction of the screen size in that
dimension.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowMinWidthMajor=0x01010356;
/** The minimum width the window is allowed to be, along the minor
axis of the screen. That is, when in portrait. Can be either
an absolute dimension or a fraction of the screen size in that
dimension.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowMinWidthMinor=0x01010357;
/** Flag indicating that this window should not be displayed at all.
The default value is false; if set to true, and this window is
the main window of an Activity, then it will never actually
be added to the window manager. This means that your activity
must immediately quit without waiting for user interaction,
because there will be no such interaction coming.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowNoDisplay=0x0101021e;
/** 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.
*/
public static final int windowNoTitle=0x01010056;
/** Flag indicating whether this window should extend into overscan region. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_LAYOUT_IN_OVERSCAN}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowOverscan=0x010103cf;
/** 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".
*/
public static final int windowShowAnimation=0x010100b6;
/** Flag indicating that this window's background should be the
user's current wallpaper. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_SHOW_WALLPAPER}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowShowWallpaper=0x01010292;
/** Defines the default soft input state that this window would
like when it is displayed. Corresponds
to {@link android.view.WindowManager.LayoutParams#softInputMode}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
stateUnspecified | 0 | Not specified, use what the system thinks is best. This is the default. |
stateUnchanged | 1 | Leave the soft input window as-is, in whatever state it last was. |
stateHidden | 2 | Make the soft input area hidden when normally appropriate (when the user is navigating forward to your window). |
stateAlwaysHidden | 3 | Always make the soft input area hidden when this window has input focus. |
stateVisible | 4 | Make the soft input area visible when normally appropriate (when the user is navigating forward to your window). |
stateAlwaysVisible | 5 | Always make the soft input area visible when this window has input focus. |
adjustUnspecified | 0x00 | The window resize/pan adjustment has not been specified, the system will automatically select between resize and pan modes, depending on whether the content of the window has any layout views that can scroll their contents. If there is such a view, then the window will be resized, with the assumption being that the resizeable area can be reduced to make room for the input UI. |
adjustResize | 0x10 | Always resize the window: the content area of the window is reduced to make room for the soft input area. |
adjustPan | 0x20 | Don't resize the window to make room for the soft input area; instead pan the contents of the window as focus moves inside of it so that the user can see what they are typing. This is generally less desireable than panning because the user may need to close the input area to get at and interact with parts of the window. |
adjustNothing | 0x30 | Don't resize or pan the window to make room for the soft input area; the window is never adjusted for it. |
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int windowTitleBackgroundStyle=0x0101005c;
/** The style resource to use for a window's title bar height.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowTitleSize=0x0101005a;
/** 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".
*/
public static final int windowTitleStyle=0x0101005b;
/** Flag indicating whether this window requests a translucent navigation bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_NAVIGATION}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowTranslucentNavigation=0x010103f0;
/** Flag indicating whether this window requests a translucent status bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_STATUS}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int windowTranslucentStatus=0x010103ef;
/** A specific {@link android.R.attr#permission} name for write
access to a {@link android.content.ContentProvider}. See the
Security and Permissions
document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int writePermission=0x01010008;
/** A coordinate in the X dimension.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int x=0x010100ac;
/** Indicates whether the application supports extra large screen form-factors.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int xlargeScreens=0x010102bf;
/** A coordinate in the Y dimension.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int y=0x010100ad;
/** 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".
*/
public static final int yesNoPreferenceStyle=0x01010090;
/** 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. |
You can count on this being a dark background with light text on top, but should try to make no other assumptions about its appearance. In particular, the text inside of widgets using this theme may be completely different, with the widget container being a light color and the text on top of it a dark color.
If you're developing for API level 11 and higher, you should instead use {@link #Theme_Holo} or {@link #Theme_DeviceDefault}.
*/ public static final int Theme=0x01030005; /** Variant on {@link #Theme} that ensures the background is completely black. This is useful for things like image viewers and media players. If you want the normal (dark background) theme do not use this, use {@link #Theme}. */ public static final int Theme_Black=0x01030008; /** Variant of {@link #Theme_Black} with no title bar */ public static final int Theme_Black_NoTitleBar=0x01030009; /** Variant of {@link #Theme_Black} that has no title bar and no status bar. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_Black_NoTitleBar_Fullscreen=0x0103000a; /** The default theme for apps that target API level 14 and higher.The DeviceDefault themes are aliases for a specific device’s native look and feel. The DeviceDefault theme family and widget style family offer ways for you to target your app to a device’s native theme with all device customizations intact.
For example, when you set your app's {@code targetSdkVersion} to 14 or higher, this theme is applied to your application by default. As such, your app might appear with the {@link #Theme_Holo Holo} styles on one device, but with a different set of styles on another device. This is great if you want your app to fit with the device's native look and feel. If, however, you prefer to keep your UI style the same across all devices, you should apply a specific theme such as {@link #Theme_Holo Holo} or one of your own design. For more information, read Holo Everywhere.
Styles used by the DeviceDefault theme are named using the convention Type.DeviceDefault.Etc (for example, {@code Widget.DeviceDefault.Button} and {@code TextAppearance.DeviceDefault.Widget.PopupMenu.Large}).
*/ public static final int Theme_DeviceDefault=0x01030128; /** DeviceDefault theme for dialog windows and activities. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. */ public static final int Theme_DeviceDefault_Dialog=0x0103012e; /** Variant of {@link #Theme_DeviceDefault_Dialog} that has a nice minimum width for a regular dialog. */ public static final int Theme_DeviceDefault_Dialog_MinWidth=0x0103012f; /** Variant of {@link #Theme_DeviceDefault_Dialog} without an action bar */ public static final int Theme_DeviceDefault_Dialog_NoActionBar=0x01030130; /** Variant of {@link #Theme_DeviceDefault_Dialog_NoActionBar} that has a nice minimum width for a regular dialog. */ public static final int Theme_DeviceDefault_Dialog_NoActionBar_MinWidth=0x01030131; /** DeviceDefault theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_DeviceDefault_DialogWhenLarge=0x01030136; /** DeviceDefault theme for a window without an action bar that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_DeviceDefault_DialogWhenLarge_NoActionBar=0x01030137; /** DeviceDefault style for input methods, which is used by the {@link android.inputmethodservice.InputMethodService} class. */ public static final int Theme_DeviceDefault_InputMethod=0x0103013e; /** Variant of {@link #Theme_DeviceDefault} with a light-colored style */ public static final int Theme_DeviceDefault_Light=0x0103012b; /** Variant of the DeviceDefault (light) theme that has a solid (opaque) action bar with an inverse color profile. */ public static final int Theme_DeviceDefault_Light_DarkActionBar=0x0103013f; /** DeviceDefault light theme for dialog windows and activities. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. */ public static final int Theme_DeviceDefault_Light_Dialog=0x01030132; /** Variant of {@link #Theme_DeviceDefault_Light_Dialog} that has a nice minimum width for a regular dialog. */ public static final int Theme_DeviceDefault_Light_Dialog_MinWidth=0x01030133; /** Variant of {@link #Theme_DeviceDefault_Light_Dialog} without an action bar */ public static final int Theme_DeviceDefault_Light_Dialog_NoActionBar=0x01030134; /** Variant of {@link #Theme_DeviceDefault_Light_Dialog_NoActionBar} that has a nice minimum width for a regular dialog. */ public static final int Theme_DeviceDefault_Light_Dialog_NoActionBar_MinWidth=0x01030135; /** DeviceDefault light theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_DeviceDefault_Light_DialogWhenLarge=0x01030138; /** DeviceDefault light theme for a window without an action bar that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_DeviceDefault_Light_DialogWhenLarge_NoActionBar=0x01030139; /** Variant of {@link #Theme_DeviceDefault_Light} with no action bar */ public static final int Theme_DeviceDefault_Light_NoActionBar=0x0103012c; /** Variant of {@link #Theme_DeviceDefault_Light} with no action bar and no status bar. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_DeviceDefault_Light_NoActionBar_Fullscreen=0x0103012d; /** Variant of {@link #Theme_DeviceDefault_Light} with no action bar and no status bar and extending in to overscan region. This theme sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan} to true. */ public static final int Theme_DeviceDefault_Light_NoActionBar_Overscan=0x010301e0; /** Variant of {@link #Theme_DeviceDefault_Light} that has no title bar and translucent system decor. This theme sets {@link android.R.attr#windowTranslucentStatus} and {@link android.R.attr#windowTranslucentNavigation} to true. */ public static final int Theme_DeviceDefault_Light_NoActionBar_TranslucentDecor=0x010301e4; /** DeviceDefault light theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_DeviceDefault_Light_Panel=0x0103013b; /** Variant of {@link #Theme_DeviceDefault} with no action bar */ public static final int Theme_DeviceDefault_NoActionBar=0x01030129; /** Variant of {@link #Theme_DeviceDefault} with no action bar and no status bar. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_DeviceDefault_NoActionBar_Fullscreen=0x0103012a; /** Variant of {@link #Theme_DeviceDefault} with no action bar and no status bar and extending in to overscan region. This theme sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan} to true. */ public static final int Theme_DeviceDefault_NoActionBar_Overscan=0x010301df; /** Variant of {@link #Theme_DeviceDefault} that has no title bar and translucent system decor. This theme sets {@link android.R.attr#windowTranslucentStatus} and {@link android.R.attr#windowTranslucentNavigation} to true. */ public static final int Theme_DeviceDefault_NoActionBar_TranslucentDecor=0x010301e3; /** DeviceDefault theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_DeviceDefault_Panel=0x0103013a; /** DeviceDefault theme for windows that want to have the user's selected wallpaper appear behind them. */ public static final int Theme_DeviceDefault_Wallpaper=0x0103013c; /** DeviceDefault theme for windows that want to have the user's selected wallpaper appear behind them and without an action bar. */ public static final int Theme_DeviceDefault_Wallpaper_NoTitleBar=0x0103013d; /** Default theme for dialog windows and activities (on API level 10 and lower), which is used by the {@link android.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. */ public static final int Theme_Dialog=0x0103000b; /** Honeycomb holographic theme (dark version).This is the default system theme for apps that target API level 11 - 13. Starting with API level 14, the default system theme is supplied by {@link #Theme_DeviceDefault}, which might apply a different style on different devices. If you want to ensure that your app consistently uses the Holo theme at all times, you must explicitly declare it in your manifest. For example, {@code <application android:theme="@android:style/Theme.Holo">}. For more information, read Holo Everywhere.
The widgets in the holographic theme are translucent on their background, so applications must ensure that any background they use with this theme is itself dark; otherwise, it will be difficult to see the widgets. This UI style also includes a full action bar by default.
Styles used by the Holo theme are named using the convention Type.Holo.Etc (for example, {@code Widget.Holo.Button} and {@code TextAppearance.Holo.Widget.PopupMenu.Large}). Specific resources used by Holo are named using the convention @type/foo_bar_baz_holo with trailing _dark or _light specifiers if they are not shared between both light and dark versions of the theme. */ public static final int Theme_Holo=0x0103006b; /** Holo theme for dialog windows and activities, which is used by the {@link android.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. This is the default Dialog theme for applications targeting Honeycomb or newer. */ public static final int Theme_Holo_Dialog=0x0103006f; /** Variant of Theme.Holo.Dialog that has a nice minimum width for a regular dialog. */ public static final int Theme_Holo_Dialog_MinWidth=0x01030070; /** Variant of Theme.Holo.Dialog that does not include a title bar. */ public static final int Theme_Holo_Dialog_NoActionBar=0x01030071; /** Variant of Theme.Holo.Dialog.NoActionBar that has a nice minimum width for a regular dialog. */ public static final int Theme_Holo_Dialog_NoActionBar_MinWidth=0x01030072; /** Theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_Holo_DialogWhenLarge=0x01030077; /** Theme for a window without a title bar that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_Holo_DialogWhenLarge_NoActionBar=0x01030078; /** Default theme for holo style input methods, which is used by the {@link android.inputmethodservice.InputMethodService} class. this inherits from Theme.Panel, but sets up IME appropriate animations and a few custom attributes. */ public static final int Theme_Holo_InputMethod=0x0103007f; /** Honeycomb holographic theme (light version). The widgets in the holographic theme are translucent on their brackground, so applications must ensure that any background they use with this theme is itself light; otherwise, it will be difficult to see the widgets. This UI style also includes a full action bar by default. */ public static final int Theme_Holo_Light=0x0103006e; /** Variant of the holographic (light) theme that has a solid (opaque) action bar with an inverse color profile. The dark action bar sharply stands out against the light content. */ public static final int Theme_Holo_Light_DarkActionBar=0x01030119; /** Light holo dialog themes Holo light theme for dialog windows and activities, which is used by the {@link android.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. This is the default Dialog theme for applications targeting Honeycomb or newer. */ public static final int Theme_Holo_Light_Dialog=0x01030073; /** Variant of Theme.Holo.Light.Dialog that has a nice minimum width for a regular dialog. */ public static final int Theme_Holo_Light_Dialog_MinWidth=0x01030074; /** Variant of Theme.Holo.Light.Dialog that does not include a title bar. */ public static final int Theme_Holo_Light_Dialog_NoActionBar=0x01030075; /** Variant of Theme.Holo.Light.Dialog.NoActionBar that has a nice minimum width for a regular dialog. */ public static final int Theme_Holo_Light_Dialog_NoActionBar_MinWidth=0x01030076; /** Theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_Holo_Light_DialogWhenLarge=0x01030079; /** Theme for a window without an action bar that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_Holo_Light_DialogWhenLarge_NoActionBar=0x0103007a; /** Variant of the holographic (light) theme with no action bar. */ public static final int Theme_Holo_Light_NoActionBar=0x010300f0; /** Variant of the holographic (light) theme that has no title bar and fills the entire screen. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_Holo_Light_NoActionBar_Fullscreen=0x010300f1; /** Variant of the holographic (light) theme that has no title bar and fills the entire screen and extends into the display overscan region. This theme sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan} to true. */ public static final int Theme_Holo_Light_NoActionBar_Overscan=0x010301de; /** Variant of the holographic (light) theme that has no title bar and translucent system decor. This theme sets {@link android.R.attr#windowTranslucentStatus} and {@link android.R.attr#windowTranslucentNavigation} to true. */ public static final int Theme_Holo_Light_NoActionBar_TranslucentDecor=0x010301e2; /** Default holo light theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_Holo_Light_Panel=0x0103007c; /** Variant of the holographic (dark) theme with no action bar. */ public static final int Theme_Holo_NoActionBar=0x0103006c; /** Variant of the holographic (dark) theme that has no title bar and fills the entire screen. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_Holo_NoActionBar_Fullscreen=0x0103006d; /** Variant of the holographic (dark) theme that has no title bar and fills the entire screen and extends into the display overscan region. This theme sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan} to true. */ public static final int Theme_Holo_NoActionBar_Overscan=0x010301dd; /** Variant of the holographic (dark) theme that has no title bar and translucent system decor. This theme sets {@link android.R.attr#windowTranslucentStatus} and {@link android.R.attr#windowTranslucentNavigation} to true. */ public static final int Theme_Holo_NoActionBar_TranslucentDecor=0x010301e1; /** Default holo dark theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_Holo_Panel=0x0103007b; /** Default holographic (dark) for windows that want to have the user's selected wallpaper appear behind them. */ public static final int Theme_Holo_Wallpaper=0x0103007d; /** Default holographic (dark) for windows that want to have the user's selected wallpaper appear behind them and without an action bar. */ public static final int Theme_Holo_Wallpaper_NoTitleBar=0x0103007e; /** Default theme for input methods (on API level 10 and lower), which is used by the {@link android.inputmethodservice.InputMethodService} class. this inherits from Theme.Panel, but sets up IME appropriate animations and a few custom attributes. */ public static final int Theme_InputMethod=0x01030054; /** Theme for a light background with dark text on top. Set your activity to this theme if you would like such an appearance. As with the default theme, you should try to assume little more than that the background will be a light color.
This is designed for API level 10 and lower.
*/ public static final int Theme_Light=0x0103000c; /** Variant of {@link #Theme_Light} with no title bar */ public static final int Theme_Light_NoTitleBar=0x0103000d; /** Variant of {@link #Theme_Light} that has no title bar and no status bar. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_Light_NoTitleBar_Fullscreen=0x0103000e; /** Default light theme for panel windows (on API level 10 and lower). This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_Light_Panel=0x0103005a; /** Theme for a wallpaper's setting activity, which is designed to be a transparent background with a light shade, so the previous Activity is visible in the background. */ public static final int Theme_Light_WallpaperSettings=0x01030062; /** Default theme for activities that don't actually display a UI; that is, they finish themselves before being resumed. */ public static final int Theme_NoDisplay=0x01030055; /** Variant of {@link #Theme} with no title bar */ public static final int Theme_NoTitleBar=0x01030006; /** Variant of {@link #Theme} that has no title bar and no status bar. This theme sets {@link android.R.attr#windowFullscreen} to true. */ public static final int Theme_NoTitleBar_Fullscreen=0x01030007; /** No title bar, but Action Mode bars will overlay application content instead of pushing it down to make room. */ public static final int Theme_NoTitleBar_OverlayActionModes=0x0103006a; /** Default dark theme for panel windows (on API level 10 and lower). This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window. */ public static final int Theme_Panel=0x01030059; /** Theme for translucent activities (on API level 10 and lower). That is, windows that allow you to see through them to the windows behind. This sets up the translucent flag and appropriate animations for your windows. */ public static final int Theme_Translucent=0x0103000f; /** Variant of {@link #Theme_Translucent} with no title bar */ public static final int Theme_Translucent_NoTitleBar=0x01030010; /** Variant of {@link #Theme_Translucent} that has no title bar and no status bar */ public static final int Theme_Translucent_NoTitleBar_Fullscreen=0x01030011; /** Theme for windows that want to have the user's selected wallpaper appear behind them (for API level 10 and lower). */ public static final int Theme_Wallpaper=0x0103005e; /** Variant of {@link #Theme_Wallpaper} that has no title bar */ public static final int Theme_Wallpaper_NoTitleBar=0x0103005f; /** Variant of {@link #Theme_Wallpaper} that has no title bar or status bar. */ public static final int Theme_Wallpaper_NoTitleBar_Fullscreen=0x01030060; /** Theme for a wallpaper's setting activity, which is designed to be a transparent background with a dark shade, so the previous Activity is visible in the background. */ public static final int Theme_WallpaperSettings=0x01030061; /** Default theme with an Action Bar. */ public static final int Theme_WithActionBar=0x01030069; /** Widget Styles */ public static final int Widget=0x01030012; public static final int Widget_AbsListView=0x01030013; public static final int Widget_ActionBar=0x01030082; public static final int Widget_ActionBar_TabBar=0x010300f4; public static final int Widget_ActionBar_TabText=0x010300f3; public static final int Widget_ActionBar_TabView=0x010300f2; public static final int Widget_ActionButton=0x01030084; public static final int Widget_ActionButton_CloseMode=0x01030088; public static final int Widget_ActionButton_Overflow=0x01030087; public static final int Widget_AutoCompleteTextView=0x01030027; public static final int Widget_Button=0x01030014; public static final int Widget_Button_Inset=0x01030015; public static final int Widget_Button_Small=0x01030016; public static final int Widget_Button_Toggle=0x01030017; public static final int Widget_CalendarView=0x010300eb; public static final int Widget_CompoundButton=0x01030018; public static final int Widget_CompoundButton_CheckBox=0x01030019; public static final int Widget_CompoundButton_RadioButton=0x0103001a; public static final int Widget_CompoundButton_Star=0x0103001b; public static final int Widget_DatePicker=0x010300ee; /** Widget Styles */ public static final int Widget_DeviceDefault=0x01030140; public static final int Widget_DeviceDefault_ActionBar=0x0103016b; public static final int Widget_DeviceDefault_ActionBar_Solid=0x01030173; public static final int Widget_DeviceDefault_ActionBar_TabBar=0x01030172; public static final int Widget_DeviceDefault_ActionBar_TabText=0x01030171; public static final int Widget_DeviceDefault_ActionBar_TabView=0x01030170; public static final int Widget_DeviceDefault_ActionButton=0x01030166; public static final int Widget_DeviceDefault_ActionButton_CloseMode=0x0103016a; public static final int Widget_DeviceDefault_ActionButton_Overflow=0x01030167; public static final int Widget_DeviceDefault_ActionButton_TextButton=0x01030168; public static final int Widget_DeviceDefault_ActionMode=0x01030169; public static final int Widget_DeviceDefault_AutoCompleteTextView=0x01030147; public static final int Widget_DeviceDefault_Button=0x01030141; public static final int Widget_DeviceDefault_Button_Borderless=0x0103016c; public static final int Widget_DeviceDefault_Button_Borderless_Small=0x01030145; public static final int Widget_DeviceDefault_Button_Inset=0x01030143; public static final int Widget_DeviceDefault_Button_Small=0x01030142; public static final int Widget_DeviceDefault_Button_Toggle=0x01030144; public static final int Widget_DeviceDefault_CalendarView=0x0103016e; public static final int Widget_DeviceDefault_CheckedTextView=0x010301db; public static final int Widget_DeviceDefault_CompoundButton_CheckBox=0x01030148; public static final int Widget_DeviceDefault_CompoundButton_RadioButton=0x01030159; public static final int Widget_DeviceDefault_CompoundButton_Star=0x0103015d; public static final int Widget_DeviceDefault_DatePicker=0x0103016f; public static final int Widget_DeviceDefault_DropDownItem=0x01030161; public static final int Widget_DeviceDefault_DropDownItem_Spinner=0x01030162; public static final int Widget_DeviceDefault_EditText=0x0103014a; public static final int Widget_DeviceDefault_ExpandableListView=0x0103014b; public static final int Widget_DeviceDefault_GridView=0x0103014c; public static final int Widget_DeviceDefault_HorizontalScrollView=0x0103015b; public static final int Widget_DeviceDefault_ImageButton=0x0103014d; public static final int Widget_DeviceDefault_Light=0x01030174; public static final int Widget_DeviceDefault_Light_ActionBar=0x010301a3; public static final int Widget_DeviceDefault_Light_ActionBar_Solid=0x010301a7; public static final int Widget_DeviceDefault_Light_ActionBar_Solid_Inverse=0x010301a8; public static final int Widget_DeviceDefault_Light_ActionBar_TabBar=0x010301a6; public static final int Widget_DeviceDefault_Light_ActionBar_TabBar_Inverse=0x010301a9; public static final int Widget_DeviceDefault_Light_ActionBar_TabText=0x010301a5; public static final int Widget_DeviceDefault_Light_ActionBar_TabText_Inverse=0x010301ab; public static final int Widget_DeviceDefault_Light_ActionBar_TabView=0x010301a4; public static final int Widget_DeviceDefault_Light_ActionBar_TabView_Inverse=0x010301aa; public static final int Widget_DeviceDefault_Light_ActionButton=0x0103019f; public static final int Widget_DeviceDefault_Light_ActionButton_CloseMode=0x010301a2; public static final int Widget_DeviceDefault_Light_ActionButton_Overflow=0x010301a0; public static final int Widget_DeviceDefault_Light_ActionMode=0x010301a1; public static final int Widget_DeviceDefault_Light_ActionMode_Inverse=0x010301ac; public static final int Widget_DeviceDefault_Light_AutoCompleteTextView=0x0103017b; public static final int Widget_DeviceDefault_Light_Button=0x01030175; public static final int Widget_DeviceDefault_Light_Button_Borderless_Small=0x01030179; public static final int Widget_DeviceDefault_Light_Button_Inset=0x01030177; public static final int Widget_DeviceDefault_Light_Button_Small=0x01030176; public static final int Widget_DeviceDefault_Light_Button_Toggle=0x01030178; public static final int Widget_DeviceDefault_Light_CalendarView=0x0103019e; public static final int Widget_DeviceDefault_Light_CheckedTextView=0x010301dc; public static final int Widget_DeviceDefault_Light_CompoundButton_CheckBox=0x0103017c; public static final int Widget_DeviceDefault_Light_CompoundButton_RadioButton=0x01030190; public static final int Widget_DeviceDefault_Light_CompoundButton_Star=0x01030194; public static final int Widget_DeviceDefault_Light_DropDownItem=0x01030198; public static final int Widget_DeviceDefault_Light_DropDownItem_Spinner=0x01030199; public static final int Widget_DeviceDefault_Light_EditText=0x0103017e; public static final int Widget_DeviceDefault_Light_ExpandableListView=0x0103017f; public static final int Widget_DeviceDefault_Light_GridView=0x01030180; public static final int Widget_DeviceDefault_Light_HorizontalScrollView=0x01030192; public static final int Widget_DeviceDefault_Light_ImageButton=0x01030181; public static final int Widget_DeviceDefault_Light_ListPopupWindow=0x0103019b; public static final int Widget_DeviceDefault_Light_ListView=0x01030182; public static final int Widget_DeviceDefault_Light_ListView_DropDown=0x0103017d; public static final int Widget_DeviceDefault_Light_MediaRouteButton=0x010301d8; public static final int Widget_DeviceDefault_Light_PopupMenu=0x0103019c; public static final int Widget_DeviceDefault_Light_PopupWindow=0x01030183; public static final int Widget_DeviceDefault_Light_ProgressBar=0x01030184; public static final int Widget_DeviceDefault_Light_ProgressBar_Horizontal=0x01030185; public static final int Widget_DeviceDefault_Light_ProgressBar_Inverse=0x01030189; public static final int Widget_DeviceDefault_Light_ProgressBar_Large=0x01030188; public static final int Widget_DeviceDefault_Light_ProgressBar_Large_Inverse=0x0103018b; public static final int Widget_DeviceDefault_Light_ProgressBar_Small=0x01030186; public static final int Widget_DeviceDefault_Light_ProgressBar_Small_Inverse=0x0103018a; public static final int Widget_DeviceDefault_Light_ProgressBar_Small_Title=0x01030187; public static final int Widget_DeviceDefault_Light_RatingBar=0x0103018d; public static final int Widget_DeviceDefault_Light_RatingBar_Indicator=0x0103018e; public static final int Widget_DeviceDefault_Light_RatingBar_Small=0x0103018f; public static final int Widget_DeviceDefault_Light_ScrollView=0x01030191; public static final int Widget_DeviceDefault_Light_SeekBar=0x0103018c; public static final int Widget_DeviceDefault_Light_Spinner=0x01030193; public static final int Widget_DeviceDefault_Light_Tab=0x0103019d; public static final int Widget_DeviceDefault_Light_TabWidget=0x01030195; public static final int Widget_DeviceDefault_Light_TextView=0x0103017a; public static final int Widget_DeviceDefault_Light_TextView_SpinnerItem=0x0103019a; public static final int Widget_DeviceDefault_Light_WebTextView=0x01030196; public static final int Widget_DeviceDefault_Light_WebView=0x01030197; public static final int Widget_DeviceDefault_ListPopupWindow=0x01030164; public static final int Widget_DeviceDefault_ListView=0x0103014e; public static final int Widget_DeviceDefault_ListView_DropDown=0x01030149; public static final int Widget_DeviceDefault_MediaRouteButton=0x010301d7; public static final int Widget_DeviceDefault_PopupMenu=0x01030165; public static final int Widget_DeviceDefault_PopupWindow=0x0103014f; public static final int Widget_DeviceDefault_ProgressBar=0x01030150; public static final int Widget_DeviceDefault_ProgressBar_Horizontal=0x01030151; public static final int Widget_DeviceDefault_ProgressBar_Large=0x01030154; public static final int Widget_DeviceDefault_ProgressBar_Small=0x01030152; public static final int Widget_DeviceDefault_ProgressBar_Small_Title=0x01030153; public static final int Widget_DeviceDefault_RatingBar=0x01030156; public static final int Widget_DeviceDefault_RatingBar_Indicator=0x01030157; public static final int Widget_DeviceDefault_RatingBar_Small=0x01030158; public static final int Widget_DeviceDefault_ScrollView=0x0103015a; public static final int Widget_DeviceDefault_SeekBar=0x01030155; public static final int Widget_DeviceDefault_Spinner=0x0103015c; public static final int Widget_DeviceDefault_Tab=0x0103016d; public static final int Widget_DeviceDefault_TabWidget=0x0103015e; public static final int Widget_DeviceDefault_TextView=0x01030146; public static final int Widget_DeviceDefault_TextView_SpinnerItem=0x01030163; public static final int Widget_DeviceDefault_WebTextView=0x0103015f; public static final int Widget_DeviceDefault_WebView=0x01030160; public static final int Widget_DropDownItem=0x0103002b; public static final int Widget_DropDownItem_Spinner=0x0103002c; public static final int Widget_EditText=0x01030023; public static final int Widget_ExpandableListView=0x01030024; /** Default style for {@link android.app.FragmentBreadCrumbs} view. */ public static final int Widget_FragmentBreadCrumbs=0x01030089; public static final int Widget_Gallery=0x01030035; public static final int Widget_GridView=0x01030032; /** Widget Styles */ public static final int Widget_Holo=0x0103008a; public static final int Widget_Holo_ActionBar=0x010300b4; public static final int Widget_Holo_ActionBar_Solid=0x01030121; public static final int Widget_Holo_ActionBar_TabBar=0x010300f7; public static final int Widget_Holo_ActionBar_TabText=0x010300f6; public static final int Widget_Holo_ActionBar_TabView=0x010300f5; public static final int Widget_Holo_ActionButton=0x010300af; public static final int Widget_Holo_ActionButton_CloseMode=0x010300b3; public static final int Widget_Holo_ActionButton_Overflow=0x010300b0; public static final int Widget_Holo_ActionButton_TextButton=0x010300b1; public static final int Widget_Holo_ActionMode=0x010300b2; public static final int Widget_Holo_AutoCompleteTextView=0x01030090; public static final int Widget_Holo_Button=0x0103008b; public static final int Widget_Holo_Button_Borderless=0x010300e2; public static final int Widget_Holo_Button_Borderless_Small=0x0103011a; public static final int Widget_Holo_Button_Inset=0x0103008d; public static final int Widget_Holo_Button_Small=0x0103008c; public static final int Widget_Holo_Button_Toggle=0x0103008e; public static final int Widget_Holo_CalendarView=0x010300ec; public static final int Widget_Holo_CheckedTextView=0x010301d9; public static final int Widget_Holo_CompoundButton_CheckBox=0x01030091; public static final int Widget_Holo_CompoundButton_RadioButton=0x010300a2; public static final int Widget_Holo_CompoundButton_Star=0x010300a6; public static final int Widget_Holo_DatePicker=0x010300ef; public static final int Widget_Holo_DropDownItem=0x010300aa; public static final int Widget_Holo_DropDownItem_Spinner=0x010300ab; public static final int Widget_Holo_EditText=0x01030093; public static final int Widget_Holo_ExpandableListView=0x01030094; public static final int Widget_Holo_GridView=0x01030095; public static final int Widget_Holo_HorizontalScrollView=0x010300a4; public static final int Widget_Holo_ImageButton=0x01030096; /** Light widget styles */ public static final int Widget_Holo_Light=0x010300b5; public static final int Widget_Holo_Light_ActionBar=0x010300e1; public static final int Widget_Holo_Light_ActionBar_Solid=0x01030122; public static final int Widget_Holo_Light_ActionBar_Solid_Inverse=0x01030123; public static final int Widget_Holo_Light_ActionBar_TabBar=0x010300fa; public static final int Widget_Holo_Light_ActionBar_TabBar_Inverse=0x01030124; public static final int Widget_Holo_Light_ActionBar_TabText=0x010300f9; public static final int Widget_Holo_Light_ActionBar_TabText_Inverse=0x01030126; public static final int Widget_Holo_Light_ActionBar_TabView=0x010300f8; public static final int Widget_Holo_Light_ActionBar_TabView_Inverse=0x01030125; public static final int Widget_Holo_Light_ActionButton=0x010300dd; public static final int Widget_Holo_Light_ActionButton_CloseMode=0x010300e0; public static final int Widget_Holo_Light_ActionButton_Overflow=0x010300de; public static final int Widget_Holo_Light_ActionMode=0x010300df; public static final int Widget_Holo_Light_ActionMode_Inverse=0x01030127; public static final int Widget_Holo_Light_AutoCompleteTextView=0x010300bb; public static final int Widget_Holo_Light_Button=0x010300b6; public static final int Widget_Holo_Light_Button_Borderless_Small=0x0103011b; public static final int Widget_Holo_Light_Button_Inset=0x010300b8; public static final int Widget_Holo_Light_Button_Small=0x010300b7; public static final int Widget_Holo_Light_Button_Toggle=0x010300b9; public static final int Widget_Holo_Light_CalendarView=0x010300ed; public static final int Widget_Holo_Light_CheckedTextView=0x010301da; public static final int Widget_Holo_Light_CompoundButton_CheckBox=0x010300bc; public static final int Widget_Holo_Light_CompoundButton_RadioButton=0x010300d0; public static final int Widget_Holo_Light_CompoundButton_Star=0x010300d4; public static final int Widget_Holo_Light_DropDownItem=0x010300d8; public static final int Widget_Holo_Light_DropDownItem_Spinner=0x010300d9; public static final int Widget_Holo_Light_EditText=0x010300be; public static final int Widget_Holo_Light_ExpandableListView=0x010300bf; public static final int Widget_Holo_Light_GridView=0x010300c0; public static final int Widget_Holo_Light_HorizontalScrollView=0x010300d2; public static final int Widget_Holo_Light_ImageButton=0x010300c1; public static final int Widget_Holo_Light_ListPopupWindow=0x010300db; public static final int Widget_Holo_Light_ListView=0x010300c2; public static final int Widget_Holo_Light_ListView_DropDown=0x010300bd; public static final int Widget_Holo_Light_MediaRouteButton=0x010301d6; public static final int Widget_Holo_Light_PopupMenu=0x010300dc; public static final int Widget_Holo_Light_PopupWindow=0x010300c3; public static final int Widget_Holo_Light_ProgressBar=0x010300c4; public static final int Widget_Holo_Light_ProgressBar_Horizontal=0x010300c5; public static final int Widget_Holo_Light_ProgressBar_Inverse=0x010300c9; public static final int Widget_Holo_Light_ProgressBar_Large=0x010300c8; public static final int Widget_Holo_Light_ProgressBar_Large_Inverse=0x010300cb; public static final int Widget_Holo_Light_ProgressBar_Small=0x010300c6; public static final int Widget_Holo_Light_ProgressBar_Small_Inverse=0x010300ca; public static final int Widget_Holo_Light_ProgressBar_Small_Title=0x010300c7; public static final int Widget_Holo_Light_RatingBar=0x010300cd; public static final int Widget_Holo_Light_RatingBar_Indicator=0x010300ce; public static final int Widget_Holo_Light_RatingBar_Small=0x010300cf; public static final int Widget_Holo_Light_ScrollView=0x010300d1; public static final int Widget_Holo_Light_SeekBar=0x010300cc; public static final int Widget_Holo_Light_Spinner=0x010300d3; public static final int Widget_Holo_Light_Tab=0x010300e4; public static final int Widget_Holo_Light_TabWidget=0x010300d5; public static final int Widget_Holo_Light_TextView=0x010300ba; public static final int Widget_Holo_Light_TextView_SpinnerItem=0x010300da; public static final int Widget_Holo_Light_WebTextView=0x010300d6; public static final int Widget_Holo_Light_WebView=0x010300d7; public static final int Widget_Holo_ListPopupWindow=0x010300ad; public static final int Widget_Holo_ListView=0x01030097; public static final int Widget_Holo_ListView_DropDown=0x01030092; public static final int Widget_Holo_MediaRouteButton=0x010301d5; public static final int Widget_Holo_PopupMenu=0x010300ae; public static final int Widget_Holo_PopupWindow=0x01030098; public static final int Widget_Holo_ProgressBar=0x01030099; public static final int Widget_Holo_ProgressBar_Horizontal=0x0103009a; public static final int Widget_Holo_ProgressBar_Large=0x0103009d; public static final int Widget_Holo_ProgressBar_Small=0x0103009b; public static final int Widget_Holo_ProgressBar_Small_Title=0x0103009c; public static final int Widget_Holo_RatingBar=0x0103009f; public static final int Widget_Holo_RatingBar_Indicator=0x010300a0; public static final int Widget_Holo_RatingBar_Small=0x010300a1; public static final int Widget_Holo_ScrollView=0x010300a3; public static final int Widget_Holo_SeekBar=0x0103009e; public static final int Widget_Holo_Spinner=0x010300a5; public static final int Widget_Holo_Tab=0x010300e3; public static final int Widget_Holo_TabWidget=0x010300a7; public static final int Widget_Holo_TextView=0x0103008f; public static final int Widget_Holo_TextView_SpinnerItem=0x010300ac; public static final int Widget_Holo_WebTextView=0x010300a8; public static final int Widget_Holo_WebView=0x010300a9; public static final int Widget_ImageButton=0x01030026; public static final int Widget_ImageWell=0x01030025; public static final int Widget_KeyboardView=0x01030057; public static final int Widget_ListPopupWindow=0x01030085; public static final int Widget_ListView=0x0103002e; public static final int Widget_ListView_DropDown=0x01030030; public static final int Widget_ListView_Menu=0x01030031; public static final int Widget_ListView_White=0x0103002f; public static final int Widget_PopupMenu=0x01030086; public static final int Widget_PopupWindow=0x01030036; public static final int Widget_ProgressBar=0x0103001c; public static final int Widget_ProgressBar_Horizontal=0x0103001f; public static final int Widget_ProgressBar_Inverse=0x0103005b; public static final int Widget_ProgressBar_Large=0x0103001d; public static final int Widget_ProgressBar_Large_Inverse=0x0103005c; public static final int Widget_ProgressBar_Small=0x0103001e; public static final int Widget_ProgressBar_Small_Inverse=0x0103005d; public static final int Widget_RatingBar=0x01030021; public static final int Widget_ScrollView=0x0103002d; public static final int Widget_SeekBar=0x01030020; public static final int Widget_Spinner=0x01030028; public static final int Widget_Spinner_DropDown=0x01030083; public static final int Widget_TabWidget=0x01030034; public static final int Widget_TextView=0x01030022; public static final int Widget_TextView_PopupMenu=0x01030029; public static final int Widget_TextView_SpinnerItem=0x0103002a; public static final int Widget_WebView=0x01030033; } public static final class xml { } /** @doconly */ public static final class styleable { /** Attributes that can be used with a AbsListView.Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AbsListView_cacheColorHint android:cacheColorHint} | Indicates that this list will always be drawn on top of solid, single-color opaque background. |
{@link #AbsListView_choiceMode android:choiceMode} | Defines the choice behavior for the view. |
{@link #AbsListView_drawSelectorOnTop android:drawSelectorOnTop} | When set to true, the selector will be drawn over the selected item. |
{@link #AbsListView_fastScrollAlwaysVisible android:fastScrollAlwaysVisible} | When set to true, the list will always show the fast scroll interface. |
{@link #AbsListView_fastScrollEnabled android:fastScrollEnabled} | Enables the fast scroll thumb that can be dragged to quickly scroll through the list. |
{@link #AbsListView_listSelector android:listSelector} | Drawable used to indicate the currently selected item in the list. |
{@link #AbsListView_scrollingCache android:scrollingCache} | When set to true, the list uses a drawing cache during scrolling. |
{@link #AbsListView_smoothScrollbar android:smoothScrollbar} | When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen. |
{@link #AbsListView_stackFromBottom android:stackFromBottom} | Used by ListView and GridView to stack their content from the bottom. |
{@link #AbsListView_textFilterEnabled android:textFilterEnabled} | When set to true, the list will filter results as the user types. |
{@link #AbsListView_transcriptMode android:transcriptMode} | Sets the transcript mode for the list. |
@attr description 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 {@link android.R.attr#cacheColorHint}. @attr name android:cacheColorHint */ public static final int AbsListView_cacheColorHint = 6; /**
@attr description Defines the choice behavior for the view. 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. Finally, by setting the choiceMode to multipleChoiceModal the list allows any number of items to be chosen in a special selection mode. The application will supply a {@link android.widget.AbsListView.MultiChoiceModeListener} using {@link android.widget.AbsListView#setMultiChoiceModeListener} to control the selection mode. This uses the {@link android.view.ActionMode} API.
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. |
multipleChoiceModal | 3 | The list allows multiple choices in a custom selection mode. |
This corresponds to the global attribute resource symbol {@link android.R.attr#choiceMode}. @attr name android:choiceMode */ public static final int AbsListView_choiceMode = 7; /**
@attr description 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 {@link android.R.attr#drawSelectorOnTop}. @attr name android:drawSelectorOnTop */ public static final int AbsListView_drawSelectorOnTop = 1; /**
@attr description When set to true, the list will always show the fast scroll interface. This setting implies fastScrollEnabled.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fastScrollAlwaysVisible}. @attr name android:fastScrollAlwaysVisible */ public static final int AbsListView_fastScrollAlwaysVisible = 10; /**
@attr description Enables the fast scroll thumb that can be dragged to quickly scroll through the list.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fastScrollEnabled}. @attr name android:fastScrollEnabled */ public static final int AbsListView_fastScrollEnabled = 8; /**
@attr description 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 {@link android.R.attr#listSelector}. @attr name android:listSelector */ public static final int AbsListView_listSelector = 0; /**
@attr description 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 {@link android.R.attr#scrollingCache}. @attr name android:scrollingCache */ public static final int AbsListView_scrollingCache = 3; /**
@attr description When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen. This property is set to true by default but should be set to false if your adapter will display items of varying heights. When this property is set to true and your adapter displays items of varying heights, the scrollbar thumb will change size as the user scrolls through the list. When set to fale, the list will use only the number of items in the adapter and the number of items visible on screen to determine the scrollbar's properties.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#smoothScrollbar}. @attr name android:smoothScrollbar */ public static final int AbsListView_smoothScrollbar = 9; /**
@attr description 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 {@link android.R.attr#stackFromBottom}. @attr name android:stackFromBottom */ public static final int AbsListView_stackFromBottom = 2; /**
@attr description 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 {@link android.R.attr#textFilterEnabled}. @attr name android:textFilterEnabled */ public static final int AbsListView_textFilterEnabled = 4; /**
@attr description 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 {@link android.R.attr#transcriptMode}. @attr name android:transcriptMode */ public static final int AbsListView_transcriptMode = 5; /** Attributes that can be used with a AbsSpinner.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AbsSpinner_entries android:entries} | Reference to an array resource that will populate the Spinner. |
@attr description 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 {@link android.R.attr#entries}. @attr name android:entries */ public static final int AbsSpinner_entries = 0; /** Attributes that can be used with a AbsoluteLayout_Layout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AbsoluteLayout_Layout_layout_x android:layout_x} | |
{@link #AbsoluteLayout_Layout_layout_y android:layout_y} |
This symbol is the offset where the {@link android.R.attr#layout_x} attribute's value can be found in the {@link #AbsoluteLayout_Layout} array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:layout_x
*/
public static final int AbsoluteLayout_Layout_layout_x = 0;
/**
This symbol is the offset where the {@link android.R.attr#layout_y} attribute's value can be found in the {@link #AbsoluteLayout_Layout} array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:layout_y
*/
public static final int AbsoluteLayout_Layout_layout_y = 1;
/** Attributes that can be used with a AccelerateInterpolator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AccelerateInterpolator_factor android:factor} | This is the amount of deceleration to add when easing in. |
@attr description This is the amount of deceleration to add when easing in.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#factor}.
@attr name android:factor
*/
public static final int AccelerateInterpolator_factor = 0;
/** Use accessibility-service as the root tag of the XML resource that
describes an {@link android.accessibilityservice.AccessibilityService} service,
which is referenced from its
{@link android.accessibilityservice.AccessibilityService#SERVICE_META_DATA}
meta-data entry.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AccessibilityService_accessibilityEventTypes android:accessibilityEventTypes} | The event types this serivce would like to receive as specified in {@link android.view.accessibility.AccessibilityEvent}. |
{@link #AccessibilityService_accessibilityFeedbackType android:accessibilityFeedbackType} | The feedback types this serivce provides as specified in {@link android.accessibilityservice.AccessibilityServiceInfo}. |
{@link #AccessibilityService_accessibilityFlags android:accessibilityFlags} | Additional flags as specified in {@link android.accessibilityservice.AccessibilityServiceInfo}. |
{@link #AccessibilityService_canRequestEnhancedWebAccessibility android:canRequestEnhancedWebAccessibility} | Attribute whether the accessibility service wants to be able to request enhanced web accessibility enhancements. |
{@link #AccessibilityService_canRequestFilterKeyEvents android:canRequestFilterKeyEvents} | Attribute whether the accessibility service wants to be able to request to filter key events. |
{@link #AccessibilityService_canRequestTouchExplorationMode android:canRequestTouchExplorationMode} | Attribute whether the accessibility service wants to be able to request touch exploration mode in which touched items are spoken aloud and the UI can be explored via gestures. |
{@link #AccessibilityService_canRetrieveWindowContent android:canRetrieveWindowContent} | Attribute whether the accessibility service wants to be able to retrieve the active window content. |
{@link #AccessibilityService_description android:description} | Short description of the accessibility serivce purpose or behavior. |
{@link #AccessibilityService_notificationTimeout android:notificationTimeout} | The minimal period in milliseconds between two accessibility events of the same type are sent to this serivce. |
{@link #AccessibilityService_packageNames android:packageNames} | Comma separated package names from which this serivce would like to receive events (leave out for all packages). |
{@link #AccessibilityService_settingsActivity android:settingsActivity} | Component name of an activity that allows the user to modify the settings for this service. |
@attr description The event types this serivce would like to receive as specified in {@link android.view.accessibility.AccessibilityEvent}. This setting can be changed at runtime by calling {@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo) android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
typeViewClicked | 0x00000001 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_CLICKED} events. |
typeViewLongClicked | 0x00000002 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_LONG_CLICKED} events. |
typeViewSelected | 0x00000004 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_SELECTED} events. |
typeViewFocused | 0x00000008 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_FOCUSED} events. |
typeViewTextChanged | 0x00000010 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_TEXT_CHANGED} events. |
typeWindowStateChanged | 0x00000020 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_WINDOW_STATE_CHANGED} events. |
typeNotificationStateChanged | 0x00000040 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_NOTIFICATION_STATE_CHANGED} events. |
typeViewHoverEnter | 0x00000080 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_HOVER_ENTER} events. |
typeViewHoverExit | 0x00000100 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_HOVER_EXIT} events. |
typeTouchExplorationGestureStart | 0x00000200 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_TOUCH_EXPLORATION_GESTURE_START} events. |
typeTouchExplorationGestureEnd | 0x00000400 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_TOUCH_EXPLORATION_GESTURE_END} events. |
typeWindowContentChanged | 0x00000800 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_WINDOW_CONTENT_CHANGED} events. |
typeViewScrolled | 0x000001000 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_SCROLLED} events. |
typeViewTextSelectionChanged | 0x000002000 | Receives {@link android.view.accessibility.AccessibilityEvent#TYPE_VIEW_TEXT_SELECTION_CHANGED} events. |
typeAllMask | 0xffffffff | Receives {@link android.view.accessibility.AccessibilityEvent#TYPES_ALL_MASK} i.e. all events. |
This corresponds to the global attribute resource symbol {@link android.R.attr#accessibilityEventTypes}. @attr name android:accessibilityEventTypes */ public static final int AccessibilityService_accessibilityEventTypes = 2; /**
@attr description The feedback types this serivce provides as specified in {@link android.accessibilityservice.AccessibilityServiceInfo}. This setting can be changed at runtime by calling {@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo) android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
feedbackSpoken | 0x00000001 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_SPOKEN} feedback. |
feedbackHaptic | 0x00000002 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_HAPTIC} feedback. |
feedbackAudible | 0x00000004 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_AUDIBLE} feedback. |
feedbackVisual | 0x00000008 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_VISUAL} feedback. |
feedbackGeneric | 0x00000010 | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_GENERIC} feedback. |
feedbackAllMask | 0xffffffff | Provides {@link android.accessibilityservice.AccessibilityServiceInfo#FEEDBACK_ALL_MASK} feedback. |
This corresponds to the global attribute resource symbol {@link android.R.attr#accessibilityFeedbackType}. @attr name android:accessibilityFeedbackType */ public static final int AccessibilityService_accessibilityFeedbackType = 4; /**
@attr description Additional flags as specified in {@link android.accessibilityservice.AccessibilityServiceInfo}. This setting can be changed at runtime by calling {@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo) android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
flagDefault | 0x00000001 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#DEFAULT} |
flagIncludeNotImportantViews | 0x00000002 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_INCLUDE_NOT_IMPORTANT_VIEWS} |
flagRequestTouchExplorationMode | 0x00000004 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE} |
flagRequestEnhancedWebAccessibility | 0x00000008 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY} |
flagReportViewIds | 0x00000010 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REPORT_VIEW_IDS} |
flagRequestFilterKeyEvents | 0x00000020 | Has flag {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_REQUEST_FILTER_KEY_EVENTS} |
This corresponds to the global attribute resource symbol {@link android.R.attr#accessibilityFlags}. @attr name android:accessibilityFlags */ public static final int AccessibilityService_accessibilityFlags = 6; /**
@attr description Attribute whether the accessibility service wants to be able to request enhanced web accessibility enhancements. For example, installing scripts to make app content more accessible.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#canRequestEnhancedWebAccessibility}. @attr name android:canRequestEnhancedWebAccessibility */ public static final int AccessibilityService_canRequestEnhancedWebAccessibility = 9; /**
@attr description Attribute whether the accessibility service wants to be able to request to filter key events.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_FILTER_KEY_EVENTS} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#canRequestFilterKeyEvents}. @attr name android:canRequestFilterKeyEvents */ public static final int AccessibilityService_canRequestFilterKeyEvents = 10; /**
@attr description Attribute whether the accessibility service wants to be able to request touch exploration mode in which touched items are spoken aloud and the UI can be explored via gestures.
Required to allow setting the {@link android.accessibilityservice #AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE} flag.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#canRequestTouchExplorationMode}. @attr name android:canRequestTouchExplorationMode */ public static final int AccessibilityService_canRequestTouchExplorationMode = 8; /**
@attr description Attribute whether the accessibility service wants to be able to retrieve the active window content. This setting cannot be changed at runtime.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#canRetrieveWindowContent}. @attr name android:canRetrieveWindowContent */ public static final int AccessibilityService_canRetrieveWindowContent = 7; /**
@attr description Short description of the accessibility serivce purpose or behavior.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AccessibilityService_description = 0; /**
@attr description The minimal period in milliseconds between two accessibility events of the same type are sent to this serivce. This setting can be changed at runtime by calling {@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo) android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
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 {@link android.R.attr#notificationTimeout}. @attr name android:notificationTimeout */ public static final int AccessibilityService_notificationTimeout = 5; /**
@attr description Comma separated package names from which this serivce would like to receive events (leave out for all packages). {@link android.accessibilityservice.AccessibilityService#setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo) android.accessibilityservice.AccessibilityService.setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo)}.
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 {@link android.R.attr#packageNames}. @attr name android:packageNames */ public static final int AccessibilityService_packageNames = 3; /**
@attr description Component name of an activity that allows the user to modify the settings for this service. This setting cannot be changed at runtime.
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 {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int AccessibilityService_settingsActivity = 1;
/** Use account-authenticator as the root tag of the XML resource that
describes an account authenticator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AccountAuthenticator_accountPreferences android:accountPreferences} | A preferences. |
{@link #AccountAuthenticator_accountType android:accountType} | The account type this authenticator handles. |
{@link #AccountAuthenticator_customTokens android:customTokens} | Account handles its own token storage and permissions. |
{@link #AccountAuthenticator_icon android:icon} | The icon of the authenticator. |
{@link #AccountAuthenticator_label android:label} | The user-visible name of the authenticator. |
{@link #AccountAuthenticator_smallIcon android:smallIcon} | Smaller icon of the authenticator. |
@attr description A preferences.xml file for authenticator-specific settings.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#accountPreferences}. @attr name android:accountPreferences */ public static final int AccountAuthenticator_accountPreferences = 4; /**
@attr description The account type this authenticator handles.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#accountType}. @attr name android:accountType */ public static final int AccountAuthenticator_accountType = 2; /**
@attr description Account handles its own token storage and permissions. Default 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 {@link android.R.attr#customTokens}. @attr name android:customTokens */ public static final int AccountAuthenticator_customTokens = 5; /**
@attr description The icon of the authenticator.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#icon}. @attr name android:icon */ public static final int AccountAuthenticator_icon = 1; /**
@attr description The user-visible name of the authenticator.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This corresponds to the global attribute resource symbol {@link android.R.attr#label}. @attr name android:label */ public static final int AccountAuthenticator_label = 0; /**
@attr description Smaller icon of the authenticator.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#smallIcon}. @attr name android:smallIcon */ public static final int AccountAuthenticator_smallIcon = 3; /** Attributes used to style the Action Bar.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ActionBar_background android:background} | Specifies a background drawable for the action bar. |
{@link #ActionBar_backgroundSplit android:backgroundSplit} | Specifies a background drawable for the bottom component of a split action bar. |
{@link #ActionBar_backgroundStacked android:backgroundStacked} | Specifies a background drawable for a second stacked row of the action bar. |
{@link #ActionBar_customNavigationLayout android:customNavigationLayout} | Specifies a layout for custom navigation. |
{@link #ActionBar_displayOptions android:displayOptions} | Options affecting how the action bar is displayed. |
{@link #ActionBar_divider android:divider} | Specifies the drawable used for item dividers. |
{@link #ActionBar_height android:height} | Specifies a fixed height. |
{@link #ActionBar_homeLayout android:homeLayout} | Specifies a layout to use for the "home" section of the action bar. |
{@link #ActionBar_icon android:icon} | Specifies the drawable used for the application icon. |
{@link #ActionBar_indeterminateProgressStyle android:indeterminateProgressStyle} | Specifies a style resource to use for an indeterminate progress spinner. |
{@link #ActionBar_itemPadding android:itemPadding} | Specifies padding that should be applied to the left and right sides of system-provided items in the bar. |
{@link #ActionBar_logo android:logo} | Specifies the drawable used for the application logo. |
{@link #ActionBar_navigationMode android:navigationMode} | The type of navigation to use. |
{@link #ActionBar_progressBarPadding android:progressBarPadding} | Specifies the horizontal padding on either end for an embedded progress bar. |
{@link #ActionBar_progressBarStyle android:progressBarStyle} | Specifies a style resource to use for an embedded progress bar. |
{@link #ActionBar_subtitle android:subtitle} | Specifies subtitle text used for navigationMode="normal" |
{@link #ActionBar_subtitleTextStyle android:subtitleTextStyle} | Specifies a style to use for subtitle text. |
{@link #ActionBar_title android:title} | Specifies title text used for navigationMode="normal" |
{@link #ActionBar_titleTextStyle android:titleTextStyle} | Specifies a style to use for title text. |
@attr description Specifies a background drawable for the action bar.
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 {@link android.R.attr#background}. @attr name android:background */ public static final int ActionBar_background = 2; /**
@attr description Specifies a background drawable for the bottom component of a split action bar.
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 {@link android.R.attr#backgroundSplit}. @attr name android:backgroundSplit */ public static final int ActionBar_backgroundSplit = 18; /**
@attr description Specifies a background drawable for a second stacked row of the action bar.
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 {@link android.R.attr#backgroundStacked}. @attr name android:backgroundStacked */ public static final int ActionBar_backgroundStacked = 17; /**
@attr description Specifies a layout for custom navigation. Overrides navigationMode.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#customNavigationLayout}. @attr name android:customNavigationLayout */ public static final int ActionBar_customNavigationLayout = 10; /**
@attr description Options affecting how the action bar is displayed.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | |
useLogo | 0x1 | |
showHome | 0x2 | |
homeAsUp | 0x4 | |
showTitle | 0x8 | |
showCustom | 0x10 | |
disableHome | 0x20 |
This corresponds to the global attribute resource symbol {@link android.R.attr#displayOptions}. @attr name android:displayOptions */ public static final int ActionBar_displayOptions = 8; /**
@attr description Specifies the drawable used for item dividers.
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 {@link android.R.attr#divider}. @attr name android:divider */ public static final int ActionBar_divider = 3; /**
@attr description Specifies a fixed height.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#height}. @attr name android:height */ public static final int ActionBar_height = 4; /**
@attr description Specifies a layout to use for the "home" section of the action 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 {@link android.R.attr#homeLayout}. @attr name android:homeLayout */ public static final int ActionBar_homeLayout = 15; /**
@attr description Specifies the drawable used for the application 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int ActionBar_icon = 0; /**
@attr description Specifies a style resource to use for an indeterminate progress spinner.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#indeterminateProgressStyle}. @attr name android:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle = 13; /**
@attr description Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#itemPadding}. @attr name android:itemPadding */ public static final int ActionBar_itemPadding = 16; /**
@attr description Specifies the drawable used for the application logo.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#logo}. @attr name android:logo */ public static final int ActionBar_logo = 6; /**
@attr description The type of navigation to use.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | Normal static title text |
listMode | 1 | The action bar will use a selection list for navigation. |
tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
This corresponds to the global attribute resource symbol {@link android.R.attr#navigationMode}. @attr name android:navigationMode */ public static final int ActionBar_navigationMode = 7; /**
@attr description Specifies the horizontal padding on either end for an embedded progress bar.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#progressBarPadding}. @attr name android:progressBarPadding */ public static final int ActionBar_progressBarPadding = 14; /**
@attr description Specifies a style resource to use for an embedded 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 {@link android.R.attr#progressBarStyle}. @attr name android:progressBarStyle */ public static final int ActionBar_progressBarStyle = 1; /**
@attr description Specifies subtitle text used for navigationMode="normal"
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 {@link android.R.attr#subtitle}. @attr name android:subtitle */ public static final int ActionBar_subtitle = 9; /**
@attr description Specifies a style to use for subtitle 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 {@link android.R.attr#subtitleTextStyle}. @attr name android:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle = 12; /**
@attr description Specifies title text used for navigationMode="normal"
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 {@link android.R.attr#title}. @attr name android:title */ public static final int ActionBar_title = 5; /**
@attr description Specifies a style to use for 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 {@link android.R.attr#titleTextStyle}. @attr name android:titleTextStyle */ public static final int ActionBar_titleTextStyle = 11; /** Attributes that can be used with a ActionBar_LayoutParams.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ActionBar_LayoutParams_layout_gravity android:layout_gravity} | Standard gravity constant that a child supplies to its parent. |
@attr description Standard gravity constant that a child supplies to its parent. Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#layout_gravity}. @attr name android:layout_gravity */ public static final int ActionBar_LayoutParams_layout_gravity = 0; /** Attributes that can be used with a ActionMenuItemView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ActionMenuItemView_minWidth android:minWidth} |
This symbol is the offset where the {@link android.R.attr#minWidth} attribute's value can be found in the {@link #ActionMenuItemView} array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:minWidth
*/
public static final int ActionMenuItemView_minWidth = 0;
/** Attributes that can be used with a ActionMode.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ActionMode_background android:background} | Specifies a background for the action mode bar. |
{@link #ActionMode_backgroundSplit android:backgroundSplit} | Specifies a background for the split action mode bar. |
{@link #ActionMode_height android:height} | Specifies a fixed height for the action mode bar. |
{@link #ActionMode_subtitleTextStyle android:subtitleTextStyle} | Specifies a style to use for subtitle text. |
{@link #ActionMode_titleTextStyle android:titleTextStyle} | Specifies a style to use for title text. |
@attr description Specifies a background for the action mode bar.
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 {@link android.R.attr#background}. @attr name android:background */ public static final int ActionMode_background = 0; /**
@attr description Specifies a background for the split action mode bar.
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 {@link android.R.attr#backgroundSplit}. @attr name android:backgroundSplit */ public static final int ActionMode_backgroundSplit = 4; /**
@attr description Specifies a fixed height for the action mode bar.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#height}. @attr name android:height */ public static final int ActionMode_height = 1; /**
@attr description Specifies a style to use for subtitle 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 {@link android.R.attr#subtitleTextStyle}. @attr name android:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle = 3; /**
@attr description Specifies a style to use for 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 {@link android.R.attr#titleTextStyle}. @attr name android:titleTextStyle */ public static final int ActionMode_titleTextStyle = 2; /** Attrbitutes for a ActvityChooserView.
Includes the following attributes:
| Attribute | Description |
|---|
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AdapterViewAnimator_animateFirstView android:animateFirstView} | Defines whether to animate the current View when the ViewAnimation is first displayed. |
{@link #AdapterViewAnimator_inAnimation android:inAnimation} | Identifier for the animation to use when a view is shown. |
{@link #AdapterViewAnimator_loopViews android:loopViews} | Defines whether the animator loops to the first view once it has reached the end of the list. |
{@link #AdapterViewAnimator_outAnimation android:outAnimation} | Identifier for the animation to use when a view is hidden. |
@attr description Defines whether to animate the current View when the ViewAnimation is first displayed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#animateFirstView}. @attr name android:animateFirstView */ public static final int AdapterViewAnimator_animateFirstView = 2; /**
@attr description Identifier for the animation to use when a view 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 {@link android.R.attr#inAnimation}. @attr name android:inAnimation */ public static final int AdapterViewAnimator_inAnimation = 0; /**
@attr description Defines whether the animator loops to the first view once it has reached the end of the list.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#loopViews}. @attr name android:loopViews */ public static final int AdapterViewAnimator_loopViews = 3; /**
@attr description Identifier for the animation to use when a view is hidden.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#outAnimation}. @attr name android:outAnimation */ public static final int AdapterViewAnimator_outAnimation = 1; /** Attributes that can be used with a AdapterViewFlipper.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AdapterViewFlipper_autoStart android:autoStart} | When true, automatically start animating |
{@link #AdapterViewFlipper_flipInterval android:flipInterval} |
@attr description When true, automatically start animating
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#autoStart}. @attr name android:autoStart */ public static final int AdapterViewFlipper_autoStart = 1; /**
This symbol is the offset where the {@link android.R.attr#flipInterval} attribute's value can be found in the {@link #AdapterViewFlipper} 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.
@attr name android:flipInterval
*/
public static final int AdapterViewFlipper_flipInterval = 0;
/** Specify one or more aid-filter elements inside a
aid-group element to specify an ISO7816 Application ID (AID)
your service can handle.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AidFilter_name android:name} | The ISO7816 Application ID. |
@attr description The ISO7816 Application ID. This attribute is mandatory.
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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AidFilter_name = 0;
/** Specify one or more aid-group elements inside a
host-apdu-service or offhost-apdu-service
element to define a group of ISO7816 Application ID (AIDs) that
your service can handle.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AidGroup_category android:category} | The category attribute will be used by the Android platform to present multiple applications that register ISO 7816 Application IDs (AIDs) in the same category uniformly. |
{@link #AidGroup_description android:description} | Short description of what the AID group implements. |
@attr description The category attribute will be used by the Android platform to present multiple applications that register ISO 7816 Application IDs (AIDs) in the same category uniformly. Additionally, when a category is specified, Android will ensure that either all AIDs in this group are routed to this application, or none at all. This attribute is optional.
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 {@link android.R.attr#category}. @attr name android:category */ public static final int AidGroup_category = 1; /**
@attr description Short description of what the AID group implements. This attribute is mandatory.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AidGroup_description = 0; /** The set of attributes that describe a AlertDialog's theme.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AlertDialog_bottomBright android:bottomBright} | |
{@link #AlertDialog_bottomDark android:bottomDark} | |
{@link #AlertDialog_bottomMedium android:bottomMedium} | |
{@link #AlertDialog_centerBright android:centerBright} | |
{@link #AlertDialog_centerDark android:centerDark} | |
{@link #AlertDialog_centerMedium android:centerMedium} | |
{@link #AlertDialog_fullBright android:fullBright} | |
{@link #AlertDialog_fullDark android:fullDark} | |
{@link #AlertDialog_layout android:layout} | Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. |
{@link #AlertDialog_topBright android:topBright} | |
{@link #AlertDialog_topDark android:topDark} |
This symbol is the offset where the {@link android.R.attr#bottomBright} attribute's value can be found in the {@link #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".
@attr name android:bottomBright
*/
public static final int AlertDialog_bottomBright = 7;
/**
This symbol is the offset where the {@link android.R.attr#bottomDark} attribute's value can be found in the {@link #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".
@attr name android:bottomDark
*/
public static final int AlertDialog_bottomDark = 3;
/**
This symbol is the offset where the {@link android.R.attr#bottomMedium} attribute's value can be found in the {@link #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".
@attr name android:bottomMedium
*/
public static final int AlertDialog_bottomMedium = 8;
/**
This symbol is the offset where the {@link android.R.attr#centerBright} attribute's value can be found in the {@link #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".
@attr name android:centerBright
*/
public static final int AlertDialog_centerBright = 6;
/**
This symbol is the offset where the {@link android.R.attr#centerDark} attribute's value can be found in the {@link #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".
@attr name android:centerDark
*/
public static final int AlertDialog_centerDark = 2;
/**
This symbol is the offset where the {@link android.R.attr#centerMedium} attribute's value can be found in the {@link #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".
@attr name android:centerMedium
*/
public static final int AlertDialog_centerMedium = 9;
/**
This symbol is the offset where the {@link android.R.attr#fullBright} attribute's value can be found in the {@link #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".
@attr name android:fullBright
*/
public static final int AlertDialog_fullBright = 4;
/**
This symbol is the offset where the {@link android.R.attr#fullDark} attribute's value can be found in the {@link #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".
@attr name android:fullDark
*/
public static final int AlertDialog_fullDark = 0;
/**
@attr description 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 {@link android.R.attr#layout}. @attr name android:layout */ public static final int AlertDialog_layout = 10; /**
This symbol is the offset where the {@link android.R.attr#topBright} attribute's value can be found in the {@link #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".
@attr name android:topBright
*/
public static final int AlertDialog_topBright = 5;
/**
This symbol is the offset where the {@link android.R.attr#topDark} attribute's value can be found in the {@link #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".
@attr name android:topDark
*/
public static final int AlertDialog_topDark = 1;
/** Attributes that can be used with a AlphaAnimation.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AlphaAnimation_fromAlpha android:fromAlpha} | |
{@link #AlphaAnimation_toAlpha android:toAlpha} |
This symbol is the offset where the {@link android.R.attr#fromAlpha} attribute's value can be found in the {@link #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.
@attr name android:fromAlpha
*/
public static final int AlphaAnimation_fromAlpha = 0;
/**
This symbol is the offset where the {@link android.R.attr#toAlpha} attribute's value can be found in the {@link #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.
@attr name android:toAlpha
*/
public static final int AlphaAnimation_toAlpha = 1;
/** Attributes that can be used with a AnalogClock.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnalogClock_dial android:dial} | |
{@link #AnalogClock_hand_hour android:hand_hour} | |
{@link #AnalogClock_hand_minute android:hand_minute} |
This symbol is the offset where the {@link android.R.attr#dial} attribute's value can be found in the {@link #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".
@attr name android:dial
*/
public static final int AnalogClock_dial = 0;
/**
This symbol is the offset where the {@link android.R.attr#hand_hour} attribute's value can be found in the {@link #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".
@attr name android:hand_hour
*/
public static final int AnalogClock_hand_hour = 1;
/**
This symbol is the offset where the {@link android.R.attr#hand_minute} attribute's value can be found in the {@link #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".
@attr name android:hand_minute
*/
public static final int AnalogClock_hand_minute = 2;
/** The manifest tag is the root of an
AndroidManifest.xml file,
describing the contents of an Android package (.apk) file. One
attribute must always be supplied: package gives a
unique name for the package, using a Java-style naming convention
to avoid name collisions. For example, applications published
by Google could have names of the form
com.google.app.appname
Inside of the manifest tag, may appear the following tags in any order: {@link #AndroidManifestPermission permission}, {@link #AndroidManifestPermissionGroup permission-group}, {@link #AndroidManifestPermissionTree permission-tree}, {@link #AndroidManifestUsesSdk uses-sdk}, {@link #AndroidManifestUsesPermission uses-permission}, {@link #AndroidManifestUsesConfiguration uses-configuration}, {@link #AndroidManifestApplication application}, {@link #AndroidManifestInstrumentation instrumentation}, {@link #AndroidManifestUsesFeature uses-feature}.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifest_installLocation android:installLocation} | The default install location defined by an application. |
{@link #AndroidManifest_sharedUserId android:sharedUserId} | Specify the name of a user ID that will be shared between multiple packages. |
{@link #AndroidManifest_sharedUserLabel android:sharedUserLabel} | Specify a label for the shared user UID of this package. |
{@link #AndroidManifest_versionCode android:versionCode} | Internal version code. |
{@link #AndroidManifest_versionName android:versionName} | The text shown to the user to indicate the version they have. |
@attr description The default install location defined by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
auto | 0 | Let the system decide ideal install location |
internalOnly | 1 | Explicitly request to be installed on internal phone storage only. |
preferExternal | 2 | Prefer to be installed on SD card. There is no guarantee that the system will honor this request. The application might end up being installed on internal storage if external media is unavailable or too full. |
This corresponds to the global attribute resource symbol {@link android.R.attr#installLocation}. @attr name android:installLocation */ public static final int AndroidManifest_installLocation = 4; /**
@attr description 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 {@link android.R.attr#sharedUserId}. @attr name android:sharedUserId */ public static final int AndroidManifest_sharedUserId = 0; /**
@attr description Specify a label for the shared user UID of this package. This is only used if you have also used android:sharedUserId. This must be a reference to a string resource; it can not be an explicit string.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#sharedUserLabel}. @attr name android:sharedUserLabel */ public static final int AndroidManifest_sharedUserLabel = 3; /**
@attr description Internal version code. This is the number used to determine whether one version is more recent than another: it has no other meaning than that higher numbers are more recent. You could use this number to encode a "x.y" in the lower and upper 16 bits, make it a build number, simply increase it by one each time a new version is released, or define it however else you want, as long as each successive version has a higher number. This is not a version number generally shown to the user, that is usually supplied with {@link android.R.attr#versionName}.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#versionCode}. @attr name android:versionCode */ public static final int AndroidManifest_versionCode = 1; /**
@attr description The text shown to the user to indicate the version they have. This is used for no other purpose than display to the user; the actual significant version number is given by {@link android.R.attr#versionCode}.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#versionName}.
@attr name android:versionName
*/
public static final int AndroidManifest_versionName = 2;
/** Attributes that can be supplied in an AndroidManifest.xml
action tag, a child of the
{@link #AndroidManifestIntentFilter intent-filter} tag.
See {@link android.content.IntentFilter#addAction} for
more information.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestAction_name android:name} | The name of an action that is handled, using the Java-style naming convention. |
@attr description
The name of an action that is handled, using the Java-style
naming convention. For example, to support
{@link android.content.Intent#ACTION_VIEW 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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestAction_name = 0;
/** The activity tag declares an
{@link android.app.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 {@link #AndroidManifestIntentFilter 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 {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestActivity_allowTaskReparenting 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. |
{@link #AndroidManifestActivity_alwaysRetainTaskState 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. |
{@link #AndroidManifestActivity_clearTaskOnLaunch android:clearTaskOnLaunch} | Specify whether an activity's task should be cleared when it is re-launched from the home screen. |
{@link #AndroidManifestActivity_configChanges android:configChanges} | Specify one or more configuration changes that the activity will handle itself. |
{@link #AndroidManifestActivity_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestActivity_enabled android:enabled} | Specify whether the activity is enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestActivity_excludeFromRecents android:excludeFromRecents} | Indicates that an Activity should be excluded from the list of recently launched activities. |
{@link #AndroidManifestActivity_exported android:exported} | Flag indicating whether the given application component is available to other applications. |
{@link #AndroidManifestActivity_finishOnCloseSystemDialogs android:finishOnCloseSystemDialogs} | Specify whether an activity should be finished when a "close system windows" request has been made. |
{@link #AndroidManifestActivity_finishOnTaskLaunch android:finishOnTaskLaunch} | Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. |
{@link #AndroidManifestActivity_hardwareAccelerated android:hardwareAccelerated} | Flag indicating whether the application's rendering should be hardware accelerated if possible. |
{@link #AndroidManifestActivity_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestActivity_immersive android:immersive} | Flag declaring this activity to be 'immersive'; immersive activities should not be interrupted with other activities or notifications. |
{@link #AndroidManifestActivity_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestActivity_launchMode android:launchMode} | Specify how an activity should be launched. |
{@link #AndroidManifestActivity_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestActivity_multiprocess android:multiprocess} | Specify whether a component is allowed to have multiple instances of itself running in different processes. |
{@link #AndroidManifestActivity_name android:name} | Required name of the class implementing the activity, deriving from {@link android.app.Activity}. |
{@link #AndroidManifestActivity_noHistory android:noHistory} | Specify whether an activity should be kept in its history stack. |
{@link #AndroidManifestActivity_parentActivityName android:parentActivityName} | The name of the logical parent of the activity as it appears in the manifest. |
{@link #AndroidManifestActivity_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestActivity_process android:process} | Specify a specific process that the associated code is to run in. |
{@link #AndroidManifestActivity_screenOrientation android:screenOrientation} | Specify the orientation an activity should be run in. |
{@link #AndroidManifestActivity_showOnLockScreen android:showOnLockScreen} | Specify that an Activity should be shown over the lock screen and, in a multiuser environment, across all users' windows |
{@link #AndroidManifestActivity_singleUser android:singleUser} | If set to true, a single instance of this component will run for all users. |
{@link #AndroidManifestActivity_stateNotNeeded android:stateNotNeeded} | Indicates that an Activity does not need to have its freeze state (as returned by {@link android.app.Activity#onSaveInstanceState} retained in order to be restarted. |
{@link #AndroidManifestActivity_taskAffinity android:taskAffinity} | Specify a task name that activities have an "affinity" to. |
{@link #AndroidManifestActivity_theme android:theme} | The overall theme to use for an activity. |
{@link #AndroidManifestActivity_uiOptions android:uiOptions} | Extra options for an activity's UI. |
{@link #AndroidManifestActivity_windowSoftInputMode android:windowSoftInputMode} | Specify the default soft-input mode for the main window of this activity. |
@attr description 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 {@link android.R.attr#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 {@link android.R.attr#allowTaskReparenting}. @attr name android:allowTaskReparenting */ public static final int AndroidManifestActivity_allowTaskReparenting = 19; /**
@attr description 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 {@link android.R.attr#alwaysRetainTaskState}. @attr name android:alwaysRetainTaskState */ public static final int AndroidManifestActivity_alwaysRetainTaskState = 18; /**
@attr description 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 {@link android.R.attr#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 {@link android.R.attr#clearTaskOnLaunch}. @attr name android:clearTaskOnLaunch */ public static final int AndroidManifestActivity_clearTaskOnLaunch = 11; /**
@attr description 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 {@link android.app.Activity#onConfigurationChanged 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 {@link android.content.pm.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 or navigation accessibility has changed, for example the user has slid the keyboard out to expose it. Note that despite its name, this applied to any accessibility: keyboard or navigation. |
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. |
screenLayout | 0x0100 | The screen layout has changed. This might be caused by a different display being activated. |
uiMode | 0x0200 | The global user interface mode has changed. For example, going in or out of car mode, night mode changing, etc. |
screenSize | 0x0400 | The current available screen size has changed. If applications don't target at least {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2} then the activity will always handle this itself (the change will not result in a restart). This represents a change in the currently available size, so will change when the user switches between landscape and portrait. |
smallestScreenSize | 0x0800 | The physical screen size has changed. If applications don't target at least {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2} then the activity will always handle this itself (the change will not result in a restart). This represents a change in size regardless of orientation, so will only change when the actual physical screen size has changed such as switching to an external display. |
layoutDirection | 0x2000 | The layout direction has changed. For example going from LTR to RTL. |
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 {@link android.R.attr#configChanges}. @attr name android:configChanges */ public static final int AndroidManifestActivity_configChanges = 16; /**
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestActivity_description = 17; /**
@attr description Specify whether the activity is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestActivity_enabled = 5; /**
@attr description 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 {@link android.R.attr#excludeFromRecents}. @attr name android:excludeFromRecents */ public static final int AndroidManifestActivity_excludeFromRecents = 13; /**
@attr description 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 {@link android.R.attr#exported}. @attr name android:exported */ public static final int AndroidManifestActivity_exported = 6; /**
@attr description Specify whether an activity should be finished when a "close system windows" request has been made. This happens, for example, when the home key is pressed, when the device is locked, when a system dialog showing recent applications is displayed, etc.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#finishOnCloseSystemDialogs}. @attr name android:finishOnCloseSystemDialogs */ public static final int AndroidManifestActivity_finishOnCloseSystemDialogs = 22; /**
@attr description 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 {@link android.R.attr#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 {@link android.R.attr#finishOnTaskLaunch}. @attr name android:finishOnTaskLaunch */ public static final int AndroidManifestActivity_finishOnTaskLaunch = 10; /**
@attr description
Flag indicating whether the application's rendering should be hardware accelerated if possible. This flag is turned on by default for applications that are targeting {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH} or later.
This flag can be set on the application and any activity declared in the manifest. When enabled for the application, each activity is automatically assumed to be hardware accelerated. This flag can be overridden in the activity tags, either turning it off (if on for the application) or on (if off for the application.)
When this flag is turned on for an activity (either directly or via the application tag), every window created from the activity, including the activity's own window, will be hardware accelerated, if possible.
Please refer to the documentation of {@link android.view.WindowManager.LayoutParams#FLAG_HARDWARE_ACCELERATED} for more information on how to control this flag programmatically.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#hardwareAccelerated}. @attr name android:hardwareAccelerated */ public static final int AndroidManifestActivity_hardwareAccelerated = 25; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestActivity_icon = 2; /**
@attr description Flag declaring this activity to be 'immersive'; immersive activities should not be interrupted with other activities or notifications.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#immersive}. @attr name android:immersive */ public static final int AndroidManifestActivity_immersive = 24; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestActivity_label = 1; /**
@attr description Specify how an activity should be launched. See the Tasks and Back Stack document for important information on how these options impact the behavior of your application.
If this attribute is not specified, standard launch
mode will be used. Note that the particular launch behavior can
be changed in some ways at runtime through the
{@link android.content.Intent} flags
{@link android.content.Intent#FLAG_ACTIVITY_SINGLE_TOP},
{@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK}, and
{@link android.content.Intent#FLAG_ACTIVITY_MULTIPLE_TASK}.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
standard | 0 | The default mode, which will usually create a new instance of the activity when it is started, though this behavior may change with the introduction of other options such as {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK Intent.FLAG_ACTIVITY_NEW_TASK}. |
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 {@link android.app.Activity#onNewIntent 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 {@link android.app.Activity#onNewIntent Activity.onNewIntent()} with the new Intent that is being started, and with the {@link android.content.Intent#FLAG_ACTIVITY_BROUGHT_TO_FRONT 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 Tasks and Back Stack document for more details about 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 {@link android.app.Activity#onNewIntent 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 Tasks and Back Stack document for more details about tasks. |
This corresponds to the global attribute resource symbol {@link android.R.attr#launchMode}. @attr name android:launchMode */ public static final int AndroidManifestActivity_launchMode = 14; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestActivity_logo = 23; /**
@attr description 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 {@link android.R.attr#multiprocess}. @attr name android:multiprocess */ public static final int AndroidManifestActivity_multiprocess = 9; /**
@attr description Required name of the class implementing the activity, deriving from {@link android.app.Activity}. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestActivity_name = 3; /**
@attr description Specify whether an activity should be kept in its history stack. If this attribute is set, then as soon as the user navigates away from the activity it will be finished and they will no longer be able to return to it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#noHistory}. @attr name android:noHistory */ public static final int AndroidManifestActivity_noHistory = 21; /**
@attr description The name of the logical parent of the activity as it appears in the manifest.
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 {@link android.R.attr#parentActivityName}. @attr name android:parentActivityName */ public static final int AndroidManifestActivity_parentActivityName = 27; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestActivity_permission = 4; /**
@attr description 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 {@link android.R.attr#process}. @attr name android:process */ public static final int AndroidManifestActivity_process = 7; /**
@attr description Specify the orientation an activity should be run in. If not specified, it will run in the current preferred orientation of the screen.
This attribute is supported by the {@code <activity>} element.
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. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_UNSPECIFIED}. |
landscape | 0 | Would like to have the screen in a landscape orientation: that is, with the display wider than it is tall, ignoring sensor data. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_LANDSCAPE}. |
portrait | 1 | Would like to have the screen in a portrait orientation: that is, with the display taller than it is wide, ignoring sensor data. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_PORTRAIT}. |
user | 2 | Use the user's current preferred orientation of the handset. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER}. |
behind | 3 | Keep the screen in the same orientation as whatever is behind this activity. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_BEHIND}. |
sensor | 4 | Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. Ignores user's setting to turn off sensor-based rotation. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR}. |
nosensor | 5 | Always ignore orientation determined by orientation sensor: the display will not rotate when the user moves the device. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_NOSENSOR}. |
sensorLandscape | 6 | Would like to have the screen in landscape orientation, but can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_LANDSCAPE}. |
sensorPortrait | 7 | Would like to have the screen in portrait orientation, but can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_PORTRAIT}. |
reverseLandscape | 8 | Would like to have the screen in landscape orientation, turned in the opposite direction from normal landscape. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_LANDSCAPE}. |
reversePortrait | 9 | Would like to have the screen in portrait orientation, turned in the opposite direction from normal portrait. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_PORTRAIT}. |
fullSensor | 10 | Orientation is determined by a physical orientation sensor: the display will rotate based on how the user moves the device. This allows any of the 4 possible rotations, regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation). Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_SENSOR}. |
userLandscape | 11 | Would like to have the screen in landscape orientation, but if the user has enabled sensor-based rotation then we can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER_LANDSCAPE}. |
userPortrait | 12 | Would like to have the screen in portrait orientation, but if the user has enabled sensor-based rotation then we can use the sensor to change which direction the screen is facing. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_USER_PORTRAIT}. |
fullUser | 13 | Respect the user's sensor-based rotation preference, but if sensor-based rotation is enabled then allow the screen to rotate in all 4 possible directions regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation). Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_USER}. |
locked | 14 | Screen is locked to its current rotation, whatever that is. Corresponds to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_LOCKED}. |
This corresponds to the global attribute resource symbol {@link android.R.attr#screenOrientation}. @attr name android:screenOrientation */ public static final int AndroidManifestActivity_screenOrientation = 15; /**
@attr description Specify that an Activity should be shown over the lock screen and, in a multiuser environment, across all users' windows
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#showOnLockScreen}. @attr name android:showOnLockScreen */ public static final int AndroidManifestActivity_showOnLockScreen = 29; /**
@attr description If set to true, a single instance of this component will run for all users. That instance will run as user 0, the default/primary user. When the app running is in processes for other users and interacts with this component (by binding to a service for example) those processes will always interact with the instance running for user 0. Enabling single user mode forces "exported" of the component to be false, to help avoid introducing multi-user security bugs. This feature is only available to applications built in to the system image; you must hold the permission INTERACT_ACROSS_USERS in order to use this feature. This flag can only be used with services, receivers, and providers; it can not be used with 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 {@link android.R.attr#singleUser}. @attr name android:singleUser */ public static final int AndroidManifestActivity_singleUser = 28; /**
@attr description Indicates that an Activity does not need to have its freeze state (as returned by {@link android.app.Activity#onSaveInstanceState} 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 {@link android.app.Activity#onCreate} 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 {@link android.R.attr#stateNotNeeded}. @attr name android:stateNotNeeded */ public static final int AndroidManifestActivity_stateNotNeeded = 12; /**
@attr description 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 {@link android.R.attr#taskAffinity}. @attr name android:taskAffinity */ public static final int AndroidManifestActivity_taskAffinity = 8; /**
@attr description 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 {@link android.R.attr#theme}. @attr name android:theme */ public static final int AndroidManifestActivity_theme = 0; /**
@attr description Extra options for an activity's UI. Applies to either the {@code <activity>} or {@code <application>} tag. If specified on the {@code <application>} tag these will be considered defaults for all activities in the application.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | No extra UI options. This is the default. |
splitActionBarWhenNarrow | 1 | Split the options menu into a separate bar at the bottom of the screen when severely constrained for horizontal space. (e.g. portrait mode on a phone.) Instead of a small number of action buttons appearing in the action bar at the top of the screen, the action bar will split into the top navigation section and the bottom menu section. Menu items will not be split across the two bars; they will always appear together. |
This corresponds to the global attribute resource symbol {@link android.R.attr#uiOptions}. @attr name android:uiOptions */ public static final int AndroidManifestActivity_uiOptions = 26; /**
@attr description Specify the default soft-input mode for the main window of this activity. A value besides "unspecified" here overrides any value in the theme.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
stateUnspecified | 0 | Not specified, use what the system thinks is best. This is the default. |
stateUnchanged | 1 | Leave the soft input window as-is, in whatever state it last was. |
stateHidden | 2 | Make the soft input area hidden when normally appropriate (when the user is navigating forward to your window). |
stateAlwaysHidden | 3 | Always make the soft input area hidden when this window has input focus. |
stateVisible | 4 | Make the soft input area visible when normally appropriate (when the user is navigating forward to your window). |
stateAlwaysVisible | 5 | Always make the soft input area visible when this window has input focus. |
adjustUnspecified | 0x00 | The window resize/pan adjustment has not been specified, the system will automatically select between resize and pan modes, depending on whether the content of the window has any layout views that can scroll their contents. If there is such a view, then the window will be resized, with the assumption being that the resizeable area can be reduced to make room for the input UI. |
adjustResize | 0x10 | Always resize the window: the content area of the window is reduced to make room for the soft input area. |
adjustPan | 0x20 | Don't resize the window to make room for the soft input area; instead pan the contents of the window as focus moves inside of it so that the user can see what they are typing. This is generally less desireable than panning because the user may need to close the input area to get at and interact with parts of the window. |
adjustNothing | 0x30 | Don't resize or pan the window to make room for the soft input area; the window is never adjusted for it. |
This corresponds to the global attribute
resource symbol {@link android.R.attr#windowSoftInputMode}.
@attr name android:windowSoftInputMode
*/
public static final int AndroidManifestActivity_windowSoftInputMode = 20;
/** The activity-alias tag declares a new
name for an existing {@link #AndroidManifestActivity activity}
tag.
Zero or more {@link #AndroidManifestIntentFilter 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 {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestActivityAlias_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestActivityAlias_enabled android:enabled} | Specify whether the activity-alias is enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestActivityAlias_exported android:exported} | Flag indicating whether the given application component is available to other applications. |
{@link #AndroidManifestActivityAlias_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestActivityAlias_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestActivityAlias_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestActivityAlias_name android:name} | Required name of the class implementing the activity, deriving from {@link android.app.Activity}. |
{@link #AndroidManifestActivityAlias_parentActivityName android:parentActivityName} | The name of the logical parent of the activity as it appears in the manifest. |
{@link #AndroidManifestActivityAlias_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestActivityAlias_targetActivity android:targetActivity} | The name of the activity this alias should launch. |
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestActivityAlias_description = 6; /**
@attr description Specify whether the activity-alias is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestActivityAlias_enabled = 4; /**
@attr description 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 {@link android.R.attr#exported}. @attr name android:exported */ public static final int AndroidManifestActivityAlias_exported = 5; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestActivityAlias_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestActivityAlias_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestActivityAlias_logo = 8; /**
@attr description Required name of the class implementing the activity, deriving from {@link android.app.Activity}. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestActivityAlias_name = 2; /**
@attr description The name of the logical parent of the activity as it appears in the manifest.
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 {@link android.R.attr#parentActivityName}. @attr name android:parentActivityName */ public static final int AndroidManifestActivityAlias_parentActivityName = 9; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestActivityAlias_permission = 3; /**
@attr description 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 {@link android.R.attr#targetActivity}.
@attr name android:targetActivity
*/
public static final int AndroidManifestActivityAlias_targetActivity = 7;
/** The application tag describes application-level components
contained in the package, as well as general application
attributes. Many of the attributes you can supply here (such
as theme, label, icon, permission, process, taskAffinity,
and allowTaskReparenting) serve
as default values for the corresponding attributes of components
declared inside of the application.
Inside of this element you specify what the application contains, using the elements {@link #AndroidManifestProvider provider}, {@link #AndroidManifestService service}, {@link #AndroidManifestReceiver receiver}, {@link #AndroidManifestActivity activity}, {@link #AndroidManifestActivityAlias activity-alias}, and {@link #AndroidManifestUsesLibrary uses-library}. The application tag appears as a child of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestApplication_allowBackup android:allowBackup} | Whether to allow the application to participate in the backup and restore infrastructure. |
{@link #AndroidManifestApplication_allowClearUserData android:allowClearUserData} | Option to let applications specify that user data can/cannot be cleared. |
{@link #AndroidManifestApplication_allowTaskReparenting 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. |
{@link #AndroidManifestApplication_backupAgent android:backupAgent} | The name of the class subclassing BackupAgent to manage
backup and restore of the application's data on external storage. |
{@link #AndroidManifestApplication_debuggable android:debuggable} | Flag indicating whether the application can be debugged, even when running on a device that is running in user mode. |
{@link #AndroidManifestApplication_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestApplication_enabled android:enabled} | Specify whether the components in this application are enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestApplication_hardwareAccelerated android:hardwareAccelerated} | Flag indicating whether the application's rendering should be hardware accelerated if possible. |
{@link #AndroidManifestApplication_hasCode android:hasCode} | Indicate whether this application contains code. |
{@link #AndroidManifestApplication_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestApplication_killAfterRestore android:killAfterRestore} | Whether the application in question should be terminated after its settings have been restored during a full-system restore operation. |
{@link #AndroidManifestApplication_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestApplication_largeHeap android:largeHeap} | Request that your application's processes be created with a large Dalvik heap. |
{@link #AndroidManifestApplication_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestApplication_manageSpaceActivity android:manageSpaceActivity} | Name of activity to be launched for managing the application's space on the device. |
{@link #AndroidManifestApplication_name android:name} | An optional name of a class implementing the overall {@link android.app.Application} for this package. |
{@link #AndroidManifestApplication_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestApplication_persistent android:persistent} | Flag to control special persistent mode of an application. |
{@link #AndroidManifestApplication_process android:process} | Specify a specific process that the associated code is to run in. |
{@link #AndroidManifestApplication_requiredAccountType android:requiredAccountType} | Declare that this application requires an account of a certain type. |
{@link #AndroidManifestApplication_requiredForAllUsers android:requiredForAllUsers} | Flag to specify if this application needs to be present for all users. |
{@link #AndroidManifestApplication_restoreAnyVersion android:restoreAnyVersion} | Indicate that the application is prepared to attempt a restore of any backed-up dataset, even if the backup is apparently from a newer version of the application than is currently installed on the device. |
{@link #AndroidManifestApplication_restoreNeedsApplication android:restoreNeedsApplication} | @deprecated This attribute is not used by the Android operating system. |
{@link #AndroidManifestApplication_restrictedAccountType android:restrictedAccountType} | Declare that this application requires access to restricted accounts of a certain type. |
{@link #AndroidManifestApplication_supportsRtl android:supportsRtl} | Declare that your application will be able to deal with RTL (right to left) layouts. |
{@link #AndroidManifestApplication_taskAffinity android:taskAffinity} | Specify a task name that activities have an "affinity" to. |
{@link #AndroidManifestApplication_testOnly android:testOnly} | Option to indicate this application is only for testing purposes. |
{@link #AndroidManifestApplication_theme android:theme} | The overall theme to use for an activity. |
{@link #AndroidManifestApplication_uiOptions android:uiOptions} | Extra options for an activity's UI. |
{@link #AndroidManifestApplication_vmSafeMode android:vmSafeMode} | Flag indicating whether the application requests the VM to operate in the safe mode. |
@attr description
Whether to allow the application to participate in the backup
and restore infrastructure. If this attribute is set to false,
no backup or restore of the application will ever be performed, even by a
full-system backup that would otherwise cause all application data to be saved
via adb. The default value of this attribute is true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#allowBackup}. @attr name android:allowBackup */ public static final int AndroidManifestApplication_allowBackup = 17; /**
@attr description Option to let applications specify that user data can/cannot be cleared. This flag is turned on by default. This attribute is usable only by applications included in the system image. Third-party apps cannot use it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#allowClearUserData}. @attr name android:allowClearUserData */ public static final int AndroidManifestApplication_allowClearUserData = 5; /**
@attr description 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 {@link android.R.attr#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 {@link android.R.attr#allowTaskReparenting}. @attr name android:allowTaskReparenting */ public static final int AndroidManifestApplication_allowTaskReparenting = 14; /**
@attr description
The name of the class subclassing BackupAgent to manage
backup and restore of the application's data on external storage.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#backupAgent}. @attr name android:backupAgent */ public static final int AndroidManifestApplication_backupAgent = 16; /**
@attr description 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 {@link android.R.attr#debuggable}. @attr name android:debuggable */ public static final int AndroidManifestApplication_debuggable = 10; /**
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestApplication_description = 13; /**
@attr description Specify whether the components in this application are enabled or not (that is, can be instantiated by the system). If "false", it overrides any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestApplication_enabled = 9; /**
@attr description
Flag indicating whether the application's rendering should be hardware accelerated if possible. This flag is turned on by default for applications that are targeting {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH} or later.
This flag can be set on the application and any activity declared in the manifest. When enabled for the application, each activity is automatically assumed to be hardware accelerated. This flag can be overridden in the activity tags, either turning it off (if on for the application) or on (if off for the application.)
When this flag is turned on for an activity (either directly or via the application tag), every window created from the activity, including the activity's own window, will be hardware accelerated, if possible.
Please refer to the documentation of {@link android.view.WindowManager.LayoutParams#FLAG_HARDWARE_ACCELERATED} for more information on how to control this flag programmatically.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#hardwareAccelerated}. @attr name android:hardwareAccelerated */ public static final int AndroidManifestApplication_hardwareAccelerated = 23; /**
@attr description 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 {@link android.R.attr#hasCode}. @attr name android:hasCode */ public static final int AndroidManifestApplication_hasCode = 7; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestApplication_icon = 2; /**
@attr description Whether the application in question should be terminated after its settings have been restored during a full-system restore operation. Single-package restore operations will never cause the application to be shut down. Full-system restore operations typically only occur once, when the phone is first set up. Third-party applications will not usually need to use this attribute.
The default is true, which means that after the application
has finished processing its data during a full-system restore, it will be
terminated.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#killAfterRestore}. @attr name android:killAfterRestore */ public static final int AndroidManifestApplication_killAfterRestore = 18; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestApplication_label = 1; /**
@attr description Request that your application's processes be created with a large Dalvik heap. This applies to all processes created for the application. It only applies to the first application loaded into a process; if using a sharedUserId to allow multiple applications to use a process, they all must use this option consistently or will get unpredictable results.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#largeHeap}. @attr name android:largeHeap */ public static final int AndroidManifestApplication_largeHeap = 24; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestApplication_logo = 22; /**
@attr description 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 {@link android.R.attr#manageSpaceActivity}. @attr name android:manageSpaceActivity */ public static final int AndroidManifestApplication_manageSpaceActivity = 4; /**
@attr description An optional name of a class implementing the overall {@link android.app.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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestApplication_name = 3; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestApplication_permission = 6; /**
@attr description 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 {@link android.R.attr#persistent}. @attr name android:persistent */ public static final int AndroidManifestApplication_persistent = 8; /**
@attr description 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 {@link android.R.attr#process}. @attr name android:process */ public static final int AndroidManifestApplication_process = 11; /**
@attr description Declare that this application requires an account of a certain type. The default value is null and indicates that the application can work without any accounts. The type should correspond to the account authenticator type, such as "com.google".
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 {@link android.R.attr#requiredAccountType}. @attr name android:requiredAccountType */ public static final int AndroidManifestApplication_requiredAccountType = 29; /**
@attr description Flag to specify if this application needs to be present for all users. Only pre-installed applications can request this feature. 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 {@link android.R.attr#requiredForAllUsers}. @attr name android:requiredForAllUsers */ public static final int AndroidManifestApplication_requiredForAllUsers = 27; /**
@attr description
Indicate that the application is prepared to attempt a restore of any
backed-up dataset, even if the backup is apparently from a newer version
of the application than is currently installed on the device. Setting
this attribute to true will permit the Backup Manager to
attempt restore even when a version mismatch suggests that the data are
incompatible. Use with caution!
The default value of this attribute is false.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#restoreAnyVersion}. @attr name android:restoreAnyVersion */ public static final int AndroidManifestApplication_restoreAnyVersion = 21; /**
@attr description @deprecated This attribute is not used by the Android operating system.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#restoreNeedsApplication}. @attr name android:restoreNeedsApplication */ @Deprecated public static final int AndroidManifestApplication_restoreNeedsApplication = 19; /**
@attr description Declare that this application requires access to restricted accounts of a certain type. The default value is null and restricted accounts won\'t be visible to this application. The type should correspond to the account authenticator type, such as "com.google".
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 {@link android.R.attr#restrictedAccountType}. @attr name android:restrictedAccountType */ public static final int AndroidManifestApplication_restrictedAccountType = 28; /**
@attr description Declare that your application will be able to deal with RTL (right to left) layouts. If set to false (default value), your application will not care about RTL layouts.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#supportsRtl}. @attr name android:supportsRtl */ public static final int AndroidManifestApplication_supportsRtl = 26; /**
@attr description 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 {@link android.R.attr#taskAffinity}. @attr name android:taskAffinity */ public static final int AndroidManifestApplication_taskAffinity = 12; /**
@attr description Option to indicate this application is only for testing purposes. For example, it may expose functionality or data outside of itself that would cause a security hole, but is useful for testing. This kind of application can not be installed without the INSTALL_ALLOW_TEST flag, which means only through adb install.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#testOnly}. @attr name android:testOnly */ public static final int AndroidManifestApplication_testOnly = 15; /**
@attr description 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 {@link android.R.attr#theme}. @attr name android:theme */ public static final int AndroidManifestApplication_theme = 0; /**
@attr description Extra options for an activity's UI. Applies to either the {@code <activity>} or {@code <application>} tag. If specified on the {@code <application>} tag these will be considered defaults for all activities in the application.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | No extra UI options. This is the default. |
splitActionBarWhenNarrow | 1 | Split the options menu into a separate bar at the bottom of the screen when severely constrained for horizontal space. (e.g. portrait mode on a phone.) Instead of a small number of action buttons appearing in the action bar at the top of the screen, the action bar will split into the top navigation section and the bottom menu section. Menu items will not be split across the two bars; they will always appear together. |
This corresponds to the global attribute resource symbol {@link android.R.attr#uiOptions}. @attr name android:uiOptions */ public static final int AndroidManifestApplication_uiOptions = 25; /**
@attr description Flag indicating whether the application requests the VM to operate in the safe mode.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#vmSafeMode}.
@attr name android:vmSafeMode
*/
public static final int AndroidManifestApplication_vmSafeMode = 20;
/** Attributes that can be supplied in an AndroidManifest.xml
category tag, a child of the
{@link #AndroidManifestIntentFilter intent-filter} tag.
See {@link android.content.IntentFilter#addCategory} for
more information.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestCategory_name android:name} | The name of category that is handled, using the Java-style naming convention. |
@attr description
The name of category that is handled, using the Java-style
naming convention. For example, to support
{@link android.content.Intent#CATEGORY_LAUNCHER 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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestCategory_name = 0;
/** Attributes that can be supplied in an AndroidManifest.xml
screen tag, a child of compatible-screens,
which is itself a child of the root
{@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestCompatibleScreensScreen_screenDensity android:screenDensity} | Specifies a compatible screen density, as per the device configuration screen density bins. |
{@link #AndroidManifestCompatibleScreensScreen_screenSize android:screenSize} | Specifies a compatible screen size, as per the device configuration screen size bins. |
@attr description Specifies a compatible screen density, as per the device configuration screen density bins.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
ldpi | 120 | A low density screen, approximately 120dpi. |
mdpi | 160 | A medium density screen, approximately 160dpi. |
hdpi | 240 | A high density screen, approximately 240dpi. |
xhdpi | 320 | An extra high density screen, approximately 320dpi. |
This corresponds to the global attribute resource symbol {@link android.R.attr#screenDensity}. @attr name android:screenDensity */ public static final int AndroidManifestCompatibleScreensScreen_screenDensity = 1; /**
@attr description Specifies a compatible screen size, as per the device configuration screen size bins.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
small | 200 | A small screen configuration, at least 240x320dp. |
normal | 300 | A normal screen configuration, at least 320x480dp. |
large | 400 | A large screen configuration, at least 400x530dp. |
xlarge | 500 | An extra large screen configuration, at least 600x800dp. |
This corresponds to the global attribute
resource symbol {@link android.R.attr#screenSize}.
@attr name android:screenSize
*/
public static final int AndroidManifestCompatibleScreensScreen_screenSize = 0;
/** Attributes that can be supplied in an AndroidManifest.xml
data tag, a child of the
{@link #AndroidManifestIntentFilter 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
{@link android.content.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 | Description |
|---|---|
{@link #AndroidManifestData_host android:host} | Specify a URI authority host that is handled, as per {@link android.content.IntentFilter#addDataAuthority IntentFilter.addDataAuthority()}. |
{@link #AndroidManifestData_mimeType android:mimeType} | Specify a MIME type that is handled, as per {@link android.content.IntentFilter#addDataType IntentFilter.addDataType()}. |
{@link #AndroidManifestData_path android:path} | Specify a URI path that must exactly match, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#PATTERN_LITERAL}. |
{@link #AndroidManifestData_pathPattern android:pathPattern} | Specify a URI path that matches a simple pattern, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#PATTERN_SIMPLE_GLOB}. |
{@link #AndroidManifestData_pathPrefix android:pathPrefix} | Specify a URI path that must be a prefix to match, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#PATTERN_PREFIX}. |
{@link #AndroidManifestData_port android:port} | Specify a URI authority port that is handled, as per {@link android.content.IntentFilter#addDataAuthority IntentFilter.addDataAuthority()}. |
{@link #AndroidManifestData_scheme android:scheme} | Specify a URI scheme that is handled, as per {@link android.content.IntentFilter#addDataScheme IntentFilter.addDataScheme()}. |
{@link #AndroidManifestData_ssp android:ssp} | Specify a URI scheme specific part that must exactly match, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#PATTERN_LITERAL}. |
{@link #AndroidManifestData_sspPattern android:sspPattern} | Specify a URI scheme specific part that matches a simple pattern, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#PATTERN_SIMPLE_GLOB}. |
{@link #AndroidManifestData_sspPrefix android:sspPrefix} | Specify a URI scheme specific part that must be a prefix to match, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#PATTERN_PREFIX}. |
@attr description Specify a URI authority host that is handled, as per {@link android.content.IntentFilter#addDataAuthority IntentFilter.addDataAuthority()}.
Note: host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, host names here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#host}. @attr name android:host */ public static final int AndroidManifestData_host = 2; /**
@attr description Specify a MIME type that is handled, as per {@link android.content.IntentFilter#addDataType IntentFilter.addDataType()}.
Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#mimeType}. @attr name android:mimeType */ public static final int AndroidManifestData_mimeType = 0; /**
@attr description Specify a URI path that must exactly match, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#path}. @attr name android:path */ public static final int AndroidManifestData_path = 4; /**
@attr description Specify a URI path that matches a simple pattern, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPattern}. @attr name android:pathPattern */ public static final int AndroidManifestData_pathPattern = 6; /**
@attr description Specify a URI path that must be a prefix to match, as per {@link android.content.IntentFilter#addDataPath IntentFilter.addDataPath()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPrefix}. @attr name android:pathPrefix */ public static final int AndroidManifestData_pathPrefix = 5; /**
@attr description Specify a URI authority port that is handled, as per {@link android.content.IntentFilter#addDataAuthority 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 {@link android.R.attr#port}. @attr name android:port */ public static final int AndroidManifestData_port = 3; /**
@attr description Specify a URI scheme that is handled, as per {@link android.content.IntentFilter#addDataScheme IntentFilter.addDataScheme()}.
Note: scheme matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, schemes here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#scheme}. @attr name android:scheme */ public static final int AndroidManifestData_scheme = 1; /**
@attr description Specify a URI scheme specific part that must exactly match, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#ssp}. @attr name android:ssp */ public static final int AndroidManifestData_ssp = 7; /**
@attr description Specify a URI scheme specific part that matches a simple pattern, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#sspPattern}. @attr name android:sspPattern */ public static final int AndroidManifestData_sspPattern = 9; /**
@attr description Specify a URI scheme specific part that must be a prefix to match, as per {@link android.content.IntentFilter#addDataSchemeSpecificPart IntentFilter.addDataSchemeSpecificPart()} with {@link android.os.PatternMatcher#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 {@link android.R.attr#sspPrefix}.
@attr name android:sspPrefix
*/
public static final int AndroidManifestData_sspPrefix = 8;
/** Attributes that can be supplied in an AndroidManifest.xml
grant-uri-permission tag, a child of the
{@link #AndroidManifestProvider 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 | Description |
|---|---|
{@link #AndroidManifestGrantUriPermission_path android:path} | Specify a URI path that must exactly match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_LITERAL}. |
{@link #AndroidManifestGrantUriPermission_pathPattern android:pathPattern} | Specify a URI path that matches a simple pattern, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_SIMPLE_GLOB}. |
{@link #AndroidManifestGrantUriPermission_pathPrefix android:pathPrefix} | Specify a URI path that must be a prefix to match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_PREFIX}. |
@attr description Specify a URI path that must exactly match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#path}. @attr name android:path */ public static final int AndroidManifestGrantUriPermission_path = 0; /**
@attr description Specify a URI path that matches a simple pattern, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPattern}. @attr name android:pathPattern */ public static final int AndroidManifestGrantUriPermission_pathPattern = 2; /**
@attr description Specify a URI path that must be a prefix to match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPrefix}.
@attr name android:pathPrefix
*/
public static final int AndroidManifestGrantUriPermission_pathPrefix = 1;
/** Attributes that can be supplied in an AndroidManifest.xml
instrumentation tag, a child of the root
{@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestInstrumentation_functionalTest android:functionalTest} | Flag indicating that an Instrumentation class should be run as a functional test. |
{@link #AndroidManifestInstrumentation_handleProfiling 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. |
{@link #AndroidManifestInstrumentation_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestInstrumentation_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestInstrumentation_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestInstrumentation_name android:name} | Required name of the class implementing the instrumentation, deriving from {@link android.app.Instrumentation}. |
{@link #AndroidManifestInstrumentation_targetPackage android:targetPackage} | The name of the application package that an Instrumentation object will run against. |
@attr description 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 {@link android.R.attr#functionalTest}. @attr name android:functionalTest */ public static final int AndroidManifestInstrumentation_functionalTest = 5; /**
@attr description 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 {@link android.R.attr#handleProfiling}. @attr name android:handleProfiling */ public static final int AndroidManifestInstrumentation_handleProfiling = 4; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestInstrumentation_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestInstrumentation_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestInstrumentation_logo = 6; /**
@attr description Required name of the class implementing the instrumentation, deriving from {@link android.app.Instrumentation}. This is a fully qualified class name (for example, com.mycompany.myapp.MyActivity); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestInstrumentation_name = 2; /**
@attr description 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 {@link android.R.attr#targetPackage}.
@attr name android:targetPackage
*/
public static final int AndroidManifestInstrumentation_targetPackage = 3;
/** The intent-filter tag is used to construct an
{@link android.content.IntentFilter} object that will be used
to determine which component can handle a particular
{@link android.content.Intent} that has been given to the system.
It can be used as a child of the
{@link #AndroidManifestActivity activity},
{@link #AndroidManifestReceiver receiver} and
{@link #AndroidManifestService service}
tags.
Zero or more {@link #AndroidManifestAction action}, {@link #AndroidManifestCategory category}, and/or {@link #AndroidManifestData 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 | Description |
|---|---|
{@link #AndroidManifestIntentFilter_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestIntentFilter_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestIntentFilter_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestIntentFilter_priority android:priority} | Specify the relative importance or ability in handling a particular Intent. |
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestIntentFilter_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestIntentFilter_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestIntentFilter_logo = 3; /**
@attr description 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 {@link android.R.attr#priority}.
@attr name android:priority
*/
public static final int AndroidManifestIntentFilter_priority = 2;
/** The library tag declares that this apk is providing itself
as a shared library for other applications to use. It can only be used
with apks that are built in to the system image. Other apks can link to
it with the {@link #AndroidManifestUsesLibrary uses-library} tag.
This appears as a child tag of the {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestLibrary_name android:name} | Required public name of the library, which other components and packages will use when referring to this library. |
@attr description Required public name of the library, which other components and packages will use when referring to this library. This is a string using Java-style scoping to ensure it is unique. The name should typically be the same as the apk's 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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestLibrary_name = 0;
/** The meta-data tag is used to attach additional
arbitrary data to an application component. The data can later
be retrieved programmatically from the
{@link android.content.pm.ComponentInfo#metaData
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 | Description |
|---|---|
{@link #AndroidManifestMetaData_name android:name} | A unique name for the given item. |
{@link #AndroidManifestMetaData_resource android:resource} | Resource identifier to assign to this piece of named meta-data. |
{@link #AndroidManifestMetaData_value android:value} | Concrete value to assign to this piece of named meta-data. |
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestMetaData_name = 0; /**
@attr description Resource identifier to assign to this piece of named meta-data. The resource identifier can later be retrieved from the meta data Bundle through {@link android.os.Bundle#getInt 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 {@link android.R.attr#resource}. @attr name android:resource */ public static final int AndroidManifestMetaData_resource = 2; /**
@attr description Concrete value to assign to this piece of named meta-data. The data can later be retrieved from the meta data Bundle through {@link android.os.Bundle#getString Bundle.getString}, {@link android.os.Bundle#getInt Bundle.getInt}, {@link android.os.Bundle#getBoolean Bundle.getBoolean}, or {@link android.os.Bundle#getFloat 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 {@link android.R.attr#value}. @attr name android:value */ public static final int AndroidManifestMetaData_value = 1; /** Private tag to declare the original package name that this package is based on. Only used for packages installed in the system image. If given, and different than the actual package name, and the given original package was previously installed on the device but the new one was not, then the data for the old one will be renamed to be for the new package.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestOriginalPackage_name android:name} | A unique name for the given item. |
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestOriginalPackage_name = 0; /** Attributes relating to a package verifier.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestPackageVerifier_name android:name} | Specifies the Java-style package name that defines this package verifier. |
{@link #AndroidManifestPackageVerifier_publicKey android:publicKey} | The Base64 encoded public key of the package verifier's signature. |
@attr description Specifies the Java-style package name that defines this package verifier.
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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestPackageVerifier_name = 0; /**
@attr description The Base64 encoded public key of the package verifier's 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 {@link android.R.attr#publicKey}.
@attr name android:publicKey
*/
public static final int AndroidManifestPackageVerifier_publicKey = 1;
/** Attributes that can be supplied in an AndroidManifest.xml
path-permission tag, a child of the
{@link #AndroidManifestProvider provider} tag, describing a permission
that allows access to a specific path in the provider. This tag can be
specified multiple time to supply multiple paths.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestPathPermission_path android:path} | Specify a URI path that must exactly match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_LITERAL}. |
{@link #AndroidManifestPathPermission_pathPattern android:pathPattern} | Specify a URI path that matches a simple pattern, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_SIMPLE_GLOB}. |
{@link #AndroidManifestPathPermission_pathPrefix android:pathPrefix} | Specify a URI path that must be a prefix to match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#PATTERN_PREFIX}. |
{@link #AndroidManifestPathPermission_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestPathPermission_readPermission android:readPermission} | A specific {@link android.R.attr#permission} name for read-only access to a {@link android.content.ContentProvider}. |
{@link #AndroidManifestPathPermission_writePermission android:writePermission} | A specific {@link android.R.attr#permission} name for write access to a {@link android.content.ContentProvider}. |
@attr description Specify a URI path that must exactly match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#path}. @attr name android:path */ public static final int AndroidManifestPathPermission_path = 3; /**
@attr description Specify a URI path that matches a simple pattern, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPattern}. @attr name android:pathPattern */ public static final int AndroidManifestPathPermission_pathPattern = 5; /**
@attr description Specify a URI path that must be a prefix to match, as per {@link android.os.PatternMatcher} with {@link android.os.PatternMatcher#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 {@link android.R.attr#pathPrefix}. @attr name android:pathPrefix */ public static final int AndroidManifestPathPermission_pathPrefix = 4; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestPathPermission_permission = 0; /**
@attr description A specific {@link android.R.attr#permission} name for read-only access to a {@link android.content.ContentProvider}. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#readPermission}. @attr name android:readPermission */ public static final int AndroidManifestPathPermission_readPermission = 1; /**
@attr description A specific {@link android.R.attr#permission} name for write access to a {@link android.content.ContentProvider}. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#writePermission}.
@attr name android:writePermission
*/
public static final int AndroidManifestPathPermission_writePermission = 2;
/** The permission tag declares a security permission that can be
used to control access from other packages to specific components or
features in your package (or other packages). See the
Security and Permissions
document for more information on permissions.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestPermission_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestPermission_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestPermission_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestPermission_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestPermission_name android:name} | Required public name of the permission, which other components and packages will use when referring to this permission. |
{@link #AndroidManifestPermission_permissionFlags android:permissionFlags} | Flags indicating more context for a permission. |
{@link #AndroidManifestPermission_permissionGroup android:permissionGroup} | Specified the name of a group that this permission is associated with. |
{@link #AndroidManifestPermission_protectionLevel android:protectionLevel} | Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it. |
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestPermission_description = 5; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestPermission_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestPermission_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestPermission_logo = 6; /**
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestPermission_name = 2; /**
@attr description Flags indicating more context for a permission.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
costsMoney | 0x0001 | Set to indicate that this permission allows an operation that may cost the user money. Such permissions may be highlighted when shown to the user with this additional information. |
This corresponds to the global attribute resource symbol {@link android.R.attr#permissionFlags}. @attr name android:permissionFlags */ public static final int AndroidManifestPermission_permissionFlags = 7; /**
@attr description Specified the name of a group that this permission is associated with. The group must have been defined with the {@link android.R.styleable#AndroidManifestPermissionGroup 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 {@link android.R.attr#permissionGroup}. @attr name android:permissionGroup */ public static final int AndroidManifestPermission_permissionGroup = 4; /**
@attr description Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it. {@link android.Manifest.permission Standard permissions} have a predefined and permanent protectionLevel. If you are creating a custom permission in an application, you can define a protectionLevel attribute with one of the values listed below. If no protectionLevel is defined for a custom permission, the system assigns the default ("normal").
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | A lower-risk permission that gives an application access to isolated application-level features, with minimal risk to other applications, the system, or the user. The system automatically grants this type of permission to a requesting application at installation, without asking for the user's explicit approval (though the user always has the option to review these permissions before installing). |
dangerous | 1 | A higher-risk permission that would give a requesting application access to private user data or control over the device that can negatively impact the user. Because this type of permission introduces potential risk, the system may not automatically grant it to the requesting application. For example, any dangerous permissions requested by an application may be displayed to the user and require confirmation before proceeding, or some other approach may be taken to avoid the user automatically allowing the use of such facilities. |
signature | 2 | A permission that the system is to grant only if the requesting application is signed with the same certificate as the application that declared the permission. If the certificates match, the system automatically grants the permission without notifying the user or asking for the user's explicit approval. |
signatureOrSystem | 3 | A permission that the system is to grant only to packages in the Android system image or that are signed with the same certificates. Please avoid using this option, as the signature protection level should be sufficient for most needs and works regardless of exactly where applications are installed. This permission is used for certain special situations where multiple vendors have applications built in to a system image which need to share specific features explicitly because they are being built together. |
system | 0x10 | Additional flag from base permission type: this permission can also be granted to any applications installed on the system image. Please avoid using this option, as the signature protection level should be sufficient for most needs and works regardless of exactly where applications are installed. This permission flag is used for certain special situations where multiple vendors have applications built in to a system image which need to share specific features explicitly because they are being built together. |
development | 0x20 | Additional flag from base permission type: this permission can also (optionally) be granted to development applications. |
This corresponds to the global attribute
resource symbol {@link android.R.attr#protectionLevel}.
@attr name android:protectionLevel
*/
public static final int AndroidManifestPermission_protectionLevel = 3;
/** The permission-group tag declares a logical grouping of
related permissions.
Note that this tag does not declare a permission itself, only a namespace in which further permissions can be placed. See the {@link #AndroidManifestPermission <permission>} tag for more information.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestPermissionGroup_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestPermissionGroup_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestPermissionGroup_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestPermissionGroup_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestPermissionGroup_name android:name} | Required public name of the permission group, permissions will use to specify the group they are in. |
{@link #AndroidManifestPermissionGroup_permissionGroupFlags android:permissionGroupFlags} | Flags indicating more context for a permission group. |
{@link #AndroidManifestPermissionGroup_priority android:priority} | Specify the relative importance or ability in handling a particular Intent. |
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestPermissionGroup_description = 4; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestPermissionGroup_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestPermissionGroup_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestPermissionGroup_logo = 5; /**
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestPermissionGroup_name = 2; /**
@attr description Flags indicating more context for a permission group.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
personalInfo | 0x0001 | Set to indicate that this permission group contains permissions protecting access to some information that is considered personal to the user (such as contacts, e-mails, etc). |
This corresponds to the global attribute resource symbol {@link android.R.attr#permissionGroupFlags}. @attr name android:permissionGroupFlags */ public static final int AndroidManifestPermissionGroup_permissionGroupFlags = 6; /**
@attr description 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 {@link android.R.attr#priority}.
@attr name android:priority
*/
public static final int AndroidManifestPermissionGroup_priority = 3;
/** The permission-tree tag declares the base of a tree of
permission values: it declares that this package has ownership of
the given permission name, as well as all names underneath it
(separated by '.'). This allows you to use the
{@link android.content.pm.PackageManager#addPermission
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 {@link #AndroidManifestPermission <permission>} tag for more information.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestPermissionTree_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestPermissionTree_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestPermissionTree_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestPermissionTree_name android:name} | Required public name of the permission tree, which is the base name of all permissions under it. |
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestPermissionTree_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestPermissionTree_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestPermissionTree_logo = 3; /**
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestPermissionTree_name = 2; /** Private tag to declare system protected broadcast actions.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestProtectedBroadcast_name android:name} | A unique name for the given item. |
@attr description 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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestProtectedBroadcast_name = 0;
/** The provider tag declares a
{@link android.content.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 {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestProvider_authorities android:authorities} | Specify the authorities under which this content provider can be found. |
{@link #AndroidManifestProvider_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestProvider_enabled android:enabled} | Specify whether this provider is enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestProvider_exported android:exported} | Flag indicating whether the given application component is available to other applications. |
{@link #AndroidManifestProvider_grantUriPermissions android:grantUriPermissions} | If true, the {@link android.content.Context#grantUriPermission 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. |
{@link #AndroidManifestProvider_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestProvider_initOrder android:initOrder} | Specify the order in which content providers hosted by a process are instantiated when that process is created. |
{@link #AndroidManifestProvider_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestProvider_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestProvider_multiprocess android:multiprocess} | Specify whether a component is allowed to have multiple instances of itself running in different processes. |
{@link #AndroidManifestProvider_name android:name} | Required name of the class implementing the provider, deriving from {@link android.content.ContentProvider}. |
{@link #AndroidManifestProvider_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestProvider_process android:process} | Specify a specific process that the associated code is to run in. |
{@link #AndroidManifestProvider_readPermission android:readPermission} | A specific {@link android.R.attr#permission} name for read-only access to a {@link android.content.ContentProvider}. |
{@link #AndroidManifestProvider_singleUser android:singleUser} | If set to true, a single instance of this component will run for all users. |
{@link #AndroidManifestProvider_syncable android:syncable} | Flag indicating whether this content provider would like to participate in data synchronization. |
{@link #AndroidManifestProvider_writePermission android:writePermission} | A specific {@link android.R.attr#permission} name for write access to a {@link android.content.ContentProvider}. |
@attr description
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 {@link android.R.attr#authorities}. @attr name android:authorities */ public static final int AndroidManifestProvider_authorities = 10; /**
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestProvider_description = 14; /**
@attr description Specify whether this provider is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestProvider_enabled = 6; /**
@attr description 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 {@link android.R.attr#exported}. @attr name android:exported */ public static final int AndroidManifestProvider_exported = 7; /**
@attr description If true, the {@link android.content.Context#grantUriPermission 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 {@link android.content.Context#revokeUriPermission 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 {@link android.R.attr#grantUriPermissions}. @attr name android:grantUriPermissions */ public static final int AndroidManifestProvider_grantUriPermissions = 13; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestProvider_icon = 1; /**
@attr description 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 {@link android.R.attr#initOrder}. @attr name android:initOrder */ public static final int AndroidManifestProvider_initOrder = 12; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestProvider_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestProvider_logo = 15; /**
@attr description 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 {@link android.R.attr#multiprocess}. @attr name android:multiprocess */ public static final int AndroidManifestProvider_multiprocess = 9; /**
@attr description Required name of the class implementing the provider, deriving from {@link android.content.ContentProvider}. This is a fully qualified class name (for example, com.mycompany.myapp.MyProvider); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestProvider_name = 2; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestProvider_permission = 3; /**
@attr description 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 {@link android.R.attr#process}. @attr name android:process */ public static final int AndroidManifestProvider_process = 8; /**
@attr description A specific {@link android.R.attr#permission} name for read-only access to a {@link android.content.ContentProvider}. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#readPermission}. @attr name android:readPermission */ public static final int AndroidManifestProvider_readPermission = 4; /**
@attr description If set to true, a single instance of this component will run for all users. That instance will run as user 0, the default/primary user. When the app running is in processes for other users and interacts with this component (by binding to a service for example) those processes will always interact with the instance running for user 0. Enabling single user mode forces "exported" of the component to be false, to help avoid introducing multi-user security bugs. This feature is only available to applications built in to the system image; you must hold the permission INTERACT_ACROSS_USERS in order to use this feature. This flag can only be used with services, receivers, and providers; it can not be used with 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 {@link android.R.attr#singleUser}. @attr name android:singleUser */ public static final int AndroidManifestProvider_singleUser = 16; /**
@attr description 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 {@link android.R.attr#syncable}. @attr name android:syncable */ public static final int AndroidManifestProvider_syncable = 11; /**
@attr description A specific {@link android.R.attr#permission} name for write access to a {@link android.content.ContentProvider}. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#writePermission}.
@attr name android:writePermission
*/
public static final int AndroidManifestProvider_writePermission = 5;
/** The receiver tag declares an
{@link android.content.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 {@link #AndroidManifestIntentFilter 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 {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestReceiver_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestReceiver_enabled android:enabled} | Specify whether the receiver is enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestReceiver_exported android:exported} | Flag indicating whether the given application component is available to other applications. |
{@link #AndroidManifestReceiver_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestReceiver_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestReceiver_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestReceiver_name android:name} | Required name of the class implementing the receiver, deriving from {@link android.content.BroadcastReceiver}. |
{@link #AndroidManifestReceiver_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestReceiver_process android:process} | Specify a specific process that the associated code is to run in. |
{@link #AndroidManifestReceiver_singleUser android:singleUser} | If set to true, a single instance of this component will run for all users. |
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestReceiver_description = 7; /**
@attr description Specify whether the receiver is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestReceiver_enabled = 4; /**
@attr description 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 {@link android.R.attr#exported}. @attr name android:exported */ public static final int AndroidManifestReceiver_exported = 5; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestReceiver_icon = 1; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestReceiver_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestReceiver_logo = 8; /**
@attr description Required name of the class implementing the receiver, deriving from {@link android.content.BroadcastReceiver}. This is a fully qualified class name (for example, com.mycompany.myapp.MyReceiver); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestReceiver_name = 2; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestReceiver_permission = 3; /**
@attr description 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 {@link android.R.attr#process}. @attr name android:process */ public static final int AndroidManifestReceiver_process = 6; /**
@attr description If set to true, a single instance of this component will run for all users. That instance will run as user 0, the default/primary user. When the app running is in processes for other users and interacts with this component (by binding to a service for example) those processes will always interact with the instance running for user 0. Enabling single user mode forces "exported" of the component to be false, to help avoid introducing multi-user security bugs. This feature is only available to applications built in to the system image; you must hold the permission INTERACT_ACROSS_USERS in order to use this feature. This flag can only be used with services, receivers, and providers; it can not be used with 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 {@link android.R.attr#singleUser}.
@attr name android:singleUser
*/
public static final int AndroidManifestReceiver_singleUser = 9;
/** The service tag declares a
{@link android.app.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 {@link #AndroidManifestIntentFilter 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 {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestService_description android:description} | Descriptive text for the associated data. |
{@link #AndroidManifestService_enabled android:enabled} | Specify whether the service is enabled or not (that is, can be instantiated by the system). |
{@link #AndroidManifestService_exported android:exported} | Flag indicating whether the given application component is available to other applications. |
{@link #AndroidManifestService_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #AndroidManifestService_isolatedProcess android:isolatedProcess} | If set to true, this service will run under a special process that is isolated from the rest of the system. |
{@link #AndroidManifestService_label android:label} | A user-legible name for the given item. |
{@link #AndroidManifestService_logo android:logo} | A Drawable resource providing an extended graphical logo for its associated item. |
{@link #AndroidManifestService_name android:name} | Required name of the class implementing the service, deriving from {@link android.app.Service}. |
{@link #AndroidManifestService_permission android:permission} | Specify a permission that a client is required to have in order to use the associated object. |
{@link #AndroidManifestService_process android:process} | Specify a specific process that the associated code is to run in. |
{@link #AndroidManifestService_singleUser android:singleUser} | If set to true, a single instance of this component will run for all users. |
{@link #AndroidManifestService_stopWithTask android:stopWithTask} | If set to true, this service with be automatically stopped when the user remove a task rooted in an activity owned by the application. |
@attr description Descriptive text for the associated data.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int AndroidManifestService_description = 7; /**
@attr description Specify whether the service is enabled or not (that is, can be instantiated by the system). It can also be specified for an application as a whole, in which case a value of "false" will override any component specific values (a value of "true" will not override the component specific values).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int AndroidManifestService_enabled = 4; /**
@attr description 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 {@link android.R.attr#exported}. @attr name android:exported */ public static final int AndroidManifestService_exported = 5; /**
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int AndroidManifestService_icon = 1; /**
@attr description If set to true, this service will run under a special process that is isolated from the rest of the system. The only communication with it is through the Service API (binding and starting).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#isolatedProcess}. @attr name android:isolatedProcess */ public static final int AndroidManifestService_isolatedProcess = 10; /**
@attr description 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 {@link android.R.attr#label}. @attr name android:label */ public static final int AndroidManifestService_label = 0; /**
@attr description A Drawable resource providing an extended graphical logo for its associated item. Use with the application tag (to supply a default logo for all application components), or with the activity, receiver, service, or instrumentation tag (to supply a specific logo for that component). It may also be used with the intent-filter tag to supply a logo to show to the user when an activity is being selected based on a particular Intent.
The given logo will be used to display to the user a graphical representation of its associated component; for example as the header in the Action Bar. The primary differences between an icon and a logo are that logos are often wider and more detailed, and are used without an accompanying text caption. 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 {@link android.R.attr#logo}. @attr name android:logo */ public static final int AndroidManifestService_logo = 8; /**
@attr description Required name of the class implementing the service, deriving from {@link android.app.Service}. This is a fully qualified class name (for example, com.mycompany.myapp.MyService); as a short-hand if the first character of the class is a period then it is appended to your package name.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestService_name = 2; /**
@attr description Specify a permission that a client is required to have in order to use the associated object. If the client does not hold the named permission, its request will fail. See the Security and Permissions document for more information on permissions.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#permission}. @attr name android:permission */ public static final int AndroidManifestService_permission = 3; /**
@attr description 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 {@link android.R.attr#process}. @attr name android:process */ public static final int AndroidManifestService_process = 6; /**
@attr description If set to true, a single instance of this component will run for all users. That instance will run as user 0, the default/primary user. When the app running is in processes for other users and interacts with this component (by binding to a service for example) those processes will always interact with the instance running for user 0. Enabling single user mode forces "exported" of the component to be false, to help avoid introducing multi-user security bugs. This feature is only available to applications built in to the system image; you must hold the permission INTERACT_ACROSS_USERS in order to use this feature. This flag can only be used with services, receivers, and providers; it can not be used with 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 {@link android.R.attr#singleUser}. @attr name android:singleUser */ public static final int AndroidManifestService_singleUser = 11; /**
@attr description If set to true, this service with be automatically stopped when the user remove a task rooted in an activity owned by the application. 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 {@link android.R.attr#stopWithTask}.
@attr name android:stopWithTask
*/
public static final int AndroidManifestService_stopWithTask = 9;
/** The input-type tag is a child of the supports-input tag, which
is itself a child of the root {@link #AndroidManifest manifest} tag. Each
input-type tag specifices the name of a specific input device type. When
grouped with the other elements of the parent supports-input tag it defines
a collection of input devices, which when all used together, are considered a supported
input mechanism for the application. There may be multiple supports-input
tags defined, each containing a different combination of input device types.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestSupportsInputInputType_name android:name} | Specifices the name of the input device type |
@attr description Specifices the name of the input device type
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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestSupportsInputInputType_name = 0;
/** The supports-screens specifies the screen dimensions an
application supports. By default a modern application supports all
screen sizes and must explicitly disable certain screen sizes here;
older applications are assumed to only support the traditional normal
(HVGA) screen size. Note that screen size is a separate axis from
density, and is determined as the available pixels to an application
after density scaling has been applied.
This appears as a child tag of the {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestSupportsScreens_anyDensity android:anyDensity} | Indicates whether the application can accommodate any screen density. |
{@link #AndroidManifestSupportsScreens_compatibleWidthLimitDp android:compatibleWidthLimitDp} | Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the largest screens an application is compatible with. |
{@link #AndroidManifestSupportsScreens_largeScreens android:largeScreens} | Indicates whether the application supports larger screen form-factors. |
{@link #AndroidManifestSupportsScreens_largestWidthLimitDp android:largestWidthLimitDp} | Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the screens an application is compatible with. |
{@link #AndroidManifestSupportsScreens_normalScreens android:normalScreens} | Indicates whether an application supports the normal screen form-factors. |
{@link #AndroidManifestSupportsScreens_requiresSmallestWidthDp android:requiresSmallestWidthDp} | Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the minimum screen size an application is compatible with. |
{@link #AndroidManifestSupportsScreens_resizeable android:resizeable} | Indicates whether the application can resize itself to newer screen sizes. |
{@link #AndroidManifestSupportsScreens_smallScreens android:smallScreens} | Indicates whether the application supports smaller screen form-factors. |
{@link #AndroidManifestSupportsScreens_xlargeScreens android:xlargeScreens} | Indicates whether the application supports extra large screen form-factors. |
@attr description Indicates whether the application can accommodate any screen density. Older applications are assumed to not be able to, new ones able to. You can explicitly supply your abilities here.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#anyDensity}. @attr name android:anyDensity */ public static final int AndroidManifestSupportsScreens_anyDensity = 0; /**
@attr description Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the largest screens an application is compatible with. This attribute provides the maximum "smallest screen width" (as per the -swNNNdp resource configuration) that the application is designed for. If this value is smaller than the "smallest screen width" of the device it is running on, the user is offered to run it in a compatibility mode that emulates a smaller screen and zooms it to fit the screen. Currently the compatibility mode only emulates phone screens with a 320dp width, so compatibility mode is not applied if the value for compatibleWidthLimitDp is larger than 320.
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 {@link android.R.attr#compatibleWidthLimitDp}. @attr name android:compatibleWidthLimitDp */ public static final int AndroidManifestSupportsScreens_compatibleWidthLimitDp = 7; /**
@attr description Indicates whether the application supports larger screen form-factors. A large screen is defined as a screen that is significantly larger than a normal phone screen, and thus may require some special care on the application's part to make good use of it. An example would be a VGA normal density screen, though even larger screens are certainly possible. An application that does not support large screens will be placed as a postage stamp on such a screen, so that it retains the dimensions it was originally designed for.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#largeScreens}. @attr name android:largeScreens */ public static final int AndroidManifestSupportsScreens_largeScreens = 3; /**
@attr description Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the screens an application is compatible with. This attribute provides the maximum "smallest screen width" (as per the -swNNNdp resource configuration) that the application can work well on. If this value is smaller than the "smallest screen width" of the device it is running on, the application will be forced in to screen compatibility mode with no way for the user to turn it off. Currently the compatibility mode only emulates phone screens with a 320dp width, so compatibility mode is not applied if the value for largestWidthLimitDp is larger than 320.
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 {@link android.R.attr#largestWidthLimitDp}. @attr name android:largestWidthLimitDp */ public static final int AndroidManifestSupportsScreens_largestWidthLimitDp = 8; /**
@attr description Indicates whether an application supports the normal screen form-factors. Traditionally this is an HVGA normal density screen, but WQVGA low density and WVGA high density are also considered to be normal. This attribute is true by default, and applications currently should leave it that way.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#normalScreens}. @attr name android:normalScreens */ public static final int AndroidManifestSupportsScreens_normalScreens = 2; /**
@attr description Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}, this is the new way to specify the minimum screen size an application is compatible with. This attribute provides the required minimum "smallest screen width" (as per the -swNNNdp resource configuration) that the application can run on. For example, a typical phone screen is 320, a 7" tablet 600, and a 10" tablet 720. If the smallest screen width of the device is below the value supplied here, then the application is considered incompatible with that device. If not supplied, then any old smallScreens, normalScreens, largeScreens, or xlargeScreens attributes will be used instead.
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 {@link android.R.attr#requiresSmallestWidthDp}. @attr name android:requiresSmallestWidthDp */ public static final int AndroidManifestSupportsScreens_requiresSmallestWidthDp = 6; /**
@attr description Indicates whether the application can resize itself to newer screen sizes. This is mostly used to distinguish between old applications that may not be compatible with newly introduced screen sizes and newer applications that should be; it will be set for you automatically based on whether you are targeting a newer platform that supports more screens.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#resizeable}. @attr name android:resizeable */ public static final int AndroidManifestSupportsScreens_resizeable = 4; /**
@attr description Indicates whether the application supports smaller screen form-factors. A small screen is defined as one with a smaller aspect ratio than the traditional HVGA screen; that is, for a portrait screen, less tall than an HVGA screen. In practice, this means a QVGA low density or VGA high density screen. An application that does not support small screens will not be available for small screen devices, since there is little the platform can do to make such an application work on a smaller screen.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#smallScreens}. @attr name android:smallScreens */ public static final int AndroidManifestSupportsScreens_smallScreens = 1; /**
@attr description Indicates whether the application supports extra large screen form-factors.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#xlargeScreens}.
@attr name android:xlargeScreens
*/
public static final int AndroidManifestSupportsScreens_xlargeScreens = 5;
/** The uses-configuration tag specifies
a specific hardware configuration value used by the application.
For example an application might specify that it requires
a physical keyboard or a particular navigation method like
trackball. Multiple such attribute values can be specified by the
application.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestUsesConfiguration_reqFiveWayNav android:reqFiveWayNav} | Application's requirement for five way navigation |
{@link #AndroidManifestUsesConfiguration_reqHardKeyboard android:reqHardKeyboard} | Application's requirement for a hard keyboard |
{@link #AndroidManifestUsesConfiguration_reqKeyboardType android:reqKeyboardType} | The input method preferred by an application. |
{@link #AndroidManifestUsesConfiguration_reqNavigation android:reqNavigation} | The navigation device preferred by an application. |
{@link #AndroidManifestUsesConfiguration_reqTouchScreen android:reqTouchScreen} | The type of touch screen used by an application. |
@attr description Application's requirement for five way navigation
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#reqFiveWayNav}. @attr name android:reqFiveWayNav */ public static final int AndroidManifestUsesConfiguration_reqFiveWayNav = 4; /**
@attr description Application's requirement for a hard keyboard
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#reqHardKeyboard}. @attr name android:reqHardKeyboard */ public static final int AndroidManifestUsesConfiguration_reqHardKeyboard = 2; /**
@attr description The input method preferred by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
nokeys | 1 | |
qwerty | 2 | |
twelvekey | 3 |
This corresponds to the global attribute resource symbol {@link android.R.attr#reqKeyboardType}. @attr name android:reqKeyboardType */ public static final int AndroidManifestUsesConfiguration_reqKeyboardType = 1; /**
@attr description The navigation device preferred by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
nonav | 1 | |
dpad | 2 | |
trackball | 3 | |
wheel | 4 |
This corresponds to the global attribute resource symbol {@link android.R.attr#reqNavigation}. @attr name android:reqNavigation */ public static final int AndroidManifestUsesConfiguration_reqNavigation = 3; /**
@attr description The type of touch screen used by an application.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
undefined | 0 | |
notouch | 1 | |
stylus | 2 | |
finger | 3 |
This corresponds to the global attribute
resource symbol {@link android.R.attr#reqTouchScreen}.
@attr name android:reqTouchScreen
*/
public static final int AndroidManifestUsesConfiguration_reqTouchScreen = 0;
/** The uses-feature tag specifies
a specific feature used by the application.
For example an application might specify that it requires
specific version of OpenGL. Multiple such attribute
values can be specified by the application.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestUsesFeature_glEsVersion android:glEsVersion} | The GLES driver version number needed by an application. |
{@link #AndroidManifestUsesFeature_name android:name} | The name of the feature that is being used. |
{@link #AndroidManifestUsesFeature_required android:required} | Specify whether this feature is required for the application. |
@attr description The GLES driver version number needed by an application. The higher 16 bits represent the major number and the lower 16 bits represent the minor number. For example for GL 1.2 referring to 0x00000102, the actual value should be set as 0x00010002.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#glEsVersion}. @attr name android:glEsVersion */ public static final int AndroidManifestUsesFeature_glEsVersion = 1; /**
@attr description The name of the feature that is being used.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestUsesFeature_name = 0; /**
@attr description Specify whether this feature is required for the application. The default is true, meaning the application requires the feature, and does not want to be installed on devices that don't support it. If you set this to false, then this will not impose a restriction on where the application can be installed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#required}.
@attr name android:required
*/
public static final int AndroidManifestUsesFeature_required = 2;
/** The uses-libraries specifies a shared library that this
package requires to be linked against. Specifying this flag tells the
system to include this library's code in your class loader.
This appears as a child tag of the {@link #AndroidManifestApplication application} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestUsesLibrary_name android:name} | Required name of the library you use. |
{@link #AndroidManifestUsesLibrary_required android:required} | Specify whether this library is required for the application. |
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int AndroidManifestUsesLibrary_name = 0; /**
@attr description Specify whether this library is required for the application. The default is true, meaning the application requires the library, and does not want to be installed on devices that don't support it. If you set this to false, then this will allow the application to be installed even if the library doesn't exist, and you will need to check for its presence dynamically at runtime.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#required}.
@attr name android:required
*/
public static final int AndroidManifestUsesLibrary_required = 1;
/** The uses-permission tag requests a
{@link #AndroidManifestPermission <permission>} that the containing
package must be granted in order for it to operate correctly.
See the Security and Permissions
document for more information on permissions. Also available is a
{@link android.Manifest.permission list of permissions} included
with the base platform.
This appears as a child tag of the root
{@link #AndroidManifest manifest} tag.
Specify whether this permission is required for the application.
The default is true, meaning the application requires the
permission, and it must always be granted when it is installed.
If you set this to false, then in some cases the application may
be installed with it being granted the permission, and it will
need to request the permission later if it needs it.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestUsesPermission_maxSdkVersion android:maxSdkVersion} | Optional: specify the maximum version of the Android OS for which the application wishes to request the permission. |
{@link #AndroidManifestUsesPermission_name android:name} | Required name of the permission you use, as published with the corresponding name attribute of a {@link android.R.styleable#AndroidManifestPermission <permission>} tag; often this is one of the {@link android.Manifest.permission standard system permissions}. |
@attr description Optional: specify the maximum version of the Android OS for which the application wishes to request the permission. When running on a version of Android higher than the number given here, the permission will not be requested.
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 {@link android.R.attr#maxSdkVersion}. @attr name android:maxSdkVersion */ public static final int AndroidManifestUsesPermission_maxSdkVersion = 1; /**
@attr description Required name of the permission you use, as published with the corresponding name attribute of a {@link android.R.styleable#AndroidManifestPermission <permission>} tag; often this is one of the {@link android.Manifest.permission 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 {@link android.R.attr#name}.
@attr name android:name
*/
public static final int AndroidManifestUsesPermission_name = 0;
/** The uses-sdk tag describes the SDK features that the
containing package must be running on to operate correctly.
This appears as a child tag of the root {@link #AndroidManifest manifest} tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AndroidManifestUsesSdk_maxSdkVersion android:maxSdkVersion} | This is the maximum SDK version number that an application works on. |
{@link #AndroidManifestUsesSdk_minSdkVersion android:minSdkVersion} | This is the minimum SDK version number that the application requires. |
{@link #AndroidManifestUsesSdk_targetSdkVersion android:targetSdkVersion} | This is the SDK version number that the application is targeting. |
@attr description This is the maximum SDK version number that an application works on. You can use this to ensure your application is filtered out of later versions of the platform when you know you have incompatibility with them.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#maxSdkVersion}. @attr name android:maxSdkVersion */ public static final int AndroidManifestUsesSdk_maxSdkVersion = 2; /**
@attr description This is the minimum SDK version number that the application requires. This number is an abstract integer, from the list in {@link android.os.Build.VERSION_CODES} If not supplied, the application will work on any SDK. This may also be string (such as "Donut") if the application was built against a development branch, in which case it will only work against the development builds.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#minSdkVersion}. @attr name android:minSdkVersion */ public static final int AndroidManifestUsesSdk_minSdkVersion = 0; /**
@attr description This is the SDK version number that the application is targeting. It is able to run on older versions (down to minSdkVersion), but was explicitly tested to work with the version specified here. Specifying this version allows the platform to disable compatibility code that are not required or enable newer features that are not available to older applications. This may also be a string (such as "Donut") if this is built against a development branch, in which case minSdkVersion is also forced to be that string.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#targetSdkVersion}. @attr name android:targetSdkVersion */ public static final int AndroidManifestUsesSdk_targetSdkVersion = 1; /** Attributes that can be used with a AnimatedRotateDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnimatedRotateDrawable_drawable android:drawable} | Reference to a drawable resource to use for the frame. |
{@link #AnimatedRotateDrawable_pivotX android:pivotX} | |
{@link #AnimatedRotateDrawable_pivotY android:pivotY} | |
{@link #AnimatedRotateDrawable_visible android:visible} | Provides initial visibility state of the drawable; the default value is false. |
@attr description 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 {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int AnimatedRotateDrawable_drawable = 1; /**
This symbol is the offset where the {@link android.R.attr#pivotX} attribute's value can be found in the {@link #AnimatedRotateDrawable} array.
May be a floating point value, such as "1.2".
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotX
*/
public static final int AnimatedRotateDrawable_pivotX = 2;
/**
This symbol is the offset where the {@link android.R.attr#pivotY} attribute's value can be found in the {@link #AnimatedRotateDrawable} array.
May be a floating point value, such as "1.2".
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotY
*/
public static final int AnimatedRotateDrawable_pivotY = 3;
/**
@attr description Provides initial visibility state of the drawable; the default value is false. See {@link android.graphics.drawable.Drawable#setVisible}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int AnimatedRotateDrawable_visible = 0; /** Attributes that can be used with a Animation.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Animation_background android:background} | Special background behind animation. |
{@link #Animation_detachWallpaper android:detachWallpaper} | Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it. |
{@link #Animation_duration android:duration} | Amount of time (in milliseconds) for the animation to run. |
{@link #Animation_fillAfter android:fillAfter} | When set to true, the animation transformation is applied after the animation is over. |
{@link #Animation_fillBefore android:fillBefore} | When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. |
{@link #Animation_fillEnabled android:fillEnabled} | When set to true, the value of fillBefore is taken into account. |
{@link #Animation_interpolator android:interpolator} | Defines the interpolator used to smooth the animation movement in time. |
{@link #Animation_repeatCount android:repeatCount} | Defines how many times the animation should repeat. |
{@link #Animation_repeatMode android:repeatMode} | Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. |
{@link #Animation_startOffset android:startOffset} | Delay in milliseconds before the animation runs, once start time is reached. |
{@link #Animation_zAdjustment android:zAdjustment} | Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation. |
@attr description Special background behind animation. Only for use with window animations. Can only be a color, and only black. If 0, the default, there is no 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 {@link android.R.attr#background}. @attr name android:background */ public static final int Animation_background = 0; /**
@attr description Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#detachWallpaper}. @attr name android:detachWallpaper */ public static final int Animation_detachWallpaper = 10; /**
@attr description 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 {@link android.R.attr#duration}. @attr name android:duration */ public static final int Animation_duration = 2; /**
@attr description When set to true, the animation transformation is applied after the animation is over. The default value is false. If fillEnabled is not set to true and the animation is not set on a View, fillAfter is assumed to be true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fillAfter}. @attr name android:fillAfter */ public static final int Animation_fillAfter = 4; /**
@attr description When set to true or when fillEnabled is not 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 {@link android.R.attr#fillBefore}. @attr name android:fillBefore */ public static final int Animation_fillBefore = 3; /**
@attr description When set to true, the value of fillBefore is taken into account.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fillEnabled}. @attr name android:fillEnabled */ public static final int Animation_fillEnabled = 9; /**
@attr description 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 {@link android.R.attr#interpolator}. @attr name android:interpolator */ public static final int Animation_interpolator = 1; /**
@attr description 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 {@link android.R.attr#repeatCount}. @attr name android:repeatCount */ public static final int Animation_repeatCount = 6; /**
@attr description 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 {@link android.R.attr#repeatMode}. @attr name android:repeatMode */ public static final int Animation_repeatMode = 7; /**
@attr description 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 {@link android.R.attr#startOffset}. @attr name android:startOffset */ public static final int Animation_startOffset = 5; /**
@attr description 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 {@link android.R.attr#zAdjustment}. @attr name android:zAdjustment */ public static final int Animation_zAdjustment = 8; /** Drawable used to render several animated frames.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnimationDrawable_oneshot android:oneshot} | If true, the animation will only run a single time and then stop. |
{@link #AnimationDrawable_variablePadding android:variablePadding} | If true, allows the drawable's padding to change based on the current state that is selected. |
{@link #AnimationDrawable_visible android:visible} | Provides initial visibility state of the drawable; the default value is false. |
@attr description 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 {@link android.R.attr#oneshot}. @attr name android:oneshot */ public static final int AnimationDrawable_oneshot = 2; /**
@attr description 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 {@link android.R.attr#variablePadding}. @attr name android:variablePadding */ public static final int AnimationDrawable_variablePadding = 1; /**
@attr description Provides initial visibility state of the drawable; the default value is false. See {@link android.graphics.drawable.Drawable#setVisible}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int AnimationDrawable_visible = 0; /** Represents a single frame inside an AnimationDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnimationDrawableItem_drawable android:drawable} | Reference to a drawable resource to use for the frame. |
{@link #AnimationDrawableItem_duration android:duration} | Amount of time (in milliseconds) to display this frame. |
@attr description 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 {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int AnimationDrawableItem_drawable = 1; /**
@attr description 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 {@link android.R.attr#duration}. @attr name android:duration */ public static final int AnimationDrawableItem_duration = 0; /** Attributes that can be used with a AnimationSet.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnimationSet_duration android:duration} | Amount of time (in milliseconds) to display this frame. |
{@link #AnimationSet_fillAfter android:fillAfter} | When set to true, the animation transformation is applied after the animation is over. |
{@link #AnimationSet_fillBefore android:fillBefore} | When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. |
{@link #AnimationSet_repeatMode android:repeatMode} | Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. |
{@link #AnimationSet_shareInterpolator android:shareInterpolator} | |
{@link #AnimationSet_startOffset android:startOffset} | Delay in milliseconds before the animation runs, once start time is reached. |
@attr description 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 {@link android.R.attr#duration}. @attr name android:duration */ public static final int AnimationSet_duration = 0; /**
@attr description When set to true, the animation transformation is applied after the animation is over. The default value is false. If fillEnabled is not set to true and the animation is not set on a View, fillAfter is assumed to be true.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fillAfter}. @attr name android:fillAfter */ public static final int AnimationSet_fillAfter = 3; /**
@attr description When set to true or when fillEnabled is not 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 {@link android.R.attr#fillBefore}. @attr name android:fillBefore */ public static final int AnimationSet_fillBefore = 2; /**
@attr description 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 {@link android.R.attr#repeatMode}. @attr name android:repeatMode */ public static final int AnimationSet_repeatMode = 5; /**
This symbol is the offset where the {@link android.R.attr#shareInterpolator} attribute's value can be found in the {@link #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.
@attr name android:shareInterpolator
*/
public static final int AnimationSet_shareInterpolator = 1;
/**
@attr description 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 {@link android.R.attr#startOffset}. @attr name android:startOffset */ public static final int AnimationSet_startOffset = 4; /** Attributes that can be used with a Animator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Animator_duration android:duration} | Amount of time (in milliseconds) for the animation to run. |
{@link #Animator_interpolator android:interpolator} | Defines the interpolator used to smooth the animation movement in time. |
{@link #Animator_repeatCount android:repeatCount} | Defines how many times the animation should repeat. |
{@link #Animator_repeatMode android:repeatMode} | Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. |
{@link #Animator_startOffset android:startOffset} | Delay in milliseconds before the animation runs, once start time is reached. |
{@link #Animator_valueFrom android:valueFrom} | Value the animation starts from. |
{@link #Animator_valueTo android:valueTo} | Value the animation animates to. |
{@link #Animator_valueType android:valueType} | The type of valueFrom and valueTo. |
@attr description 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 {@link android.R.attr#duration}. @attr name android:duration */ public static final int Animator_duration = 1; /**
@attr description 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 {@link android.R.attr#interpolator}. @attr name android:interpolator */ public static final int Animator_interpolator = 0; /**
@attr description 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 {@link android.R.attr#repeatCount}. @attr name android:repeatCount */ public static final int Animator_repeatCount = 3; /**
@attr description 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 {@link android.R.attr#repeatMode}. @attr name android:repeatMode */ public static final int Animator_repeatMode = 4; /**
@attr description 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 {@link android.R.attr#startOffset}. @attr name android:startOffset */ public static final int Animator_startOffset = 2; /**
@attr description Value the animation starts from.
May be an integer value, such as "100".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#valueFrom}. @attr name android:valueFrom */ public static final int Animator_valueFrom = 5; /**
@attr description Value the animation animates to.
May be an integer value, such as "100".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#valueTo}. @attr name android:valueTo */ public static final int Animator_valueTo = 6; /**
@attr description The type of valueFrom and valueTo.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
floatType | 0 | valueFrom and valueTo are floats. This is the default value is valueType is unspecified. Note that if either valueFrom or valueTo represent colors (beginning with "#"), then this attribute is ignored and the color values are interpreted as integers. |
intType | 1 | valueFrom and valueTo are integers. |
This corresponds to the global attribute resource symbol {@link android.R.attr#valueType}. @attr name android:valueType */ public static final int Animator_valueType = 7; /** Attributes that can be used with a AnimatorSet.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnimatorSet_ordering android:ordering} | Name of the property being animated. |
@attr description Name of the property being animated.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
together | 0 | child animations should be played together. |
sequentially | 1 | child animations should be played sequentially, in the same order as the xml. |
This corresponds to the global attribute resource symbol {@link android.R.attr#ordering}. @attr name android:ordering */ public static final int AnimatorSet_ordering = 0; /** Attributes that can be used with a AnticipateInterpolator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnticipateInterpolator_tension android:tension} | This is the amount of tension. |
@attr description This is the amount of tension.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#tension}. @attr name android:tension */ public static final int AnticipateInterpolator_tension = 0; /** Attributes that can be used with a AnticipateOvershootInterpolator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AnticipateOvershootInterpolator_extraTension android:extraTension} | This is the amount by which to multiply the tension. |
{@link #AnticipateOvershootInterpolator_tension android:tension} | This is the amount of tension. |
@attr description This is the amount by which to multiply the tension.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#extraTension}. @attr name android:extraTension */ public static final int AnticipateOvershootInterpolator_extraTension = 1; /**
@attr description This is the amount of tension.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#tension}.
@attr name android:tension
*/
public static final int AnticipateOvershootInterpolator_tension = 0;
/** Use appwidget-provider as the root tag of the XML resource that
describes an AppWidget provider. See {@link android.appwidget android.appwidget}
package for more info.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AppWidgetProviderInfo_autoAdvanceViewId android:autoAdvanceViewId} | The view id of the AppWidget subview which should be auto-advanced. |
{@link #AppWidgetProviderInfo_configure android:configure} | A class name in the AppWidget's package to be launched to configure. |
{@link #AppWidgetProviderInfo_initialKeyguardLayout android:initialKeyguardLayout} | A resource id of a layout. |
{@link #AppWidgetProviderInfo_initialLayout android:initialLayout} | A resource id of a layout. |
{@link #AppWidgetProviderInfo_minHeight android:minHeight} | Minimum height of the AppWidget. |
{@link #AppWidgetProviderInfo_minResizeHeight android:minResizeHeight} | Minimum height that the AppWidget can be resized to. |
{@link #AppWidgetProviderInfo_minResizeWidth android:minResizeWidth} | Minimum width that the AppWidget can be resized to. |
{@link #AppWidgetProviderInfo_minWidth android:minWidth} | Minimum width of the AppWidget. |
{@link #AppWidgetProviderInfo_previewImage android:previewImage} | A preview of what the AppWidget will look like after it's configured. |
{@link #AppWidgetProviderInfo_resizeMode android:resizeMode} | Optional parameter which indicates if and how this widget can be resized. |
{@link #AppWidgetProviderInfo_updatePeriodMillis android:updatePeriodMillis} | Update period in milliseconds, or 0 if the AppWidget will update itself. |
{@link #AppWidgetProviderInfo_widgetCategory android:widgetCategory} | Optional parameter which indicates where this widget can be shown, ie. |
@attr description The view id of the AppWidget subview which should be auto-advanced. by the widget's host.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#autoAdvanceViewId}. @attr name android:autoAdvanceViewId */ public static final int AppWidgetProviderInfo_autoAdvanceViewId = 6; /**
@attr description A class name in the AppWidget's package to be launched to configure. If not supplied, then no activity will be launched.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#configure}. @attr name android:configure */ public static final int AppWidgetProviderInfo_configure = 4; /**
@attr description A resource id of a layout.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#initialKeyguardLayout}. @attr name android:initialKeyguardLayout */ public static final int AppWidgetProviderInfo_initialKeyguardLayout = 10; /**
@attr description A resource id of a layout.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#initialLayout}. @attr name android:initialLayout */ public static final int AppWidgetProviderInfo_initialLayout = 3; /**
@attr description Minimum height of the AppWidget.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#minHeight}. @attr name android:minHeight */ public static final int AppWidgetProviderInfo_minHeight = 1; /**
@attr description Minimum height that the AppWidget can be resized to.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#minResizeHeight}. @attr name android:minResizeHeight */ public static final int AppWidgetProviderInfo_minResizeHeight = 9; /**
@attr description Minimum width that the AppWidget can be resized to.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#minResizeWidth}. @attr name android:minResizeWidth */ public static final int AppWidgetProviderInfo_minResizeWidth = 8; /**
@attr description Minimum width of the AppWidget.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#minWidth}. @attr name android:minWidth */ public static final int AppWidgetProviderInfo_minWidth = 0; /**
@attr description A preview of what the AppWidget will look like after it's configured. If not supplied, the AppWidget's icon 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 {@link android.R.attr#previewImage}. @attr name android:previewImage */ public static final int AppWidgetProviderInfo_previewImage = 5; /**
@attr description Optional parameter which indicates if and how this widget can be resized. Supports combined values using | operator.
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 or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0x0 | |
horizontal | 0x1 | |
vertical | 0x2 |
This corresponds to the global attribute resource symbol {@link android.R.attr#resizeMode}. @attr name android:resizeMode */ public static final int AppWidgetProviderInfo_resizeMode = 7; /**
@attr description Update period in milliseconds, or 0 if the AppWidget will update itself.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#updatePeriodMillis}. @attr name android:updatePeriodMillis */ public static final int AppWidgetProviderInfo_updatePeriodMillis = 2; /**
@attr description Optional parameter which indicates where this widget can be shown, ie. home screen, keyguard or both. resized. Supports combined values using | operator.
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 or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
home_screen | 0x1 | |
keyguard | 0x2 |
This corresponds to the global attribute resource symbol {@link android.R.attr#widgetCategory}. @attr name android:widgetCategory */ public static final int AppWidgetProviderInfo_widgetCategory = 11; /** Attributes that can be used with a AutoCompleteTextView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #AutoCompleteTextView_completionHint android:completionHint} | Defines the hint displayed in the drop down menu. |
{@link #AutoCompleteTextView_completionHintView android:completionHintView} | Defines the hint view displayed in the drop down menu. |
{@link #AutoCompleteTextView_completionThreshold android:completionThreshold} | Defines the number of characters that the user must type before completion suggestions are displayed in a drop down menu. |
{@link #AutoCompleteTextView_dropDownAnchor android:dropDownAnchor} | View to anchor the auto-complete dropdown to. |
{@link #AutoCompleteTextView_dropDownHeight android:dropDownHeight} | Specifies the basic height of the dropdown. |
{@link #AutoCompleteTextView_dropDownHorizontalOffset android:dropDownHorizontalOffset} | Amount of pixels by which the drop down should be offset horizontally. |
{@link #AutoCompleteTextView_dropDownSelector android:dropDownSelector} | Selector in a drop down list. |
{@link #AutoCompleteTextView_dropDownVerticalOffset android:dropDownVerticalOffset} | Amount of pixels by which the drop down should be offset vertically. |
{@link #AutoCompleteTextView_dropDownWidth android:dropDownWidth} | Specifies the basic width of the dropdown. |
{@link #AutoCompleteTextView_inputType android:inputType} | The type of data being placed in a text field, used to help an input method decide how to let the user enter text. |
@attr description 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 {@link android.R.attr#completionHint}. @attr name android:completionHint */ public static final int AutoCompleteTextView_completionHint = 0; /**
@attr description 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 {@link android.R.attr#completionHintView}. @attr name android:completionHintView */ public static final int AutoCompleteTextView_completionHintView = 1; /**
@attr description 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 {@link android.R.attr#completionThreshold}. @attr name android:completionThreshold */ public static final int AutoCompleteTextView_completionThreshold = 2; /**
@attr description View to anchor the auto-complete dropdown to. If not specified, the text view itself is used.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownAnchor}. @attr name android:dropDownAnchor */ public static final int AutoCompleteTextView_dropDownAnchor = 6; /**
@attr description Specifies the basic height of the dropdown. Its value may be a dimension (such as "12dip") for a constant height, fill_parent or match_parent to fill the height of the screen, or wrap_content to match the height of the content of the drop down.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The dropdown should fit the height of the screen. This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The dropdown should fit the height of the screen. Introduced in API Level 8. |
wrap_content | -2 | The dropdown should fit the height of the content. |
This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownHeight}. @attr name android:dropDownHeight */ public static final int AutoCompleteTextView_dropDownHeight = 7; /**
@attr description Amount of pixels by which the drop down should be offset horizontally.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownHorizontalOffset}. @attr name android:dropDownHorizontalOffset */ public static final int AutoCompleteTextView_dropDownHorizontalOffset = 8; /**
@attr description 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 {@link android.R.attr#dropDownSelector}. @attr name android:dropDownSelector */ public static final int AutoCompleteTextView_dropDownSelector = 3; /**
@attr description Amount of pixels by which the drop down should be offset vertically.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownVerticalOffset}. @attr name android:dropDownVerticalOffset */ public static final int AutoCompleteTextView_dropDownVerticalOffset = 9; /**
@attr description Specifies the basic width of the dropdown. Its value may be a dimension (such as "12dip") for a constant width, fill_parent or match_parent to match the width of the screen, or wrap_content to match the width of the anchored view.
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fill_parent | -1 | The dropdown should fill the width of the screen. This constant is deprecated starting from API Level 8 and is replaced by {@code match_parent}. |
match_parent | -1 | The dropdown should fit the width of the screen. Introduced in API Level 8. |
wrap_content | -2 | The dropdown should fit the width of its anchor. |
This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownWidth}. @attr name android:dropDownWidth */ public static final int AutoCompleteTextView_dropDownWidth = 5; /**
@attr description The type of data being placed in a text field, used to help an input method decide how to let the user enter text. The constants here correspond to those defined by {@link android.text.InputType}. Generally you can select a single value, though some can be combined together as indicated. Setting this attribute to anything besides none also implies that the text is editable.
Must be one or more (separated by '|') of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0x00000000 | There is no content type. The text is not editable. |
text | 0x00000001 | Just plain old text. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_NORMAL}. |
textCapCharacters | 0x00001001 | Can be combined with text and its variations to request capitalization of all characters. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}. |
textCapWords | 0x00002001 | Can be combined with text and its variations to request capitalization of the first character of every word. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_WORDS}. |
textCapSentences | 0x00004001 | Can be combined with text and its variations to request capitalization of the first character of every sentence. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_CAP_SENTENCES}. |
textAutoCorrect | 0x00008001 | Can be combined with text and its variations to request auto-correction of text being input. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_CORRECT}. |
textAutoComplete | 0x00010001 | Can be combined with text and its variations to specify that this field will be doing its own auto-completion and talking with the input method appropriately. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_COMPLETE}. |
textMultiLine | 0x00020001 | Can be combined with text and its variations to allow multiple lines of text in the field. If this flag is not set, the text field will be constrained to a single line. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_MULTI_LINE}. |
textImeMultiLine | 0x00040001 | Can be combined with text and its variations to indicate that though the regular text view should not be multiple lines, the IME should provide multiple lines if it can. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_IME_MULTI_LINE}. |
textNoSuggestions | 0x00080001 | Can be combined with text and its variations to indicate that the IME should not show any dictionary-based word suggestions. Corresponds to {@link android.text.InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS}. |
textUri | 0x00000011 | Text that will be used as a URI. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_URI}. |
textEmailAddress | 0x00000021 | Text that will be used as an e-mail address. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_ADDRESS}. |
textEmailSubject | 0x00000031 | Text that is being supplied as the subject of an e-mail. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_SUBJECT}. |
textShortMessage | 0x00000041 | Text that is the content of a short message. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_SHORT_MESSAGE}. |
textLongMessage | 0x00000051 | Text that is the content of a long message. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_LONG_MESSAGE}. |
textPersonName | 0x00000061 | Text that is the name of a person. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PERSON_NAME}. |
textPostalAddress | 0x00000071 | Text that is being supplied as a postal mailing address. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_POSTAL_ADDRESS}. |
textPassword | 0x00000081 | Text that is a password. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PASSWORD}. |
textVisiblePassword | 0x00000091 | Text that is a password that should be visible. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD}. |
textWebEditText | 0x000000a1 | Text that is being supplied as text in a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EDIT_TEXT}. |
textFilter | 0x000000b1 | Text that is filtering some other data. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_FILTER}. |
textPhonetic | 0x000000c1 | Text that is for phonetic pronunciation, such as a phonetic name field in a contact entry. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_PHONETIC}. |
textWebEmailAddress | 0x000000d1 | Text that will be used as an e-mail address on a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS}. |
textWebPassword | 0x000000e1 | Text that will be used as a password on a web form. Corresponds to {@link android.text.InputType#TYPE_CLASS_TEXT} | {@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_PASSWORD}. |
number | 0x00000002 | A numeric only field. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_VARIATION_NORMAL}. |
numberSigned | 0x00001002 | Can be combined with number and its other options to allow a signed number. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_FLAG_SIGNED}. |
numberDecimal | 0x00002002 | Can be combined with number and its other options to allow a decimal (fractional) number. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_FLAG_DECIMAL}. |
numberPassword | 0x00000012 | A numeric password field. Corresponds to {@link android.text.InputType#TYPE_CLASS_NUMBER} | {@link android.text.InputType#TYPE_NUMBER_VARIATION_PASSWORD}. |
phone | 0x00000003 | For entering a phone number. Corresponds to {@link android.text.InputType#TYPE_CLASS_PHONE}. |
datetime | 0x00000004 | For entering a date and time. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_NORMAL}. |
date | 0x00000014 | For entering a date. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_DATE}. |
time | 0x00000024 | For entering a time. Corresponds to {@link android.text.InputType#TYPE_CLASS_DATETIME} | {@link android.text.InputType#TYPE_DATETIME_VARIATION_TIME}. |
This corresponds to the global attribute resource symbol {@link android.R.attr#inputType}. @attr name android:inputType */ public static final int AutoCompleteTextView_inputType = 4; /** Drawable used to draw bitmaps.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #BitmapDrawable_antialias android:antialias} | Enables or disables antialiasing. |
{@link #BitmapDrawable_autoMirrored android:autoMirrored} | Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left). |
{@link #BitmapDrawable_dither 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). |
{@link #BitmapDrawable_filter android:filter} | Enables or disables bitmap filtering. |
{@link #BitmapDrawable_gravity android:gravity} | Defines the gravity for the bitmap. |
{@link #BitmapDrawable_mipMap android:mipMap} | Enables or disables the mipmap hint. |
{@link #BitmapDrawable_src android:src} | Identifier of the bitmap file. |
{@link #BitmapDrawable_tileMode android:tileMode} | Defines the tile mode. |
@attr description Enables or disables antialiasing. Antialiasing can be used to smooth the edges of a bitmap when rotated. 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 {@link android.R.attr#antialias}. @attr name android:antialias */ public static final int BitmapDrawable_antialias = 2; /**
@attr description Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left).
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#autoMirrored}. @attr name android:autoMirrored */ public static final int BitmapDrawable_autoMirrored = 7; /**
@attr description 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). 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 {@link android.R.attr#dither}. @attr name android:dither */ public static final int BitmapDrawable_dither = 4; /**
@attr description Enables or disables bitmap filtering. Filtering is used when the bitmap is shrunk or stretched to smooth its apperance. 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 {@link android.R.attr#filter}. @attr name android:filter */ public static final int BitmapDrawable_filter = 3; /**
@attr description 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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int BitmapDrawable_gravity = 0; /**
@attr description Enables or disables the mipmap hint. See {@link android.graphics.Bitmap#setHasMipMap(boolean)} for more information. 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 {@link android.R.attr#mipMap}. @attr name android:mipMap */ public static final int BitmapDrawable_mipMap = 6; /**
@attr description 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 {@link android.R.attr#src}. @attr name android:src */ public static final int BitmapDrawable_src = 1; /**
@attr description Defines the tile mode. When the tile mode is enabled, the bitmap is repeated. Gravity is ignored when the tile mode is enabled. Default value is "disabled".
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 {@link android.R.attr#tileMode}. @attr name android:tileMode */ public static final int BitmapDrawable_tileMode = 5; /** Attributes that can be used with a Button. */ public static final int[] Button = { }; /** Attributes that can be used with a CalendarView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #CalendarView_dateTextAppearance android:dateTextAppearance} | The text appearance for the calendar dates. |
{@link #CalendarView_firstDayOfWeek android:firstDayOfWeek} | The first day of week according to {@link java.util.Calendar}. |
{@link #CalendarView_focusedMonthDateColor android:focusedMonthDateColor} | The color for the dates of the focused month. |
{@link #CalendarView_maxDate android:maxDate} | The minimal date shown by this calendar view in mm/dd/yyyy format. |
{@link #CalendarView_minDate android:minDate} | The minimal date shown by this calendar view in mm/dd/yyyy format. |
{@link #CalendarView_selectedDateVerticalBar android:selectedDateVerticalBar} | Drawable for the vertical bar shown at the beginning and at the end of the selected date. |
{@link #CalendarView_selectedWeekBackgroundColor android:selectedWeekBackgroundColor} | The background color for the selected week. |
{@link #CalendarView_showWeekNumber android:showWeekNumber} | Whether do show week numbers. |
{@link #CalendarView_shownWeekCount android:shownWeekCount} | The number of weeks to be shown. |
{@link #CalendarView_unfocusedMonthDateColor android:unfocusedMonthDateColor} | The color for the dates of an unfocused month. |
{@link #CalendarView_weekDayTextAppearance android:weekDayTextAppearance} | The text appearance for the week day abbreviation of the calendar header. |
{@link #CalendarView_weekNumberColor android:weekNumberColor} | The color for the week numbers. |
{@link #CalendarView_weekSeparatorLineColor android:weekSeparatorLineColor} | The color for the separator line between weeks. |
@attr description The text appearance for the calendar dates.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#dateTextAppearance}. @attr name android:dateTextAppearance */ public static final int CalendarView_dateTextAppearance = 12; /**
@attr description The first day of week according to {@link java.util.Calendar}.
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 {@link android.R.attr#firstDayOfWeek}. @attr name android:firstDayOfWeek */ public static final int CalendarView_firstDayOfWeek = 0; /**
@attr description The color for the dates of the focused month.
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 {@link android.R.attr#focusedMonthDateColor}. @attr name android:focusedMonthDateColor */ public static final int CalendarView_focusedMonthDateColor = 6; /**
@attr description The minimal date shown by this calendar view in mm/dd/yyyy format.
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 {@link android.R.attr#maxDate}. @attr name android:maxDate */ public static final int CalendarView_maxDate = 3; /**
@attr description The minimal date shown by this calendar view in mm/dd/yyyy format.
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 {@link android.R.attr#minDate}. @attr name android:minDate */ public static final int CalendarView_minDate = 2; /**
@attr description Drawable for the vertical bar shown at the beginning and at the end of the selected date.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#selectedDateVerticalBar}. @attr name android:selectedDateVerticalBar */ public static final int CalendarView_selectedDateVerticalBar = 10; /**
@attr description The background color for the selected week.
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 {@link android.R.attr#selectedWeekBackgroundColor}. @attr name android:selectedWeekBackgroundColor */ public static final int CalendarView_selectedWeekBackgroundColor = 5; /**
@attr description Whether do show week numbers.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#showWeekNumber}. @attr name android:showWeekNumber */ public static final int CalendarView_showWeekNumber = 1; /**
@attr description The number of weeks to be shown.
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 {@link android.R.attr#shownWeekCount}. @attr name android:shownWeekCount */ public static final int CalendarView_shownWeekCount = 4; /**
@attr description The color for the dates of an unfocused month.
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 {@link android.R.attr#unfocusedMonthDateColor}. @attr name android:unfocusedMonthDateColor */ public static final int CalendarView_unfocusedMonthDateColor = 7; /**
@attr description The text appearance for the week day abbreviation of the calendar header.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#weekDayTextAppearance}. @attr name android:weekDayTextAppearance */ public static final int CalendarView_weekDayTextAppearance = 11; /**
@attr description The color for the week numbers.
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 {@link android.R.attr#weekNumberColor}. @attr name android:weekNumberColor */ public static final int CalendarView_weekNumberColor = 8; /**
@attr description The color for the separator line between weeks.
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 {@link android.R.attr#weekSeparatorLineColor}. @attr name android:weekSeparatorLineColor */ public static final int CalendarView_weekSeparatorLineColor = 9; /** Base attributes available to CheckBoxPreference.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #CheckBoxPreference_disableDependentsState android:disableDependentsState} | The state (true for on, or false for off) that causes dependents to be disabled. |
{@link #CheckBoxPreference_summaryOff android:summaryOff} | The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked. |
{@link #CheckBoxPreference_summaryOn android:summaryOn} | The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked. |
@attr description 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 {@link android.R.attr#disableDependentsState}. @attr name android:disableDependentsState */ public static final int CheckBoxPreference_disableDependentsState = 2; /**
@attr description 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 {@link android.R.attr#summaryOff}. @attr name android:summaryOff */ public static final int CheckBoxPreference_summaryOff = 1; /**
@attr description 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 {@link android.R.attr#summaryOn}. @attr name android:summaryOn */ public static final int CheckBoxPreference_summaryOn = 0; /** Attributes that can be used with a CheckedTextView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #CheckedTextView_checkMark android:checkMark} | Drawable used for the check mark graphic. |
{@link #CheckedTextView_checked android:checked} | Indicates the initial checked state of this text. |
@attr description 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 {@link android.R.attr#checkMark}. @attr name android:checkMark */ public static final int CheckedTextView_checkMark = 1; /**
@attr description 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 {@link android.R.attr#checked}. @attr name android:checked */ public static final int CheckedTextView_checked = 0; /** Attributes that can be used with a Chronometer.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Chronometer_format 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. |
@attr description 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 {@link android.R.attr#format}. @attr name android:format */ public static final int Chronometer_format = 0; /** Attributes that can be used with a ClipDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ClipDrawable_clipOrientation android:clipOrientation} | The orientation for the clip. |
{@link #ClipDrawable_drawable android:drawable} | Reference to a drawable resource to draw with the specified scale. |
{@link #ClipDrawable_gravity android:gravity} | Specifies where to clip within the drawable. |
@attr description 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 {@link android.R.attr#clipOrientation}. @attr name android:clipOrientation */ public static final int ClipDrawable_clipOrientation = 2; /**
@attr description 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 {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int ClipDrawable_drawable = 1; /**
@attr description 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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int ClipDrawable_gravity = 0; /** Drawable used to draw a single color.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ColorDrawable_color android:color} | The color to use. |
@attr description 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 {@link android.R.attr#color}. @attr name android:color */ public static final int ColorDrawable_color = 0; /** Attributes that can be used with a CompoundButton.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #CompoundButton_button android:button} | Drawable used for the button graphic (e. |
{@link #CompoundButton_checked android:checked} | Indicates the initial checked state of this button. |
@attr description 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 {@link android.R.attr#button}. @attr name android:button */ public static final int CompoundButton_button = 1; /**
@attr description 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 {@link android.R.attr#checked}. @attr name android:checked */ public static final int CompoundButton_checked = 0; /** Maps a specific contact data MIME-type to styling information.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ContactsDataKind_allContactsName android:allContactsName} | Resource representing the term "All Contacts" (e. |
{@link #ContactsDataKind_detailColumn android:detailColumn} | Column in data table that contains details for this data. |
{@link #ContactsDataKind_detailSocialSummary android:detailSocialSummary} | Flag indicating that detail should be built from SocialProvider. |
{@link #ContactsDataKind_icon android:icon} | Icon used to represent data of this kind. |
{@link #ContactsDataKind_mimeType android:mimeType} | Mime-type handled by this mapping. |
{@link #ContactsDataKind_summaryColumn android:summaryColumn} | Column in data table that summarizes this data. |
@attr description Resource representing the term "All Contacts" (e.g. "All Friends" or "All connections"). Optional (Default is "All Contacts").
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 {@link android.R.attr#allContactsName}. @attr name android:allContactsName */ public static final int ContactsDataKind_allContactsName = 5; /**
@attr description Column in data table that contains details for this data.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#detailColumn}. @attr name android:detailColumn */ public static final int ContactsDataKind_detailColumn = 3; /**
@attr description Flag indicating that detail should be built from SocialProvider.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#detailSocialSummary}. @attr name android:detailSocialSummary */ public static final int ContactsDataKind_detailSocialSummary = 4; /**
@attr description Icon used to represent data of this kind.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#icon}. @attr name android:icon */ public static final int ContactsDataKind_icon = 0; /**
@attr description Mime-type handled by this mapping.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#mimeType}. @attr name android:mimeType */ public static final int ContactsDataKind_mimeType = 1; /**
@attr description Column in data table that summarizes this data.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#summaryColumn}. @attr name android:summaryColumn */ public static final int ContactsDataKind_summaryColumn = 2; /** Attributes that can be used with a CycleInterpolator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #CycleInterpolator_cycles android:cycles} |
This symbol is the offset where the {@link android.R.attr#cycles} attribute's value can be found in the {@link #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.
@attr name android:cycles
*/
public static final int CycleInterpolator_cycles = 0;
/** Attributes that can be used with a DatePicker.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DatePicker_calendarViewShown android:calendarViewShown} | Whether the calendar view is shown. |
{@link #DatePicker_endYear android:endYear} | The last year (inclusive), for example "2010". |
{@link #DatePicker_maxDate android:maxDate} | The maximal date shown by this calendar view in mm/dd/yyyy format. |
{@link #DatePicker_minDate android:minDate} | The minimal date shown by this calendar view in mm/dd/yyyy format. |
{@link #DatePicker_spinnersShown android:spinnersShown} | Whether the spinners are shown. |
{@link #DatePicker_startYear android:startYear} | The first year (inclusive), for example "1940". |
@attr description Whether the calendar view is shown.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#calendarViewShown}. @attr name android:calendarViewShown */ public static final int DatePicker_calendarViewShown = 5; /**
@attr description The last year (inclusive), for example "2010". {@deprecated Use maxDate instead.}
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 {@link android.R.attr#endYear}. @attr name android:endYear */ @Deprecated public static final int DatePicker_endYear = 1; /**
@attr description The maximal date shown by this calendar view in mm/dd/yyyy format.
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 {@link android.R.attr#maxDate}. @attr name android:maxDate */ public static final int DatePicker_maxDate = 3; /**
@attr description The minimal date shown by this calendar view in mm/dd/yyyy format.
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 {@link android.R.attr#minDate}. @attr name android:minDate */ public static final int DatePicker_minDate = 2; /**
@attr description Whether the spinners are shown.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#spinnersShown}. @attr name android:spinnersShown */ public static final int DatePicker_spinnersShown = 4; /**
@attr description The first year (inclusive), for example "1940". {@deprecated Use minDate instead.}
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 {@link android.R.attr#startYear}. @attr name android:startYear */ @Deprecated public static final int DatePicker_startYear = 0; /** Attributes that can be used with a DecelerateInterpolator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DecelerateInterpolator_factor android:factor} | This is the amount of acceleration to add when easing out. |
@attr description This is the amount of acceleration to add when easing out.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute
resource symbol {@link android.R.attr#factor}.
@attr name android:factor
*/
public static final int DecelerateInterpolator_factor = 0;
/** Use device-admin as the root tag of the XML resource that
describes a
{@link android.app.admin.DeviceAdminReceiver}, which is
referenced from its
{@link android.app.admin.DeviceAdminReceiver#DEVICE_ADMIN_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DeviceAdmin_visible android:visible} | Control whether the admin is visible to the user, even when it is not enabled. |
@attr description Control whether the admin is visible to the user, even when it is not enabled. This is true by default. You may want to make it false if your admin does not make sense to be turned on unless some explicit action happens in your app.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int DeviceAdmin_visible = 0; /** Base attributes available to DialogPreference.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DialogPreference_dialogIcon android:dialogIcon} | The icon for the dialog. |
{@link #DialogPreference_dialogLayout android:dialogLayout} | A layout to be used as the content View for the dialog. |
{@link #DialogPreference_dialogMessage android:dialogMessage} | The message in the dialog. |
{@link #DialogPreference_dialogTitle android:dialogTitle} | The title in the dialog. |
{@link #DialogPreference_negativeButtonText android:negativeButtonText} | The negative button text for the dialog. |
{@link #DialogPreference_positiveButtonText android:positiveButtonText} | The positive button text for the dialog. |
@attr description 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 {@link android.R.attr#dialogIcon}. @attr name android:dialogIcon */ public static final int DialogPreference_dialogIcon = 2; /**
@attr description 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 {@link android.R.attr#dialogLayout}. @attr name android:dialogLayout */ public static final int DialogPreference_dialogLayout = 5; /**
@attr description 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 {@link android.R.attr#dialogMessage}. @attr name android:dialogMessage */ public static final int DialogPreference_dialogMessage = 1; /**
@attr description 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 {@link android.R.attr#dialogTitle}. @attr name android:dialogTitle */ public static final int DialogPreference_dialogTitle = 0; /**
@attr description 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 {@link android.R.attr#negativeButtonText}. @attr name android:negativeButtonText */ public static final int DialogPreference_negativeButtonText = 4; /**
@attr description 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 {@link android.R.attr#positiveButtonText}. @attr name android:positiveButtonText */ public static final int DialogPreference_positiveButtonText = 3; /** Base attributes that are available to all Drawable objects.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Drawable_autoMirrored android:autoMirrored} | Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left). |
{@link #Drawable_visible android:visible} | Provides initial visibility state of the drawable; the default value is false. |
@attr description Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left). See {@link android.graphics.drawable.Drawable#setAutoMirrored}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#autoMirrored}. @attr name android:autoMirrored */ public static final int Drawable_autoMirrored = 1; /**
@attr description Provides initial visibility state of the drawable; the default value is false. See {@link android.graphics.drawable.Drawable#setVisible}.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int Drawable_visible = 0; /** Describes the corners for the rectangle shape of a GradientDrawable. This can be used to render rounded corners.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DrawableCorners_bottomLeftRadius android:bottomLeftRadius} | Radius of the bottom left corner. |
{@link #DrawableCorners_bottomRightRadius android:bottomRightRadius} | Radius of the bottom right corner. |
{@link #DrawableCorners_radius android:radius} | Defines the radius of the four corners. |
{@link #DrawableCorners_topLeftRadius android:topLeftRadius} | Radius of the top left corner. |
{@link #DrawableCorners_topRightRadius android:topRightRadius} | Radius of the top right corner. |
@attr description Radius of the bottom left corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#bottomLeftRadius}. @attr name android:bottomLeftRadius */ public static final int DrawableCorners_bottomLeftRadius = 3; /**
@attr description Radius of the bottom right corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#bottomRightRadius}. @attr name android:bottomRightRadius */ public static final int DrawableCorners_bottomRightRadius = 4; /**
@attr description Defines the radius of the four corners.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#radius}. @attr name android:radius */ public static final int DrawableCorners_radius = 0; /**
@attr description Radius of the top left corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#topLeftRadius}. @attr name android:topLeftRadius */ public static final int DrawableCorners_topLeftRadius = 1; /**
@attr description Radius of the top right corner.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#topRightRadius}. @attr name android:topRightRadius */ public static final int DrawableCorners_topRightRadius = 2; /** Drawable states. The mapping of Drawable states to a particular drawables is specified in the "state" elements of a Widget's "selector" element. Possible values:
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #DrawableStates_state_accelerated android:state_accelerated} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, indicating that the Drawable is in a view that is hardware accelerated. |
{@link #DrawableStates_state_activated android:state_activated} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest. |
{@link #DrawableStates_state_active android:state_active} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}. |
{@link #DrawableStates_state_checkable android:state_checkable} | State identifier indicating that the object may display a check mark. |
{@link #DrawableStates_state_checked android:state_checked} | State identifier indicating that the object is currently checked. |
{@link #DrawableStates_state_drag_can_accept android:state_drag_can_accept} | State for {@link android.graphics.drawable.StateListDrawable StateListDrawable} indicating that the Drawable is in a view that is capable of accepting a drop of the content currently being manipulated in a drag-and-drop operation. |
{@link #DrawableStates_state_drag_hovered android:state_drag_hovered} | State for {@link android.graphics.drawable.StateListDrawable StateListDrawable} indicating that a drag operation (for which the Drawable's view is a valid recipient) is currently positioned over the Drawable. |
{@link #DrawableStates_state_enabled android:state_enabled} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view is enabled. |
{@link #DrawableStates_state_first android:state_first} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}. |
{@link #DrawableStates_state_focused android:state_focused} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view has input focus. |
{@link #DrawableStates_state_hovered android:state_hovered} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a pointer is hovering over the view. |
{@link #DrawableStates_state_last android:state_last} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}. |
{@link #DrawableStates_state_middle android:state_middle} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}. |
{@link #DrawableStates_state_pressed android:state_pressed} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when the user is pressing down in a view. |
{@link #DrawableStates_state_selected android:state_selected} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view (or one of its parents) is currently selected. |
{@link #DrawableStates_state_single android:state_single} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}. |
{@link #DrawableStates_state_window_focused android:state_window_focused} | State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view's window has input focus. |
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, indicating that the Drawable is in a view that is hardware accelerated. This means that the device can at least render a full-screen scaled bitmap with one layer of text and bitmaps composited on top of it at 60fps. When this is set, the colorBackgroundCacheHint will be ignored even if it specifies a solid color, since that optimization is not needed.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_accelerated}. @attr name android:state_accelerated */ public static final int DrawableStates_state_accelerated = 13; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest. This is an alternative representation of state_checked for when the state should be propagated down the view hierarchy.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_activated}. @attr name android:state_activated */ public static final int DrawableStates_state_activated = 12; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable 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 {@link android.R.attr#state_active}. @attr name android:state_active */ public static final int DrawableStates_state_active = 6; /**
@attr description State identifier indicating that the object may display a check mark. See {@link R.attr#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 {@link android.R.attr#state_checkable}. @attr name android:state_checkable */ public static final int DrawableStates_state_checkable = 3; /**
@attr description State identifier indicating that the object is currently checked. See {@link R.attr#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 {@link android.R.attr#state_checked}. @attr name android:state_checked */ public static final int DrawableStates_state_checked = 4; /**
@attr description State for {@link android.graphics.drawable.StateListDrawable StateListDrawable} indicating that the Drawable is in a view that is capable of accepting a drop of the content currently being manipulated in a drag-and-drop operation.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_drag_can_accept}. @attr name android:state_drag_can_accept */ public static final int DrawableStates_state_drag_can_accept = 15; /**
@attr description State for {@link android.graphics.drawable.StateListDrawable StateListDrawable} indicating that a drag operation (for which the Drawable's view is a valid recipient) is currently positioned over the 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 {@link android.R.attr#state_drag_hovered}. @attr name android:state_drag_hovered */ public static final int DrawableStates_state_drag_hovered = 16; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view 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 {@link android.R.attr#state_enabled}. @attr name android:state_enabled */ public static final int DrawableStates_state_enabled = 2; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable 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 {@link android.R.attr#state_first}. @attr name android:state_first */ public static final int DrawableStates_state_first = 8; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view has input 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 {@link android.R.attr#state_focused}. @attr name android:state_focused */ public static final int DrawableStates_state_focused = 0; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a pointer is hovering over the view.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_hovered}. @attr name android:state_hovered */ public static final int DrawableStates_state_hovered = 14; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable 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 {@link android.R.attr#state_last}. @attr name android:state_last */ public static final int DrawableStates_state_last = 10; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable 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 {@link android.R.attr#state_middle}. @attr name android:state_middle */ public static final int DrawableStates_state_middle = 9; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when the user is pressing down in a view.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_pressed}. @attr name android:state_pressed */ public static final int DrawableStates_state_pressed = 11; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view (or one of its parents) is currently selected.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#state_selected}. @attr name android:state_selected */ public static final int DrawableStates_state_selected = 5; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable 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 {@link android.R.attr#state_single}. @attr name android:state_single */ public static final int DrawableStates_state_single = 7; /**
@attr description State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable}, set when a view's window has input 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 {@link android.R.attr#state_window_focused}.
@attr name android:state_window_focused
*/
public static final int DrawableStates_state_window_focused = 1;
/** Use dream as the root tag of the XML resource that
describes an
{@link android.service.dreams.DreamService}, which is
referenced from its
{@link android.service.dreams.DreamService#DREAM_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Dream_settingsActivity android:settingsActivity} | Component name of an activity that allows the user to modify the settings for this dream. |
@attr description Component name of an activity that allows the user to modify the settings for this dream.
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 {@link android.R.attr#settingsActivity}. @attr name android:settingsActivity */ public static final int Dream_settingsActivity = 0; /** Attributes that can be used with a EditText. */ public static final int[] EditText = { }; /** State array representing an expandable list child's indicator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ExpandableListChildIndicatorState_state_last android:state_last} | State identifier indicating the child is the last child within its group. |
@attr description 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 {@link android.R.attr#state_last}. @attr name android:state_last */ public static final int ExpandableListChildIndicatorState_state_last = 0; /** State array representing an expandable list group's indicator.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ExpandableListGroupIndicatorState_state_empty android:state_empty} | State identifier indicating the group is empty (has no children). |
{@link #ExpandableListGroupIndicatorState_state_expanded android:state_expanded} | State identifier indicating the group is expanded. |
@attr description 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 {@link android.R.attr#state_empty}. @attr name android:state_empty */ public static final int ExpandableListGroupIndicatorState_state_empty = 1; /**
@attr description 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 {@link android.R.attr#state_expanded}. @attr name android:state_expanded */ public static final int ExpandableListGroupIndicatorState_state_expanded = 0; /** Attributes that can be used with a ExpandableListView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ExpandableListView_childDivider android:childDivider} | Drawable or color that is used as a divider for children. |
{@link #ExpandableListView_childIndicator android:childIndicator} | Indicator shown beside the child View. |
{@link #ExpandableListView_childIndicatorEnd android:childIndicatorEnd} | The end bound for a child's indicator. |
{@link #ExpandableListView_childIndicatorLeft android:childIndicatorLeft} | The left bound for a child's indicator. |
{@link #ExpandableListView_childIndicatorRight android:childIndicatorRight} | The right bound for a child's indicator. |
{@link #ExpandableListView_childIndicatorStart android:childIndicatorStart} | The start bound for a child's indicator. |
{@link #ExpandableListView_groupIndicator android:groupIndicator} | Indicator shown beside the group View. |
{@link #ExpandableListView_indicatorEnd android:indicatorEnd} | The end bound for an item's indicator. |
{@link #ExpandableListView_indicatorLeft android:indicatorLeft} | The left bound for an item's indicator. |
{@link #ExpandableListView_indicatorRight android:indicatorRight} | The right bound for an item's indicator. |
{@link #ExpandableListView_indicatorStart android:indicatorStart} | The start bound for an item's indicator. |
@attr description 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 {@link android.R.attr#childDivider}. @attr name android:childDivider */ public static final int ExpandableListView_childDivider = 6; /**
@attr description 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 {@link android.R.attr#childIndicator}. @attr name android:childIndicator */ public static final int ExpandableListView_childIndicator = 1; /**
@attr description The end bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#childIndicatorEnd}. @attr name android:childIndicatorEnd */ public static final int ExpandableListView_childIndicatorEnd = 10; /**
@attr description The left bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#childIndicatorLeft}. @attr name android:childIndicatorLeft */ public static final int ExpandableListView_childIndicatorLeft = 4; /**
@attr description The right bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#childIndicatorRight}. @attr name android:childIndicatorRight */ public static final int ExpandableListView_childIndicatorRight = 5; /**
@attr description The start bound for a child's indicator.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#childIndicatorStart}. @attr name android:childIndicatorStart */ public static final int ExpandableListView_childIndicatorStart = 9; /**
@attr description 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 {@link android.R.attr#groupIndicator}. @attr name android:groupIndicator */ public static final int ExpandableListView_groupIndicator = 0; /**
@attr description The end bound for an item's indicator. To specify a right bound specific to children, use childIndicatorEnd.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#indicatorEnd}. @attr name android:indicatorEnd */ public static final int ExpandableListView_indicatorEnd = 8; /**
@attr description The left bound for an item's indicator. To specify a left bound specific to children, use childIndicatorLeft.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#indicatorLeft}. @attr name android:indicatorLeft */ public static final int ExpandableListView_indicatorLeft = 2; /**
@attr description The right bound for an item's indicator. To specify a right bound specific to children, use childIndicatorRight.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#indicatorRight}. @attr name android:indicatorRight */ public static final int ExpandableListView_indicatorRight = 3; /**
@attr description The start bound for an item's indicator. To specify a start bound specific to children, use childIndicatorStart.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#indicatorStart}. @attr name android:indicatorStart */ public static final int ExpandableListView_indicatorStart = 7; /** An extra data value to place into a an extra/name value pair held in a Bundle, as per {@link android.os.Bundle}.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Extra_name android:name} | Required name of the extra data. |
{@link #Extra_value android:value} | Concrete value to put for this named extra data. |
@attr description 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 {@link android.R.attr#name}. @attr name android:name */ public static final int Extra_name = 0; /**
@attr description 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 {@link android.R.attr#value}.
@attr name android:value
*/
public static final int Extra_value = 1;
/** Use fadeas the root tag of the XML resource that
describes a {@link android.transition.Fade Fade} transition.
The attributes of the {@link android.R.styleable#Transition Transition}
resource are available in addition to the specific attributes of Fade
described here.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Fade_fadingMode android:fadingMode} |
This symbol is the offset where the {@link android.R.attr#fadingMode} attribute's value can be found in the {@link #Fade} array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
fade_in | 1 | Fade will only fade appearing items in. |
fade_out | 2 | Fade will only fade disappearing items out. |
fade_in_out | 3 | Fade will fade appearing items in and disappearing items out. |
<fragment>
tags inside of the layout of an Activity. This instantiates
the given {@link android.app.Fragment} and inserts its content
view into the current location in the layout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Fragment_id android:id} | Supply an identifier name for the top-level view, to later retrieve it with {@link android.view.View#findViewById View.findViewById()} or {@link android.app.Activity#findViewById Activity.findViewById()}. |
{@link #Fragment_name android:name} | Supply the name of the fragment class to instantiate. |
{@link #Fragment_tag android:tag} | Supply a tag for the top-level view containing a String, to be retrieved later with {@link android.view.View#getTag View.getTag()} or searched for with {@link android.view.View#findViewWithTag View.findViewWithTag()}. |
@attr description
Supply an identifier name for the top-level view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById 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 {@link android.R.attr#id}. @attr name android:id */ public static final int Fragment_id = 1; /**
@attr description Supply the name of the fragment class to instantiate.
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 {@link android.R.attr#name}. @attr name android:name */ public static final int Fragment_name = 0; /**
@attr description Supply a tag for the top-level view containing a String, to be retrieved later with {@link android.view.View#getTag View.getTag()} or searched for with {@link android.view.View#findViewWithTag 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 {@link android.R.attr#tag}. @attr name android:tag */ public static final int Fragment_tag = 2; /** Fragment animation class attributes.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #FragmentAnimation_fragmentCloseEnterAnimation android:fragmentCloseEnterAnimation} | |
{@link #FragmentAnimation_fragmentCloseExitAnimation android:fragmentCloseExitAnimation} | |
{@link #FragmentAnimation_fragmentFadeEnterAnimation android:fragmentFadeEnterAnimation} | |
{@link #FragmentAnimation_fragmentFadeExitAnimation android:fragmentFadeExitAnimation} | |
{@link #FragmentAnimation_fragmentOpenEnterAnimation android:fragmentOpenEnterAnimation} | |
{@link #FragmentAnimation_fragmentOpenExitAnimation android:fragmentOpenExitAnimation} |
This symbol is the offset where the {@link android.R.attr#fragmentCloseEnterAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentCloseEnterAnimation
*/
public static final int FragmentAnimation_fragmentCloseEnterAnimation = 2;
/**
This symbol is the offset where the {@link android.R.attr#fragmentCloseExitAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentCloseExitAnimation
*/
public static final int FragmentAnimation_fragmentCloseExitAnimation = 3;
/**
This symbol is the offset where the {@link android.R.attr#fragmentFadeEnterAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentFadeEnterAnimation
*/
public static final int FragmentAnimation_fragmentFadeEnterAnimation = 4;
/**
This symbol is the offset where the {@link android.R.attr#fragmentFadeExitAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentFadeExitAnimation
*/
public static final int FragmentAnimation_fragmentFadeExitAnimation = 5;
/**
This symbol is the offset where the {@link android.R.attr#fragmentOpenEnterAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentOpenEnterAnimation
*/
public static final int FragmentAnimation_fragmentOpenEnterAnimation = 0;
/**
This symbol is the offset where the {@link android.R.attr#fragmentOpenExitAnimation} attribute's value can be found in the {@link #FragmentAnimation} 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".
@attr name android:fragmentOpenExitAnimation
*/
public static final int FragmentAnimation_fragmentOpenExitAnimation = 1;
/** Attributes that can be used with <FragmentBreadCrumbs>
tags.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #FragmentBreadCrumbs_gravity android:gravity} | Specifies how an object should position its content, on both the X and Y axes, within its own bounds. |
@attr description Specifies how an object should position its content, on both the X and Y axes, within its own bounds.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int FragmentBreadCrumbs_gravity = 0; /** Attributes that can be used with a FrameLayout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #FrameLayout_foreground android:foreground} | Defines the drawable to draw over the content. |
{@link #FrameLayout_foregroundGravity android:foregroundGravity} | Defines the gravity to apply to the foreground drawable. |
{@link #FrameLayout_measureAllChildren android:measureAllChildren} | Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. |
@attr description Defines the drawable to draw over the content. This can be used as an overlay. The foreground drawable participates in the padding of the content if the gravity is set to fill.
May be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This corresponds to the global attribute resource symbol {@link android.R.attr#foreground}. @attr name android:foreground */ public static final int FrameLayout_foreground = 0; /**
@attr description 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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
This corresponds to the global attribute resource symbol {@link android.R.attr#foregroundGravity}. @attr name android:foregroundGravity */ public static final int FrameLayout_foregroundGravity = 2; /**
@attr description 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 {@link android.R.attr#measureAllChildren}. @attr name android:measureAllChildren */ public static final int FrameLayout_measureAllChildren = 1; /** Attributes that can be used with a FrameLayout_Layout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #FrameLayout_Layout_layout_gravity android:layout_gravity} | Standard gravity constant that a child supplies to its parent. |
@attr description Standard gravity constant that a child supplies to its parent. Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#layout_gravity}. @attr name android:layout_gravity */ public static final int FrameLayout_Layout_layout_gravity = 0; /** Attributes that can be used with a Gallery.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Gallery_animationDuration android:animationDuration} | Sets how long a transition animation should run (in milliseconds) when layout has changed. |
{@link #Gallery_gravity android:gravity} | Specifies how an object should position its content, on both the X and Y axes, within its own bounds. |
{@link #Gallery_spacing android:spacing} | |
{@link #Gallery_unselectedAlpha android:unselectedAlpha} | Sets the alpha on the items that are not selected. |
@attr description 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 {@link android.R.attr#animationDuration}. @attr name android:animationDuration */ public static final int Gallery_animationDuration = 1; /**
@attr description Specifies how an object should position its content, on both the X and Y axes, within its own bounds.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int Gallery_gravity = 0; /**
This symbol is the offset where the {@link android.R.attr#spacing} attribute's value can be found in the {@link #Gallery} array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:spacing
*/
public static final int Gallery_spacing = 2;
/**
@attr description 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 {@link android.R.attr#unselectedAlpha}. @attr name android:unselectedAlpha */ public static final int Gallery_unselectedAlpha = 3; /** GestureOverlayView specific attributes. These attributes are used to configure a GestureOverlayView from XML.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GestureOverlayView_eventsInterceptionEnabled android:eventsInterceptionEnabled} | Defines whether the overlay should intercept the motion events when a gesture is recognized. |
{@link #GestureOverlayView_fadeDuration android:fadeDuration} | Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture. |
{@link #GestureOverlayView_fadeEnabled android:fadeEnabled} | Defines whether the gesture will automatically fade out after being recognized. |
{@link #GestureOverlayView_fadeOffset android:fadeOffset} | Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it. |
{@link #GestureOverlayView_gestureColor android:gestureColor} | Color used to draw a gesture. |
{@link #GestureOverlayView_gestureStrokeAngleThreshold android:gestureStrokeAngleThreshold} | Minimum curve angle a stroke must contain before it is recognized as a gesture. |
{@link #GestureOverlayView_gestureStrokeLengthThreshold android:gestureStrokeLengthThreshold} | Minimum length of a stroke before it is recognized as a gesture. |
{@link #GestureOverlayView_gestureStrokeSquarenessThreshold android:gestureStrokeSquarenessThreshold} | Squareness threshold of a stroke before it is recognized as a gesture. |
{@link #GestureOverlayView_gestureStrokeType android:gestureStrokeType} | Defines the type of strokes that define a gesture. |
{@link #GestureOverlayView_gestureStrokeWidth android:gestureStrokeWidth} | Width of the stroke used to draw the gesture. |
{@link #GestureOverlayView_orientation android:orientation} | Indicates whether horizontal (when the orientation is vertical) or vertical (when orientation is horizontal) strokes automatically define a gesture. |
{@link #GestureOverlayView_uncertainGestureColor android:uncertainGestureColor} | Color used to draw the user's strokes until we are sure it's a gesture. |
@attr description Defines whether the overlay should intercept the motion events when a gesture is recognized.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#eventsInterceptionEnabled}. @attr name android:eventsInterceptionEnabled */ public static final int GestureOverlayView_eventsInterceptionEnabled = 10; /**
@attr description Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fadeDuration}. @attr name android:fadeDuration */ public static final int GestureOverlayView_fadeDuration = 5; /**
@attr description Defines whether the gesture will automatically fade out after being recognized.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fadeEnabled}. @attr name android:fadeEnabled */ public static final int GestureOverlayView_fadeEnabled = 11; /**
@attr description Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#fadeOffset}. @attr name android:fadeOffset */ public static final int GestureOverlayView_fadeOffset = 4; /**
@attr description Color used to draw a gesture.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureColor}. @attr name android:gestureColor */ public static final int GestureOverlayView_gestureColor = 2; /**
@attr description Minimum curve angle a stroke must contain before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureStrokeAngleThreshold}. @attr name android:gestureStrokeAngleThreshold */ public static final int GestureOverlayView_gestureStrokeAngleThreshold = 9; /**
@attr description Minimum length of a stroke before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureStrokeLengthThreshold}. @attr name android:gestureStrokeLengthThreshold */ public static final int GestureOverlayView_gestureStrokeLengthThreshold = 7; /**
@attr description Squareness threshold of a stroke before it is recognized as a gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureStrokeSquarenessThreshold}. @attr name android:gestureStrokeSquarenessThreshold */ public static final int GestureOverlayView_gestureStrokeSquarenessThreshold = 8; /**
@attr description Defines the type of strokes that define a gesture.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
single | 0 | A gesture is made of only one stroke. |
multiple | 1 | A gesture is made of multiple strokes. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureStrokeType}. @attr name android:gestureStrokeType */ public static final int GestureOverlayView_gestureStrokeType = 6; /**
@attr description Width of the stroke used to draw the gesture.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#gestureStrokeWidth}. @attr name android:gestureStrokeWidth */ public static final int GestureOverlayView_gestureStrokeWidth = 1; /**
@attr description Indicates whether horizontal (when the orientation is vertical) or vertical (when orientation is horizontal) strokes automatically define a gesture.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
horizontal | 0 | Defines an horizontal widget. |
vertical | 1 | Defines a vertical widget. |
This corresponds to the global attribute resource symbol {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int GestureOverlayView_orientation = 0; /**
@attr description Color used to draw the user's strokes until we are sure it's a gesture.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#uncertainGestureColor}. @attr name android:uncertainGestureColor */ public static final int GestureOverlayView_uncertainGestureColor = 3; /** Attributes that can be used with a GlowPadView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GlowPadView_directionDescriptions android:directionDescriptions} | Reference to an array resource that be used to announce the directions with targets around the circle. |
{@link #GlowPadView_gravity android:gravity} | Specifies how an object should position its content, on both the X and Y axes, within its own bounds. |
{@link #GlowPadView_innerRadius android:innerRadius} | Inner radius of glow area. |
{@link #GlowPadView_targetDescriptions android:targetDescriptions} | Reference to an array resource that be used as description for the targets around the circle. |
@attr description Reference to an array resource that be used to announce the directions with targets around the circle.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#directionDescriptions}. @attr name android:directionDescriptions */ public static final int GlowPadView_directionDescriptions = 3; /**
@attr description Specifies how an object should position its content, on both the X and Y axes, within its own bounds.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int GlowPadView_gravity = 0; /**
@attr description Inner radius of glow area.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#innerRadius}. @attr name android:innerRadius */ public static final int GlowPadView_innerRadius = 1; /**
@attr description Reference to an array resource that be used as description for the targets around the circle.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#targetDescriptions}. @attr name android:targetDescriptions */ public static final int GlowPadView_targetDescriptions = 2; /** Drawable used to render a geometric shape, with a gradient or a solid color.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawable_dither android:dither} | Enables or disables dithering. |
{@link #GradientDrawable_innerRadius android:innerRadius} | Inner radius of the ring. |
{@link #GradientDrawable_innerRadiusRatio android:innerRadiusRatio} | Inner radius of the ring expressed as a ratio of the ring's width. |
{@link #GradientDrawable_shape android:shape} | Indicates what shape to fill with a gradient. |
{@link #GradientDrawable_thickness android:thickness} | Thickness of the ring. |
{@link #GradientDrawable_thicknessRatio android:thicknessRatio} | Thickness of the ring expressed as a ratio of the ring's width. |
{@link #GradientDrawable_useLevel android:useLevel} | Indicates whether the drawable's level affects the way the gradient is drawn. |
{@link #GradientDrawable_visible android:visible} | Indicates whether the drawable should intially be visible. |
@attr description Enables or disables dithering.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#dither}. @attr name android:dither */ public static final int GradientDrawable_dither = 0; /**
@attr description Inner radius of the ring. When defined, innerRadiusRatio is ignored.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#innerRadius}. @attr name android:innerRadius */ public static final int GradientDrawable_innerRadius = 6; /**
@attr description Inner radius of the ring expressed as a ratio of the ring's width. For instance, if innerRadiusRatio=9, then the inner radius equals the ring's width divided by 9. This value is ignored if innerRadius is defined. Default value is 9.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#innerRadiusRatio}. @attr name android:innerRadiusRatio */ public static final int GradientDrawable_innerRadiusRatio = 3; /**
@attr description Indicates what shape to fill with a gradient.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
rectangle | 0 | Rectangle shape, with optional rounder corners. |
oval | 1 | Oval shape. |
line | 2 | Line shape. |
ring | 3 | Ring shape. |
This corresponds to the global attribute resource symbol {@link android.R.attr#shape}. @attr name android:shape */ public static final int GradientDrawable_shape = 2; /**
@attr description Thickness of the ring. When defined, thicknessRatio is ignored.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#thickness}. @attr name android:thickness */ public static final int GradientDrawable_thickness = 7; /**
@attr description Thickness of the ring expressed as a ratio of the ring's width. For instance, if thicknessRatio=3, then the thickness equals the ring's width divided by 3. This value is ignored if innerRadius is defined. Default value is 3.
Must be a floating point value, such as "1.2".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#thicknessRatio}. @attr name android:thicknessRatio */ public static final int GradientDrawable_thicknessRatio = 4; /**
@attr description Indicates whether the drawable's level affects the way the gradient is 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 {@link android.R.attr#useLevel}. @attr name android:useLevel */ public static final int GradientDrawable_useLevel = 5; /**
@attr description Indicates whether the drawable should intially be 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 {@link android.R.attr#visible}. @attr name android:visible */ public static final int GradientDrawable_visible = 1; /** Used to describe the gradient used to fill the shape of a GradientDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawableGradient_angle android:angle} | Angle of the gradient. |
{@link #GradientDrawableGradient_centerColor android:centerColor} | Optional center color. |
{@link #GradientDrawableGradient_centerX android:centerX} | X coordinate of the origin of the gradient within the shape. |
{@link #GradientDrawableGradient_centerY android:centerY} | Y coordinate of the origin of the gradient within the shape. |
{@link #GradientDrawableGradient_endColor android:endColor} | End color of the gradient. |
{@link #GradientDrawableGradient_gradientRadius android:gradientRadius} | Radius of the gradient, used only with radial gradient. |
{@link #GradientDrawableGradient_startColor android:startColor} | Start color of the gradient. |
{@link #GradientDrawableGradient_type android:type} | Type of gradient. |
{@link #GradientDrawableGradient_useLevel android:useLevel} |
@attr description Angle of the gradient.
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 {@link android.R.attr#angle}. @attr name android:angle */ public static final int GradientDrawableGradient_angle = 3; /**
@attr description 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 {@link android.R.attr#centerColor}. @attr name android:centerColor */ public static final int GradientDrawableGradient_centerColor = 8; /**
@attr description X coordinate of the origin of the gradient within the shape.
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 {@link android.R.attr#centerX}. @attr name android:centerX */ public static final int GradientDrawableGradient_centerX = 5; /**
@attr description Y coordinate of the origin of the gradient within the shape.
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 {@link android.R.attr#centerY}. @attr name android:centerY */ public static final int GradientDrawableGradient_centerY = 6; /**
@attr description End color of the gradient.
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 {@link android.R.attr#endColor}. @attr name android:endColor */ public static final int GradientDrawableGradient_endColor = 1; /**
@attr description Radius of the gradient, used only with radial gradient.
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 {@link android.R.attr#gradientRadius}. @attr name android:gradientRadius */ public static final int GradientDrawableGradient_gradientRadius = 7; /**
@attr description Start color of the gradient.
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 {@link android.R.attr#startColor}. @attr name android:startColor */ public static final int GradientDrawableGradient_startColor = 0; /**
@attr description Type of gradient. The default type is linear.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
linear | 0 | Linear gradient. |
radial | 1 | Radial, or circular, gradient. |
sweep | 2 | Sweep, or angled or diamond, gradient. |
This corresponds to the global attribute resource symbol {@link android.R.attr#type}. @attr name android:type */ public static final int GradientDrawableGradient_type = 4; /**
This symbol is the offset where the {@link android.R.attr#useLevel} attribute's value can be found in the {@link #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.
@attr name android:useLevel
*/
public static final int GradientDrawableGradient_useLevel = 2;
/** Used to specify the optional padding of a GradientDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawablePadding_bottom android:bottom} | Amount of bottom padding inside the gradient shape. |
{@link #GradientDrawablePadding_left android:left} | Amount of left padding inside the gradient shape. |
{@link #GradientDrawablePadding_right android:right} | Amount of right padding inside the gradient shape. |
{@link #GradientDrawablePadding_top android:top} | Amount of top padding inside the gradient shape. |
@attr description Amount of bottom padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#bottom}. @attr name android:bottom */ public static final int GradientDrawablePadding_bottom = 3; /**
@attr description Amount of left padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#left}. @attr name android:left */ public static final int GradientDrawablePadding_left = 0; /**
@attr description Amount of right padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#right}. @attr name android:right */ public static final int GradientDrawablePadding_right = 2; /**
@attr description Amount of top padding inside the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#top}. @attr name android:top */ public static final int GradientDrawablePadding_top = 1; /** Used to specify the size of the shape for GradientDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawableSize_height android:height} | Height of the gradient shape. |
{@link #GradientDrawableSize_width android:width} | Width of the gradient shape. |
@attr description Height of the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#height}. @attr name android:height */ public static final int GradientDrawableSize_height = 0; /**
@attr description Width of the gradient shape.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#width}. @attr name android:width */ public static final int GradientDrawableSize_width = 1; /** Used to fill the shape of GradientDrawable with a solid color.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawableSolid_color android:color} | Solid color for the gradient shape. |
@attr description Solid color for the gradient 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 {@link android.R.attr#color}. @attr name android:color */ public static final int GradientDrawableSolid_color = 0; /** Used to describe the optional stroke of a GradientDrawable.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GradientDrawableStroke_color android:color} | Color of the gradient shape's stroke. |
{@link #GradientDrawableStroke_dashGap android:dashGap} | Gap between dashes in the stroke. |
{@link #GradientDrawableStroke_dashWidth android:dashWidth} | Length of a dash in the stroke. |
{@link #GradientDrawableStroke_width android:width} | Width of the gradient shape's stroke. |
@attr description Color of the gradient shape's stroke.
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 {@link android.R.attr#color}. @attr name android:color */ public static final int GradientDrawableStroke_color = 1; /**
@attr description Gap between dashes in the stroke.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#dashGap}. @attr name android:dashGap */ public static final int GradientDrawableStroke_dashGap = 3; /**
@attr description Length of a dash in the stroke.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#dashWidth}. @attr name android:dashWidth */ public static final int GradientDrawableStroke_dashWidth = 2; /**
@attr description Width of the gradient shape's stroke.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#width}. @attr name android:width */ public static final int GradientDrawableStroke_width = 0; /** Attributes that can be used with a GridLayout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GridLayout_alignmentMode android:alignmentMode} | When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins. |
{@link #GridLayout_columnCount android:columnCount} | The maxmimum number of columns to create when automatically positioning children. |
{@link #GridLayout_columnOrderPreserved android:columnOrderPreserved} | When set to true, forces column boundaries to appear in the same order as column indices. |
{@link #GridLayout_orientation android:orientation} | The orientation property is not used during layout. |
{@link #GridLayout_rowCount android:rowCount} | The maxmimum number of rows to create when automatically positioning children. |
{@link #GridLayout_rowOrderPreserved android:rowOrderPreserved} | When set to true, forces row boundaries to appear in the same order as row indices. |
{@link #GridLayout_useDefaultMargins android:useDefaultMargins} | When set to true, tells GridLayout to use default margins when none are specified in a view's layout parameters. |
@attr description When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins. When set to alignBounds, causes alignment to take place between the edges of the view. The default is alignMargins. See {@link android.widget.GridLayout#setAlignmentMode(int)}.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
alignBounds | 0 | Align the bounds of the children. See {@link android.widget.GridLayout#ALIGN_BOUNDS}. |
alignMargins | 1 | Align the margins of the children. See {@link android.widget.GridLayout#ALIGN_MARGINS}. |
This corresponds to the global attribute resource symbol {@link android.R.attr#alignmentMode}. @attr name android:alignmentMode */ public static final int GridLayout_alignmentMode = 6; /**
@attr description The maxmimum number of columns to create when automatically positioning children.
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 {@link android.R.attr#columnCount}. @attr name android:columnCount */ public static final int GridLayout_columnCount = 3; /**
@attr description When set to true, forces column boundaries to appear in the same order as column indices. The default is true. See {@link android.widget.GridLayout#setColumnOrderPreserved(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 {@link android.R.attr#columnOrderPreserved}. @attr name android:columnOrderPreserved */ public static final int GridLayout_columnOrderPreserved = 4; /**
@attr description The orientation property is not used during layout. It is only used to allocate row and column parameters when they are not specified by its children's layout paramters. GridLayout works like LinearLayout in this case; putting all the components either in a single row or in a single column - depending on the value of this flag. In the horizontal case, a columnCount property may be additionally supplied to force new rows to be created when a row is full. The rowCount attribute may be used similarly in the vertical case. 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 {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int GridLayout_orientation = 0; /**
@attr description The maxmimum number of rows to create when automatically positioning children.
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 {@link android.R.attr#rowCount}. @attr name android:rowCount */ public static final int GridLayout_rowCount = 1; /**
@attr description When set to true, forces row boundaries to appear in the same order as row indices. The default is true. See {@link android.widget.GridLayout#setRowOrderPreserved(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 {@link android.R.attr#rowOrderPreserved}. @attr name android:rowOrderPreserved */ public static final int GridLayout_rowOrderPreserved = 2; /**
@attr description When set to true, tells GridLayout to use default margins when none are specified in a view's layout parameters. The default value is false. See {@link android.widget.GridLayout#setUseDefaultMargins(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 {@link android.R.attr#useDefaultMargins}. @attr name android:useDefaultMargins */ public static final int GridLayout_useDefaultMargins = 5; /** Attributes that can be used with a GridLayoutAnimation.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GridLayoutAnimation_columnDelay android:columnDelay} | Fraction of the animation duration used to delay the beginning of the animation of each column. |
{@link #GridLayoutAnimation_direction android:direction} | Direction of the animation in the grid. |
{@link #GridLayoutAnimation_directionPriority android:directionPriority} | Priority of the rows and columns. |
{@link #GridLayoutAnimation_rowDelay android:rowDelay} | Fraction of the animation duration used to delay the beginning of the animation of each row. |
@attr description 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 {@link android.R.attr#columnDelay}. @attr name android:columnDelay */ public static final int GridLayoutAnimation_columnDelay = 0; /**
@attr description 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 {@link android.R.attr#direction}. @attr name android:direction */ public static final int GridLayoutAnimation_direction = 2; /**
@attr description 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 {@link android.R.attr#directionPriority}. @attr name android:directionPriority */ public static final int GridLayoutAnimation_directionPriority = 3; /**
@attr description 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 {@link android.R.attr#rowDelay}. @attr name android:rowDelay */ public static final int GridLayoutAnimation_rowDelay = 1; /** Attributes that can be used with a GridLayout_Layout.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GridLayout_Layout_layout_column android:layout_column} | The column boundary delimiting the left of the group of cells occupied by this view. |
{@link #GridLayout_Layout_layout_columnSpan android:layout_columnSpan} | The column span: the difference between the right and left boundaries delimiting the group of cells occupied by this view. |
{@link #GridLayout_Layout_layout_gravity android:layout_gravity} | Gravity specifies how a component should be placed in its group of cells. |
{@link #GridLayout_Layout_layout_row android:layout_row} | The row boundary delimiting the top of the group of cells occupied by this view. |
{@link #GridLayout_Layout_layout_rowSpan android:layout_rowSpan} | The row span: the difference between the bottom and top boundaries delimiting the group of cells occupied by this view. |
@attr description The column boundary delimiting the left of the group of cells occupied by this view.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#layout_column}. @attr name android:layout_column */ public static final int GridLayout_Layout_layout_column = 1; /**
@attr description The column span: the difference between the right and left boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.
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 {@link android.R.attr#layout_columnSpan}. @attr name android:layout_columnSpan */ public static final int GridLayout_Layout_layout_columnSpan = 4; /**
@attr description Gravity specifies how a component should be placed in its group of cells. The default is LEFT | BASELINE. See {@link android.widget.GridLayout.LayoutParams#setGravity(int)}.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#layout_gravity}. @attr name android:layout_gravity */ public static final int GridLayout_Layout_layout_gravity = 0; /**
@attr description The row boundary delimiting the top of the group of cells occupied by this view.
Must be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#layout_row}. @attr name android:layout_row */ public static final int GridLayout_Layout_layout_row = 2; /**
@attr description The row span: the difference between the bottom and top boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.
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 {@link android.R.attr#layout_rowSpan}. @attr name android:layout_rowSpan */ public static final int GridLayout_Layout_layout_rowSpan = 3; /** Attributes that can be used with a GridView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #GridView_columnWidth android:columnWidth} | Specifies the fixed width for each column. |
{@link #GridView_gravity android:gravity} | Specifies the gravity within each cell. |
{@link #GridView_horizontalSpacing android:horizontalSpacing} | Defines the default horizontal spacing between columns. |
{@link #GridView_numColumns android:numColumns} | Defines how many columns to show. |
{@link #GridView_stretchMode android:stretchMode} | Defines how columns should stretch to fill the available empty space, if any. |
{@link #GridView_verticalSpacing android:verticalSpacing} | Defines the default vertical spacing between rows. |
@attr description Specifies the fixed width for each column.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#columnWidth}. @attr name android:columnWidth */ public static final int GridView_columnWidth = 4; /**
@attr description Specifies the gravity within each cell.
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. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int GridView_gravity = 0; /**
@attr description Defines the default horizontal spacing between columns.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#horizontalSpacing}. @attr name android:horizontalSpacing */ public static final int GridView_horizontalSpacing = 1; /**
@attr description Defines how many columns to show.
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 | Display as many columns as possible to fill the available space. |
This corresponds to the global attribute resource symbol {@link android.R.attr#numColumns}. @attr name android:numColumns */ public static final int GridView_numColumns = 5; /**
@attr description Defines how columns should stretch to fill the available empty space, if any.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
none | 0 | Stretching is disabled. |
spacingWidth | 1 | The spacing between each column is stretched. |
columnWidth | 2 | Each column is stretched equally. |
spacingWidthUniform | 3 | The spacing between each column is uniformly stretched.. |
This corresponds to the global attribute resource symbol {@link android.R.attr#stretchMode}. @attr name android:stretchMode */ public static final int GridView_stretchMode = 3; /**
@attr description Defines the default vertical spacing between rows.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#verticalSpacing}. @attr name android:verticalSpacing */ public static final int GridView_verticalSpacing = 2; /** Attributes that can be used with a HorizontalScrollView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #HorizontalScrollView_fillViewport android:fillViewport} | Defines whether the scrollview should stretch its content to fill the viewport. |
@attr description 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 {@link android.R.attr#fillViewport}.
@attr name android:fillViewport
*/
public static final int HorizontalScrollView_fillViewport = 0;
/** Use host-apdu-service as the root tag of the XML resource that
describes an {@link android.nfc.cardemulation.HostApduService} service, which
is referenced from its {@link android.nfc.cardemulation.HostApduService#SERVICE_META_DATA}
entry.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #HostApduService_apduServiceBanner android:apduServiceBanner} | A drawable that can be rendered in Android's system UI for representing the service. |
{@link #HostApduService_description android:description} | Short description of the functionality the service implements. |
{@link #HostApduService_requireDeviceUnlock android:requireDeviceUnlock} | Whether the device must be unlocked before routing data to this service. |
@attr description A drawable that can be rendered in Android's system UI for representing the service.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#apduServiceBanner}. @attr name android:apduServiceBanner */ public static final int HostApduService_apduServiceBanner = 2; /**
@attr description Short description of the functionality the service implements. This attribute is mandatory.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
This corresponds to the global attribute resource symbol {@link android.R.attr#description}. @attr name android:description */ public static final int HostApduService_description = 0; /**
@attr description Whether the device must be unlocked before routing data to this service. 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 {@link android.R.attr#requireDeviceUnlock}. @attr name android:requireDeviceUnlock */ public static final int HostApduService_requireDeviceUnlock = 1; /** Attributes that can be used with a Icon.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #Icon_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
{@link #Icon_mimeType android:mimeType} | Specify a MIME type that is handled, as per {@link android.content.IntentFilter#addDataType IntentFilter.addDataType()}. |
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int Icon_icon = 0; /**
@attr description Specify a MIME type that is handled, as per {@link android.content.IntentFilter#addDataType IntentFilter.addDataType()}.
Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, MIME types here should always use lower case letters.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#mimeType}. @attr name android:mimeType */ public static final int Icon_mimeType = 1; /** Attributes that can be used with a IconDefault.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #IconDefault_icon android:icon} | A Drawable resource providing a graphical representation of its associated item. |
@attr 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int IconDefault_icon = 0; /** Attributes that can be used with a IconMenuView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #IconMenuView_maxItemsPerRow android:maxItemsPerRow} | Defines the maximum number of items per row. |
{@link #IconMenuView_maxRows android:maxRows} | Defines the maximum number of rows displayed. |
{@link #IconMenuView_moreIcon android:moreIcon} | 'More' icon. |
{@link #IconMenuView_rowHeight android:rowHeight} | Defines the height of each row. |
@attr description 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 {@link android.R.attr#maxItemsPerRow}. @attr name android:maxItemsPerRow */ public static final int IconMenuView_maxItemsPerRow = 2; /**
@attr description 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 {@link android.R.attr#maxRows}. @attr name android:maxRows */ public static final int IconMenuView_maxRows = 1; /**
@attr description '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 {@link android.R.attr#moreIcon}. @attr name android:moreIcon */ public static final int IconMenuView_moreIcon = 3; /**
@attr description Defines the height of each row.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#rowHeight}. @attr name android:rowHeight */ public static final int IconMenuView_rowHeight = 0; /** Attributes that can be used with a ImageSwitcher. */ public static final int[] ImageSwitcher = { }; /** Attributes that can be used with a ImageView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #ImageView_adjustViewBounds android:adjustViewBounds} | Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable. |
{@link #ImageView_baseline android:baseline} | The offset of the baseline within this view. |
{@link #ImageView_baselineAlignBottom android:baselineAlignBottom} | If true, the image view will be baseline aligned with based on its bottom edge. |
{@link #ImageView_cropToPadding android:cropToPadding} | If true, the image will be cropped to fit within its padding. |
{@link #ImageView_maxHeight android:maxHeight} | An optional argument to supply a maximum height for this view. |
{@link #ImageView_maxWidth android:maxWidth} | An optional argument to supply a maximum width for this view. |
{@link #ImageView_scaleType android:scaleType} | Controls how the image should be resized or moved to match the size of this ImageView. |
{@link #ImageView_src android:src} | Sets a drawable as the content of this ImageView. |
{@link #ImageView_tint android:tint} | Set a tinting color for the image. |
@attr description 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 {@link android.R.attr#adjustViewBounds}. @attr name android:adjustViewBounds */ public static final int ImageView_adjustViewBounds = 2; /**
@attr description The offset of the baseline within this view. See {see android.view.View#getBaseline} for details
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#baseline}. @attr name android:baseline */ public static final int ImageView_baseline = 8; /**
@attr description 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 {@link android.R.attr#baselineAlignBottom}. @attr name android:baselineAlignBottom */ public static final int ImageView_baselineAlignBottom = 6; /**
@attr description 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 {@link android.R.attr#cropToPadding}. @attr name android:cropToPadding */ public static final int ImageView_cropToPadding = 7; /**
@attr description An optional argument to supply a maximum height for this view. See {see android.widget.ImageView#setMaxHeight} for details.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#maxHeight}. @attr name android:maxHeight */ public static final int ImageView_maxHeight = 4; /**
@attr description An optional argument to supply a maximum width for this view. See {see android.widget.ImageView#setMaxWidth} for details.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
This corresponds to the global attribute resource symbol {@link android.R.attr#maxWidth}. @attr name android:maxWidth */ public static final int ImageView_maxWidth = 3; /**
@attr description 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 {@link android.R.attr#scaleType}. @attr name android:scaleType */ public static final int ImageView_scaleType = 1; /**
@attr description 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 {@link android.R.attr#src}. @attr name android:src */ public static final int ImageView_src = 0; /**
@attr description 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 {@link android.R.attr#tint}.
@attr name android:tint
*/
public static final int ImageView_tint = 5;
/** An Includes the following attributes:
@attr description
Set to true in all of the configurations for which this input
method should be considered an option as the default.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isDefault}.
@attr name android:isDefault
*/
public static final int InputMethod_isDefault = 0;
/**
@attr description
Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int InputMethod_settingsActivity = 1;
/**
@attr description
Set to true if this input method supports ways to switch to
a next input method (e.g. a globe key.). When this is true and
InputMethodManager#shouldOfferSwitchingToNextInputMethod() returns true,
the IME has to offer ways to to invoke InputMethodManager#switchToNextInputMethod()
accordingly.
Note that the system determines the most appropriate next input method
and subtype in order to provide the consistent user experience in switching
between IMEs and subtypes.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#supportsSwitchingToNextInputMethod}.
@attr name android:supportsSwitchingToNextInputMethod
*/
public static final int InputMethod_supportsSwitchingToNextInputMethod = 2;
/** Attributes that can be used with a InputMethodService.
Includes the following attributes:
@attr description
Animation to use when showing the fullscreen extract UI after
it had previously been hidden.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#imeExtractEnterAnimation}.
@attr name android:imeExtractEnterAnimation
*/
public static final int InputMethodService_imeExtractEnterAnimation = 1;
/**
@attr description
Animation to use when hiding the fullscreen extract UI after
it had previously been shown.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#imeExtractExitAnimation}.
@attr name android:imeExtractExitAnimation
*/
public static final int InputMethodService_imeExtractExitAnimation = 2;
/**
@attr description
Background to use for entire input method when it is being
shown in fullscreen mode with the extract view, to ensure
that it completely covers the application. This allows,
for example, the candidate view to be hidden
while in fullscreen mode without having the application show through
behind it.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#imeFullscreenBackground}.
@attr name android:imeFullscreenBackground
*/
public static final int InputMethodService_imeFullscreenBackground = 0;
/** This is the subtype of InputMethod. Subtype can describe locales (e.g. en_US, fr_FR...)
and modes (e.g. voice, keyboard...), and is used for IME switch. This subtype allows
the system to call the specified subtype of the IME directly.
Includes the following attributes:
@attr description
The icon of the subtype.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int InputMethod_Subtype_icon = 1;
/**
@attr description
The extra value of the subtype. This string can be any string and will be passed to
the IME when the framework calls the IME with the subtype.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#imeSubtypeExtraValue}.
@attr name android:imeSubtypeExtraValue
*/
public static final int InputMethod_Subtype_imeSubtypeExtraValue = 4;
/**
@attr description
The locale of the subtype. This string should be a locale (e.g. en_US, fr_FR...)
and will be passed to the IME when the framework calls the IME
with the subtype. This is also used by the framework to know the supported locales
of the IME.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#imeSubtypeLocale}.
@attr name android:imeSubtypeLocale
*/
public static final int InputMethod_Subtype_imeSubtypeLocale = 2;
/**
@attr description
The mode of the subtype. This string can be a mode (e.g. voice, keyboard...) and this
string will be passed to the IME when the framework calls the IME with the
subtype.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#imeSubtypeMode}.
@attr name android:imeSubtypeMode
*/
public static final int InputMethod_Subtype_imeSubtypeMode = 3;
/**
@attr description
Set to true if this subtype is ASCII capable. If the subtype is ASCII
capable, it should guarantee that the user can input ASCII characters with
this subtype. This is important because many password fields only allow
ASCII-characters.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isAsciiCapable}.
@attr name android:isAsciiCapable
*/
public static final int InputMethod_Subtype_isAsciiCapable = 8;
/**
@attr description
Set true if the subtype is auxiliary. An auxiliary subtype won't be shown in the
input method selection list in the settings app.
InputMethodManager#switchToLastInputMethod will ignore auxiliary subtypes when it
chooses a target subtype.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isAuxiliary}.
@attr name android:isAuxiliary
*/
public static final int InputMethod_Subtype_isAuxiliary = 5;
/**
@attr description
The name of the subtype.
May be a reference to another resource, in the form " 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 {@link android.R.attr#label}.
@attr name android:label
*/
public static final int InputMethod_Subtype_label = 0;
/**
@attr description
Set true when this subtype should be selected by default if no other subtypes are
selected explicitly. Note that a subtype with this parameter being true will
not be shown in the subtypes list.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#overridesImplicitlyEnabledSubtype}.
@attr name android:overridesImplicitlyEnabledSubtype
*/
public static final int InputMethod_Subtype_overridesImplicitlyEnabledSubtype = 6;
/**
@attr description
The unique id for the subtype. The input method framework keeps track of enabled
subtypes by ID. When the IME package gets upgraded, enabled IDs will stay enabled even
if other attributes are different. If the ID is unspecified (by calling the other
constructor or 0. Arrays.hashCode(new Object[] {locale, mode, extraValue,
isAuxiliary, overridesImplicitlyEnabledSubtype}) will be used instead.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#subtypeId}.
@attr name android:subtypeId
*/
public static final int InputMethod_Subtype_subtypeId = 7;
/** Attributes that can be used with a InsetDrawable.
Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawable}.
@attr name android:drawable
*/
public static final int InsetDrawable_drawable = 1;
/**
This symbol is the offset where the {@link android.R.attr#insetBottom}
attribute's value can be found in the {@link #InsetDrawable} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#insetLeft}
attribute's value can be found in the {@link #InsetDrawable} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#insetRight}
attribute's value can be found in the {@link #InsetDrawable} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#insetTop}
attribute's value can be found in the {@link #InsetDrawable} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
"
@attr description
Provides initial visibility state of the drawable; the default
value is false. See
{@link android.graphics.drawable.Drawable#setVisible}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#visible}.
@attr name android:visible
*/
public static final int InsetDrawable_visible = 0;
/** Declaration of an {@link android.content.Intent} object in XML. May
also include zero or more {@link #IntentCategory Includes the following attributes:
@attr description
The action name to assign to the Intent, as per
{@link android.content.Intent#setAction 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#action}.
@attr name android:action
*/
public static final int Intent_action = 2;
/**
@attr description
The data URI to assign to the Intent, as per
{@link android.content.Intent#setData Intent.setData()}.
Note: scheme and host name matching in the Android framework is
case-sensitive, unlike the formal RFC. As a result,
URIs here should always be normalized to use lower case letters
for these elements (as well as other proper Uri normalization). Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#data}.
@attr name android:data
*/
public static final int Intent_data = 3;
/**
@attr description
The MIME type name to assign to the Intent, as per
{@link android.content.Intent#setType Intent.setType()}.
Note: MIME type matching in the Android framework is
case-sensitive, unlike formal RFC MIME types. As a result,
MIME types here should always use lower case letters. Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#mimeType}.
@attr name android:mimeType
*/
public static final int Intent_mimeType = 1;
/**
@attr description
The class part of the ComponentName to assign to the Intent, as per
{@link android.content.Intent#setComponent 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#targetClass}.
@attr name android:targetClass
*/
public static final int Intent_targetClass = 4;
/**
@attr description
The package part of the ComponentName to assign to the Intent, as per
{@link android.content.Intent#setComponent 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#targetPackage}.
@attr name android:targetPackage
*/
public static final int Intent_targetPackage = 0;
/** A category to add to an Intent, as per
{@link android.content.Intent#addCategory Intent.addCategory()}.
Includes the following attributes:
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#name}.
@attr name android:name
*/
public static final int IntentCategory_name = 0;
/** Attributes that can be used with a KeySet.
Includes the following attributes:
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#name}.
@attr name android:name
*/
public static final int KeySet_name = 0;
/** Attributes that can be used with a Keyboard.
Includes the following attributes:
@attr description
Default horizontal gap between keys.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#horizontalGap}.
@attr name android:horizontalGap
*/
public static final int Keyboard_horizontalGap = 2;
/**
@attr description
Default height of a key, in pixels or percentage of display width.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyHeight}.
@attr name android:keyHeight
*/
public static final int Keyboard_keyHeight = 1;
/**
@attr description
Default width of a key, in pixels or percentage of display width.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyWidth}.
@attr name android:keyWidth
*/
public static final int Keyboard_keyWidth = 0;
/**
@attr description
Default vertical gap between rows of keys.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#verticalGap}.
@attr name android:verticalGap
*/
public static final int Keyboard_verticalGap = 3;
/** Use Includes the following attributes:
@attr description
The key character map file resource.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyboardLayout}.
@attr name android:keyboardLayout
*/
public static final int KeyboardLayout_keyboardLayout = 2;
/**
@attr description
The display label of the keyboard layout.
May be a reference to another resource, in the form " 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 {@link android.R.attr#label}.
@attr name android:label
*/
public static final int KeyboardLayout_label = 0;
/**
@attr description
The name of the keyboard layout, must be unique in the receiver.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#name}.
@attr name android:name
*/
public static final int KeyboardLayout_name = 1;
/** Attributes that can be used with a KeyboardView.
Includes the following attributes:
@attr description
Image for the key. This image needs to be a StateListDrawable, with the following
possible states: normal, pressed, checkable, checkable+pressed, checkable+checked,
checkable+checked+pressed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyBackground}.
@attr name android:keyBackground
*/
public static final int KeyboardView_keyBackground = 2;
/**
@attr description
Height of the key press feedback popup.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyPreviewHeight}.
@attr name android:keyPreviewHeight
*/
public static final int KeyboardView_keyPreviewHeight = 8;
/**
@attr description
Layout resource for key press feedback.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyPreviewLayout}.
@attr name android:keyPreviewLayout
*/
public static final int KeyboardView_keyPreviewLayout = 6;
/**
@attr description
Vertical offset of the key press feedback from the key.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyPreviewOffset}.
@attr name android:keyPreviewOffset
*/
public static final int KeyboardView_keyPreviewOffset = 7;
/**
@attr description
Color to use for the label in a key.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyTextColor}.
@attr name android:keyTextColor
*/
public static final int KeyboardView_keyTextColor = 5;
/**
@attr description
Size of the text for character keys.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyTextSize}.
@attr name android:keyTextSize
*/
public static final int KeyboardView_keyTextSize = 3;
/**
@attr description
Size of the text for custom keys with some text and no icon.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#labelTextSize}.
@attr name android:labelTextSize
*/
public static final int KeyboardView_labelTextSize = 4;
/**
@attr description
Layout resource for popup keyboards.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#popupLayout}.
@attr name android:popupLayout
*/
public static final int KeyboardView_popupLayout = 10;
/**
@attr description
Place a shadow of the specified color behind the text.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowColor}.
@attr name android:shadowColor
*/
public static final int KeyboardView_shadowColor = 0;
/**
@attr description
Radius of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowRadius}.
@attr name android:shadowRadius
*/
public static final int KeyboardView_shadowRadius = 1;
/**
@attr description
Amount to offset the touch Y coordinate by, for bias correction.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#verticalCorrection}.
@attr name android:verticalCorrection
*/
public static final int KeyboardView_verticalCorrection = 9;
/** Attributes that can be used with a KeyboardViewPreviewState.
Includes the following attributes:
@attr description
State for {@link android.inputmethodservice.KeyboardView KeyboardView}
key preview background.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_long_pressable}.
@attr name android:state_long_pressable
*/
public static final int KeyboardViewPreviewState_state_long_pressable = 0;
/** Attributes that can be used with a Keyboard_Key.
Includes the following attributes:
@attr description
The unicode value or comma-separated values that this key outputs.
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
May be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#codes}.
@attr name android:codes
*/
public static final int Keyboard_Key_codes = 0;
/**
@attr description
The icon to show in the popup preview.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#iconPreview}.
@attr name android:iconPreview
*/
public static final int Keyboard_Key_iconPreview = 7;
/**
@attr description
Whether this is a modifier key such as Alt or Shift.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isModifier}.
@attr name android:isModifier
*/
public static final int Keyboard_Key_isModifier = 4;
/**
@attr description
Whether long-pressing on this key will make it repeat.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isRepeatable}.
@attr name android:isRepeatable
*/
public static final int Keyboard_Key_isRepeatable = 6;
/**
@attr description
Whether this is a toggle key.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isSticky}.
@attr name android:isSticky
*/
public static final int Keyboard_Key_isSticky = 5;
/**
@attr description
Key edge flags.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#keyEdgeFlags}.
@attr name android:keyEdgeFlags
*/
public static final int Keyboard_Key_keyEdgeFlags = 3;
/**
@attr description
The icon to display on the key instead of the label.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyIcon}.
@attr name android:keyIcon
*/
public static final int Keyboard_Key_keyIcon = 10;
/**
@attr description
The label to display on the key.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyLabel}.
@attr name android:keyLabel
*/
public static final int Keyboard_Key_keyLabel = 9;
/**
@attr description
The string of characters to output when this key is pressed.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keyOutputText}.
@attr name android:keyOutputText
*/
public static final int Keyboard_Key_keyOutputText = 8;
/**
@attr description
Mode of the keyboard. If the mode doesn't match the
requested keyboard mode, the key will be skipped.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyboardMode}.
@attr name android:keyboardMode
*/
public static final int Keyboard_Key_keyboardMode = 11;
/**
@attr description
The characters to display in the popup keyboard.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#popupCharacters}.
@attr name android:popupCharacters
*/
public static final int Keyboard_Key_popupCharacters = 2;
/**
@attr description
The XML keyboard layout of any popup keyboard.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#popupKeyboard}.
@attr name android:popupKeyboard
*/
public static final int Keyboard_Key_popupKeyboard = 1;
/** Attributes that can be used with a Keyboard_Row.
Includes the following attributes:
@attr description
Mode of the keyboard. If the mode doesn't match the
requested keyboard mode, the row will be skipped.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#keyboardMode}.
@attr name android:keyboardMode
*/
public static final int Keyboard_Row_keyboardMode = 1;
/**
@attr description
Row edge flags.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#rowEdgeFlags}.
@attr name android:rowEdgeFlags
*/
public static final int Keyboard_Row_rowEdgeFlags = 0;
/** Attributes that can be used with a KeyguardGlowStripView.
Includes the following attributes: Includes the following attributes: Includes the following attributes:
@attr description
Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoMirrored}.
@attr name android:autoMirrored
*/
public static final int LayerDrawable_autoMirrored = 1;
/**
@attr description
Indicates the opacity of the layer. This can be useful to allow the
system to enable drawing optimizations. The default value is
translucent.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#opacity}.
@attr name android:opacity
*/
public static final int LayerDrawable_opacity = 0;
/** Describes an item (or child) of a LayerDrawable.
Includes the following attributes:
@attr description
Bottom coordinate of the layer.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#bottom}.
@attr name android:bottom
*/
public static final int LayerDrawableItem_bottom = 5;
/**
@attr description
Drawable used to render the layer.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawable}.
@attr name android:drawable
*/
public static final int LayerDrawableItem_drawable = 1;
/**
@attr description
Identifier of the layer. This can be used to retrieve the layer
from a drawbable container.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#id}.
@attr name android:id
*/
public static final int LayerDrawableItem_id = 0;
/**
@attr description
Left coordinate of the layer.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#left}.
@attr name android:left
*/
public static final int LayerDrawableItem_left = 2;
/**
@attr description
Right coordinate of the layer.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#right}.
@attr name android:right
*/
public static final int LayerDrawableItem_right = 4;
/**
@attr description
Top coordinate of the layer.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#top}.
@attr name android:top
*/
public static final int LayerDrawableItem_top = 3;
/** Attributes that can be used with a LayoutAnimation.
Includes the following attributes:
@attr description
Animation to use on each child.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#animation}.
@attr name android:animation
*/
public static final int LayoutAnimation_animation = 2;
/**
@attr description
The order in which the animations will be started.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#animationOrder}.
@attr name android:animationOrder
*/
public static final int LayoutAnimation_animationOrder = 3;
/**
@attr description
Fraction of the animation duration used to delay the beginning of
the animation of each child.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#delay}.
@attr name android:delay
*/
public static final int LayoutAnimation_delay = 1;
/**
@attr description
Interpolator used to interpolate the delay between the start of
each animation.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#interpolator}.
@attr name android:interpolator
*/
public static final int LayoutAnimation_interpolator = 0;
/** Attributes that can be used with a LevelListDrawableItem.
Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawable}.
@attr name android:drawable
*/
public static final int LevelListDrawableItem_drawable = 0;
/**
@attr description
The maximum level allowed for this item.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxLevel}.
@attr name android:maxLevel
*/
public static final int LevelListDrawableItem_maxLevel = 2;
/**
@attr description
The minimum level allowed for this item.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minLevel}.
@attr name android:minLevel
*/
public static final int LevelListDrawableItem_minLevel = 1;
/** Attributes that can be used with a LinearLayout.
Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#baselineAligned}.
@attr name android:baselineAligned
*/
public static final int LinearLayout_baselineAligned = 2;
/**
@attr description
When a linear layout is part of another layout that is baseline
aligned, it can specify which of its children to baseline align to
(that is, which child TextView).
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#baselineAlignedChildIndex}.
@attr name android:baselineAlignedChildIndex
*/
public static final int LinearLayout_baselineAlignedChildIndex = 3;
/**
@attr description
Drawable to use as a vertical divider between buttons.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#divider}.
@attr name android:divider
*/
public static final int LinearLayout_divider = 5;
/**
@attr description
Size of padding on either end of a divider.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dividerPadding}.
@attr name android:dividerPadding
*/
public static final int LinearLayout_dividerPadding = 8;
/**
@attr description
Specifies how an object should position its content, on both the X and Y axes,
within its own bounds.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#gravity}.
@attr name android:gravity
*/
public static final int LinearLayout_gravity = 0;
/**
@attr description
When set to true, all children with a weight will be considered having
the minimum size of the largest child. If false, all children are
measured normally.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#measureWithLargestChild}.
@attr name android:measureWithLargestChild
*/
public static final int LinearLayout_measureWithLargestChild = 6;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int LinearLayout_orientation = 1;
/**
@attr description
Setting for which dividers to show.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#showDividers}.
@attr name android:showDividers
*/
public static final int LinearLayout_showDividers = 7;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#weightSum}.
@attr name android:weightSum
*/
public static final int LinearLayout_weightSum = 4;
/** Attributes that can be used with a LinearLayout_Layout.
Includes the following attributes:
@attr description
Standard gravity constant that a child supplies to its parent.
Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_gravity}.
@attr name android:layout_gravity
*/
public static final int LinearLayout_Layout_layout_gravity = 0;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_height}.
@attr name android:layout_height
*/
public static final int LinearLayout_Layout_layout_height = 2;
/**
This symbol is the offset where the {@link android.R.attr#layout_weight}
attribute's value can be found in the {@link #LinearLayout_Layout} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
"
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_width}.
@attr name android:layout_width
*/
public static final int LinearLayout_Layout_layout_width = 1;
/** Base attributes available to ListPreference.
Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#entries}.
@attr name android:entries
*/
public static final int ListPreference_entries = 0;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#entryValues}.
@attr name android:entryValues
*/
public static final int ListPreference_entryValues = 1;
/** Attributes that can be used with a ListView.
Includes the following attributes:
@attr description
Drawable or color to draw between list items.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#divider}.
@attr name android:divider
*/
public static final int ListView_divider = 1;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dividerHeight}.
@attr name android:dividerHeight
*/
public static final int ListView_dividerHeight = 2;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#entries}.
@attr name android:entries
*/
public static final int ListView_entries = 0;
/**
@attr description
When set to false, the ListView will not draw the divider before each footer view.
The default value is true.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#footerDividersEnabled}.
@attr name android:footerDividersEnabled
*/
public static final int ListView_footerDividersEnabled = 4;
/**
@attr description
When set to false, the ListView will not draw the divider after each header view.
The default value is true.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#headerDividersEnabled}.
@attr name android:headerDividersEnabled
*/
public static final int ListView_headerDividersEnabled = 3;
/**
@attr description
Drawable to draw below list content.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#overScrollFooter}.
@attr name android:overScrollFooter
*/
public static final int ListView_overScrollFooter = 6;
/**
@attr description
Drawable to draw above list content.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#overScrollHeader}.
@attr name android:overScrollHeader
*/
public static final int ListView_overScrollHeader = 5;
/** Attributes that can be used with a LockPatternView.
Includes the following attributes: Includes the following attributes:
@attr description
Value is a string that specifies the Maps API Key to use.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#apiKey}.
@attr name android:apiKey
*/
public static final int MapView_apiKey = 0;
/** Attributes that can be used with a MediaRouteButton.
Includes the following attributes:
@attr description
The types of media routes the button and its resulting
chooser will filter by.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#mediaRouteTypes}.
@attr name android:mediaRouteTypes
*/
public static final int MediaRouteButton_mediaRouteTypes = 2;
/**
This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #MediaRouteButton} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #MediaRouteButton} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
Whether the items are capable of displaying a check mark.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#checkableBehavior}.
@attr name android:checkableBehavior
*/
public static final int MenuGroup_checkableBehavior = 5;
/**
@attr description
Whether the items are enabled.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#enabled}.
@attr name android:enabled
*/
public static final int MenuGroup_enabled = 0;
/**
@attr description
The ID of the group.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#id}.
@attr name android:id
*/
public static final int MenuGroup_id = 1;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#menuCategory}.
@attr name android:menuCategory
*/
public static final int MenuGroup_menuCategory = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#orderInCategory}.
@attr name android:orderInCategory
*/
public static final int MenuGroup_orderInCategory = 4;
/**
@attr description
Whether the items are shown/visible.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#visible}.
@attr name android:visible
*/
public static final int MenuGroup_visible = 2;
/** Base attributes that are available to all Item objects.
Includes the following attributes:
@attr description
An optional layout to be used as an action view.
See {@link android.view.MenuItem#setActionView(android.view.View)}
for more info.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionLayout}.
@attr name android:actionLayout
*/
public static final int MenuItem_actionLayout = 14;
/**
@attr description
The name of an optional ActionProvider class to instantiate an action view
and perform operations such as default action for that menu item.
See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
for more info.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#actionProviderClass}.
@attr name android:actionProviderClass
*/
public static final int MenuItem_actionProviderClass = 16;
/**
@attr description
The name of an optional View class to instantiate and use as an
action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
for more info.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#actionViewClass}.
@attr name android:actionViewClass
*/
public static final int MenuItem_actionViewClass = 15;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#alphabeticShortcut}.
@attr name android:alphabeticShortcut
*/
public static final int MenuItem_alphabeticShortcut = 9;
/**
@attr description
Whether the item is capable of displaying a check mark.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#checkable}.
@attr name android:checkable
*/
public static final int MenuItem_checkable = 11;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#checked}.
@attr name android:checked
*/
public static final int MenuItem_checked = 3;
/**
@attr description
Whether the item is enabled.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#enabled}.
@attr name android:enabled
*/
public static final int MenuItem_enabled = 1;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int MenuItem_icon = 0;
/**
@attr description
The ID of the item.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#id}.
@attr name android:id
*/
public static final int MenuItem_id = 2;
/**
@attr description
The category applied to the item.
(This will be or'ed with the orderInCategory attribute.)
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#menuCategory}.
@attr name android:menuCategory
*/
public static final int MenuItem_menuCategory = 5;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#numericShortcut}.
@attr name android:numericShortcut
*/
public static final int MenuItem_numericShortcut = 10;
/**
@attr description
Name of a method on the Context used to inflate the menu that will be
called when the item is clicked.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#onClick}.
@attr name android:onClick
*/
public static final int MenuItem_onClick = 12;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#orderInCategory}.
@attr name android:orderInCategory
*/
public static final int MenuItem_orderInCategory = 6;
/**
@attr description
How this item should display in the Action Bar, if present.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#showAsAction}.
@attr name android:showAsAction
*/
public static final int MenuItem_showAsAction = 13;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#title}.
@attr name android:title
*/
public static final int MenuItem_title = 7;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#titleCondensed}.
@attr name android:titleCondensed
*/
public static final int MenuItem_titleCondensed = 8;
/**
@attr description
Whether the item is shown/visible.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#visible}.
@attr name android:visible
*/
public static final int MenuItem_visible = 4;
/** State array representing a menu item that is currently focused and checked.
Includes the following attributes:
@attr description
State identifier indicating that the object may display a check mark.
See {@link R.attr#state_checked} for the identifier that indicates whether it is
actually checked.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checkable}.
@attr name android:state_checkable
*/
public static final int MenuItemCheckedFocusedState_state_checkable = 1;
/**
@attr description
State identifier indicating that the object is currently checked. See
{@link R.attr#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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checked}.
@attr name android:state_checked
*/
public static final int MenuItemCheckedFocusedState_state_checked = 2;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_focused}.
@attr name android:state_focused
*/
public static final int MenuItemCheckedFocusedState_state_focused = 0;
/** State array representing a menu item that is currently checked.
Includes the following attributes:
@attr description
State identifier indicating that the object may display a check mark.
See {@link R.attr#state_checked} for the identifier that indicates whether it is
actually checked.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checkable}.
@attr name android:state_checkable
*/
public static final int MenuItemCheckedState_state_checkable = 0;
/**
@attr description
State identifier indicating that the object is currently checked. See
{@link R.attr#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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checked}.
@attr name android:state_checked
*/
public static final int MenuItemCheckedState_state_checked = 1;
/** State array representing a menu item that is focused and checkable but is not currently checked.
Includes the following attributes:
@attr description
State identifier indicating that the object may display a check mark.
See {@link R.attr#state_checked} for the identifier that indicates whether it is
actually checked.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checkable}.
@attr name android:state_checkable
*/
public static final int MenuItemUncheckedFocusedState_state_checkable = 1;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_focused}.
@attr name android:state_focused
*/
public static final int MenuItemUncheckedFocusedState_state_focused = 0;
/** State array representing a menu item that is checkable but is not currently checked.
Includes the following attributes:
@attr description
State identifier indicating that the object may display a check mark.
See {@link R.attr#state_checked} for the identifier that indicates whether it is
actually checked.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_checkable}.
@attr name android:state_checkable
*/
public static final int MenuItemUncheckedState_state_checkable = 0;
/** Attributes that can be used with a MenuView.
Includes the following attributes:
@attr description
Default background for the menu header.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#headerBackground}.
@attr name android:headerBackground
*/
public static final int MenuView_headerBackground = 4;
/**
@attr description
Default horizontal divider between rows of menu items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#horizontalDivider}.
@attr name android:horizontalDivider
*/
public static final int MenuView_horizontalDivider = 2;
/**
@attr description
Default background for each menu item.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#itemBackground}.
@attr name android:itemBackground
*/
public static final int MenuView_itemBackground = 5;
/**
@attr description
Default disabled icon alpha for each menu item that shows an icon.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#itemIconDisabledAlpha}.
@attr name android:itemIconDisabledAlpha
*/
public static final int MenuView_itemIconDisabledAlpha = 6;
/**
@attr description
Default appearance of menu item text.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#itemTextAppearance}.
@attr name android:itemTextAppearance
*/
public static final int MenuView_itemTextAppearance = 1;
/**
@attr description
Default vertical divider between menu items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#verticalDivider}.
@attr name android:verticalDivider
*/
public static final int MenuView_verticalDivider = 3;
/**
@attr description
Default animations for the menu.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowAnimationStyle}.
@attr name android:windowAnimationStyle
*/
public static final int MenuView_windowAnimationStyle = 0;
/** Attributes that can be used with a MultiPaneChallengeLayout.
Includes the following attributes:
@attr description
Influences how layout_centerWithinArea behaves
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int MultiPaneChallengeLayout_orientation = 0;
/** Attributes that can be used with a MultiPaneChallengeLayout_Layout.
Includes the following attributes:
@attr description
Standard gravity constant that a child supplies to its parent.
Defines how the child view should be positioned, on both the X and Y axes, within its enclosing layout.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_gravity}.
@attr name android:layout_gravity
*/
public static final int MultiPaneChallengeLayout_Layout_layout_gravity = 0;
/** Attributes that can be used with a MultiSelectListPreference.
Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#entries}.
@attr name android:entries
*/
public static final int MultiSelectListPreference_entries = 0;
/**
@attr description
The array to find the value to save for a preference when an entry from
entries is selected. If a user clicks 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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#entryValues}.
@attr name android:entryValues
*/
public static final int MultiSelectListPreference_entryValues = 1;
/** Attributes that can be used with a MultiWaveView.
Includes the following attributes:
@attr description
Reference to an array resource that be used to announce the directions with targets around the circle.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#directionDescriptions}.
@attr name android:directionDescriptions
*/
public static final int MultiWaveView_directionDescriptions = 1;
/**
@attr description
Reference to an array resource that be used as description for the targets around the circle.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#targetDescriptions}.
@attr name android:targetDescriptions
*/
public static final int MultiWaveView_targetDescriptions = 0;
/** Drawable used to draw 9-patches.
Includes the following attributes:
@attr description
Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoMirrored}.
@attr name android:autoMirrored
*/
public static final int NinePatchDrawable_autoMirrored = 2;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dither}.
@attr name android:dither
*/
public static final int NinePatchDrawable_dither = 1;
/**
@attr description
Identifier of the bitmap file. This attribute is mandatory.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#src}.
@attr name android:src
*/
public static final int NinePatchDrawable_src = 0;
/** Attributes that can be used with a NumPadKey.
Includes the following attributes: Includes the following attributes:
@attr description
@hide Color for the solid color background if such for optimized rendering.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#solidColor}.
@attr name android:solidColor
*/
public static final int NumberPicker_solidColor = 0;
/** Use Includes the following attributes:
@attr description
A drawable that can be rendered in Android's system UI for representing
the service.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#apduServiceBanner}.
@attr name android:apduServiceBanner
*/
public static final int OffHostApduService_apduServiceBanner = 1;
/**
@attr description
Short description of the functionality the service implements. This attribute
is mandatory.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#description}.
@attr name android:description
*/
public static final int OffHostApduService_description = 0;
/** Attributes that can be used with a OvershootInterpolator.
Includes the following attributes:
@attr description
This is the amount of tension.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#tension}.
@attr name android:tension
*/
public static final int OvershootInterpolator_tension = 0;
/** PagedView specific attributes. These attributes are used to customize
a PagedView view in XML files.
Includes the following attributes: Includes the following attributes: Includes the following attributes: Includes the following attributes: This symbol is the offset where the {@link android.R.attr#popupAnimationStyle}
attribute's value can be found in the {@link #PopupWindow} array.
Must be a reference to another resource, in the form " This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #PopupWindow} array.
May be a reference to another resource, in the form " May be a color value, in the form of " Includes the following attributes:
@attr description
State identifier indicating the popup will be above the anchor.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_above_anchor}.
@attr name android:state_above_anchor
*/
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
/** Base attributes available to Preference.
Includes the following attributes:
@attr description
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 " 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 " May be a boolean value, either " May be a floating point value, such as " This corresponds to the global attribute
resource symbol {@link android.R.attr#defaultValue}.
@attr name android:defaultValue
*/
public static final int Preference_defaultValue = 11;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dependency}.
@attr name android:dependency
*/
public static final int Preference_dependency = 10;
/**
@attr description
Whether the Preference is enabled.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#enabled}.
@attr name android:enabled
*/
public static final int Preference_enabled = 2;
/**
@attr description
When used inside of a modern PreferenceActivity, this declares
a new PreferenceFragment to be shown when the user selects this 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fragment}.
@attr name android:fragment
*/
public static final int Preference_fragment = 13;
/**
@attr description
The optional icon for the preference
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int Preference_icon = 0;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#key}.
@attr name android:key
*/
public static final int Preference_key = 6;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout}.
@attr name android:layout
*/
public static final int Preference_layout = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#order}.
@attr name android:order
*/
public static final int Preference_order = 8;
/**
@attr description
Whether the Preference stores its value to the shared preferences.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#persistent}.
@attr name android:persistent
*/
public static final int Preference_persistent = 1;
/**
@attr description
Whether the Preference is selectable.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#selectable}.
@attr name android:selectable
*/
public static final int Preference_selectable = 5;
/**
@attr description
Whether the view of this Preference should be disabled when
this Preference is disabled.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shouldDisableView}.
@attr name android:shouldDisableView
*/
public static final int Preference_shouldDisableView = 12;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#summary}.
@attr name android:summary
*/
public static final int Preference_summary = 7;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#title}.
@attr name android:title
*/
public static final int Preference_title = 4;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#widgetLayout}.
@attr name android:widgetLayout
*/
public static final int Preference_widgetLayout = 9;
/** Attributes that can be used with a PreferenceFrameLayout.
Includes the following attributes: Includes the following attributes: Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#orderingFromXml}.
@attr name android:orderingFromXml
*/
public static final int PreferenceGroup_orderingFromXml = 0;
/** Attribute for a header describing the item shown in the top-level list
from which the selects the set of preference to dig in to.
Includes the following attributes:
@attr description
The short title for the bread crumb of this 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#breadCrumbShortTitle}.
@attr name android:breadCrumbShortTitle
*/
public static final int PreferenceHeader_breadCrumbShortTitle = 6;
/**
@attr description
The title for the bread crumb of this 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#breadCrumbTitle}.
@attr name android:breadCrumbTitle
*/
public static final int PreferenceHeader_breadCrumbTitle = 5;
/**
@attr description
The fragment that is displayed when the user selects this 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fragment}.
@attr name android:fragment
*/
public static final int PreferenceHeader_fragment = 4;
/**
@attr description
An icon for the item.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int PreferenceHeader_icon = 0;
/**
@attr description
Identifier value for the header.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#id}.
@attr name android:id
*/
public static final int PreferenceHeader_id = 1;
/**
@attr description
The summary for 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#summary}.
@attr name android:summary
*/
public static final int PreferenceHeader_summary = 3;
/**
@attr description
The title of the item that is shown to the user.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#title}.
@attr name android:title
*/
public static final int PreferenceHeader_title = 2;
/** Use Includes the following attributes:
@attr description
Fully qualified class name of an activity that allows the user to manually
add printers to this print service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#addPrintersActivity}.
@attr name android:addPrintersActivity
*/
public static final int PrintService_addPrintersActivity = 1;
/**
@attr description
Fully qualified class name of an activity with advanced print options
specific to this print service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#advancedPrintOptionsActivity}.
@attr name android:advancedPrintOptionsActivity
*/
public static final int PrintService_advancedPrintOptionsActivity = 3;
/**
@attr description
Fully qualified class name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int PrintService_settingsActivity = 0;
/**
@attr description
The vendor name if this print service is vendor specific.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#vendor}.
@attr name android:vendor
*/
public static final int PrintService_vendor = 2;
/** Attributes that can be used with a ProgressBar.
Includes the following attributes:
@attr description
Timeout between frames of animation in milliseconds
{@deprecated Not used by the framework.}
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#animationResolution}.
@attr name android:animationResolution
*/
@Deprecated
public static final int ProgressBar_animationResolution = 14;
/**
@attr description
Allows to enable the indeterminate mode. In this mode the progress
bar plays an infinite looping animation.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#indeterminate}.
@attr name android:indeterminate
*/
public static final int ProgressBar_indeterminate = 5;
/**
@attr description
Defines how the indeterminate mode should behave when the progress
reaches max.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#indeterminateBehavior}.
@attr name android:indeterminateBehavior
*/
public static final int ProgressBar_indeterminateBehavior = 10;
/**
@attr description
Drawable used for the indeterminate mode.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#indeterminateDrawable}.
@attr name android:indeterminateDrawable
*/
public static final int ProgressBar_indeterminateDrawable = 7;
/**
@attr description
Duration of the indeterminate animation.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#indeterminateDuration}.
@attr name android:indeterminateDuration
*/
public static final int ProgressBar_indeterminateDuration = 9;
/**
@attr description
Restricts to ONLY indeterminate mode (state-keeping progress mode will not work).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#indeterminateOnly}.
@attr name android:indeterminateOnly
*/
public static final int ProgressBar_indeterminateOnly = 6;
/**
This symbol is the offset where the {@link android.R.attr#interpolator}
attribute's value can be found in the {@link #ProgressBar} array.
Must be a reference to another resource, in the form "
@attr description
Defines the maximum value the progress can take.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#max}.
@attr name android:max
*/
public static final int ProgressBar_max = 2;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxHeight}.
@attr name android:maxHeight
*/
public static final int ProgressBar_maxHeight = 1;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxWidth}.
@attr name android:maxWidth
*/
public static final int ProgressBar_maxWidth = 0;
/**
This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #ProgressBar} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #ProgressBar} array.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
"
@attr description
Defines if the associated drawables need to be mirrored when in RTL mode.
Default is false
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#mirrorForRtl}.
@attr name android:mirrorForRtl
*/
public static final int ProgressBar_mirrorForRtl = 15;
/**
@attr description
Defines the default progress value, between 0 and max.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#progress}.
@attr name android:progress
*/
public static final int ProgressBar_progress = 3;
/**
@attr description
Drawable used for the progress mode.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressDrawable}.
@attr name android:progressDrawable
*/
public static final int ProgressBar_progressDrawable = 8;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#secondaryProgress}.
@attr name android:secondaryProgress
*/
public static final int ProgressBar_secondaryProgress = 4;
/** Attributes that can be used with a PropertyAnimator.
Includes the following attributes:
@attr description
Name of the property being animated.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#propertyName}.
@attr name android:propertyName
*/
public static final int PropertyAnimator_propertyName = 0;
/** Attributes that can be used with a PublicKey.
Includes the following attributes:
@attr description
Concrete value to assign to this piece of named meta-data.
The data can later be retrieved from the meta data Bundle
through {@link android.os.Bundle#getString Bundle.getString},
{@link android.os.Bundle#getInt Bundle.getInt},
{@link android.os.Bundle#getBoolean Bundle.getBoolean},
or {@link android.os.Bundle#getFloat 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 " May be a boolean value, either " May be a color value, in the form of " May be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#value}.
@attr name android:value
*/
public static final int PublicKey_value = 0;
/** Attributes that can be used with a QuickContactBadge.
Includes the following attributes: Includes the following attributes:
@attr description
The id of the child radio button that should be checked by default
within this radio group.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#checkedButton}.
@attr name android:checkedButton
*/
public static final int RadioGroup_checkedButton = 1;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int RadioGroup_orientation = 0;
/** Attributes that can be used with a RatingBar.
Includes the following attributes:
@attr description
Whether this rating bar is an indicator (and non-changeable by the user).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isIndicator}.
@attr name android:isIndicator
*/
public static final int RatingBar_isIndicator = 3;
/**
@attr description
The number of stars (or rating items) to show.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#numStars}.
@attr name android:numStars
*/
public static final int RatingBar_numStars = 0;
/**
@attr description
The rating to set by default.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#rating}.
@attr name android:rating
*/
public static final int RatingBar_rating = 1;
/**
@attr description
The step size of the rating.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#stepSize}.
@attr name android:stepSize
*/
public static final int RatingBar_stepSize = 2;
/** Use Includes the following attributes:
@attr description
Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int RecognitionService_settingsActivity = 0;
/** Attributes that can be used with a RelativeLayout.
Includes the following attributes:
@attr description
Specifies how an object should position its content, on both the X and Y axes,
within its own bounds.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#gravity}.
@attr name android:gravity
*/
public static final int RelativeLayout_gravity = 0;
/**
@attr description
Indicates what view should not be affected by gravity.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#ignoreGravity}.
@attr name android:ignoreGravity
*/
public static final int RelativeLayout_ignoreGravity = 1;
/** Attributes that can be used with a RelativeLayout_Layout.
Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_above}.
@attr name android:layout_above
*/
public static final int RelativeLayout_Layout_layout_above = 2;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignBaseline}.
@attr name android:layout_alignBaseline
*/
public static final int RelativeLayout_Layout_layout_alignBaseline = 4;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignBottom}.
@attr name android:layout_alignBottom
*/
public static final int RelativeLayout_Layout_layout_alignBottom = 8;
/**
@attr description
Makes the end edge of this view match the end edge of the given anchor view ID.
Accommodates end margin.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignEnd}.
@attr name android:layout_alignEnd
*/
public static final int RelativeLayout_Layout_layout_alignEnd = 20;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignLeft}.
@attr name android:layout_alignLeft
*/
public static final int RelativeLayout_Layout_layout_alignLeft = 5;
/**
@attr description
If true, makes the bottom edge of this view match the bottom edge of the parent.
Accommodates bottom margin.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentBottom}.
@attr name android:layout_alignParentBottom
*/
public static final int RelativeLayout_Layout_layout_alignParentBottom = 12;
/**
@attr description
If true, makes the end edge of this view match the end edge of the parent.
Accommodates end margin.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentEnd}.
@attr name android:layout_alignParentEnd
*/
public static final int RelativeLayout_Layout_layout_alignParentEnd = 22;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentLeft}.
@attr name android:layout_alignParentLeft
*/
public static final int RelativeLayout_Layout_layout_alignParentLeft = 9;
/**
@attr description
If true, makes the right edge of this view match the right edge of the parent.
Accommodates right margin.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentRight}.
@attr name android:layout_alignParentRight
*/
public static final int RelativeLayout_Layout_layout_alignParentRight = 11;
/**
@attr description
If true, makes the start edge of this view match the start edge of the parent.
Accommodates start margin.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentStart}.
@attr name android:layout_alignParentStart
*/
public static final int RelativeLayout_Layout_layout_alignParentStart = 21;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignParentTop}.
@attr name android:layout_alignParentTop
*/
public static final int RelativeLayout_Layout_layout_alignParentTop = 10;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignRight}.
@attr name android:layout_alignRight
*/
public static final int RelativeLayout_Layout_layout_alignRight = 7;
/**
@attr description
Makes the start edge of this view match the start edge of the given anchor view ID.
Accommodates start margin.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignStart}.
@attr name android:layout_alignStart
*/
public static final int RelativeLayout_Layout_layout_alignStart = 19;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignTop}.
@attr name android:layout_alignTop
*/
public static final int RelativeLayout_Layout_layout_alignTop = 6;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_alignWithParentIfMissing}.
@attr name android:layout_alignWithParentIfMissing
*/
public static final int RelativeLayout_Layout_layout_alignWithParentIfMissing = 16;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_below}.
@attr name android:layout_below
*/
public static final int RelativeLayout_Layout_layout_below = 3;
/**
@attr description
If true, centers this child horizontally within its parent.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_centerHorizontal}.
@attr name android:layout_centerHorizontal
*/
public static final int RelativeLayout_Layout_layout_centerHorizontal = 14;
/**
@attr description
If true, centers this child horizontally and vertically within its parent.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_centerInParent}.
@attr name android:layout_centerInParent
*/
public static final int RelativeLayout_Layout_layout_centerInParent = 13;
/**
@attr description
If true, centers this child vertically within its parent.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_centerVertical}.
@attr name android:layout_centerVertical
*/
public static final int RelativeLayout_Layout_layout_centerVertical = 15;
/**
@attr description
Positions the start edge of this view to the end of the given anchor view ID.
Accommodates start margin of this view and end margin of anchor view.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_toEndOf}.
@attr name android:layout_toEndOf
*/
public static final int RelativeLayout_Layout_layout_toEndOf = 18;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_toLeftOf}.
@attr name android:layout_toLeftOf
*/
public static final int RelativeLayout_Layout_layout_toLeftOf = 0;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_toRightOf}.
@attr name android:layout_toRightOf
*/
public static final int RelativeLayout_Layout_layout_toRightOf = 1;
/**
@attr description
Positions the end edge of this view to the start of the given anchor view ID.
Accommodates end margin of this view and start margin of anchor view.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_toStartOf}.
@attr name android:layout_toStartOf
*/
public static final int RelativeLayout_Layout_layout_toStartOf = 17;
/** Base attributes available to RingtonePreference.
Includes the following attributes:
@attr description
Which ringtone type(s) to show in the picker.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#ringtoneType}.
@attr name android:ringtoneType
*/
public static final int RingtonePreference_ringtoneType = 0;
/**
@attr description
Whether to show an item for a default sound.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#showDefault}.
@attr name android:showDefault
*/
public static final int RingtonePreference_showDefault = 1;
/**
@attr description
Whether to show an item for 'Silent'.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#showSilent}.
@attr name android:showSilent
*/
public static final int RingtonePreference_showSilent = 2;
/** attributes for internal rotary widget used in lock screen and phone app
@hide
Includes the following attributes:
@attr description
Use "horizontal" or "vertical". The default is horizontal.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int RotarySelector_orientation = 0;
/** Attributes that can be used with a RotateAnimation.
Includes the following attributes: This symbol is the offset where the {@link android.R.attr#fromDegrees}
attribute's value can be found in the {@link #RotateAnimation} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotX}
attribute's value can be found in the {@link #RotateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotY}
attribute's value can be found in the {@link #RotateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toDegrees}
attribute's value can be found in the {@link #RotateAnimation} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawable}.
@attr name android:drawable
*/
public static final int RotateDrawable_drawable = 1;
/**
This symbol is the offset where the {@link android.R.attr#fromDegrees}
attribute's value can be found in the {@link #RotateDrawable} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotX}
attribute's value can be found in the {@link #RotateDrawable} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotY}
attribute's value can be found in the {@link #RotateDrawable} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toDegrees}
attribute's value can be found in the {@link #RotateDrawable} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
"
@attr description
Provides initial visibility state of the drawable; the default
value is false. See
{@link android.graphics.drawable.Drawable#setVisible}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#visible}.
@attr name android:visible
*/
public static final int RotateDrawable_visible = 0;
/** Attributes that can be used with a ScaleAnimation.
Includes the following attributes: This symbol is the offset where the {@link android.R.attr#fromXScale}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#fromYScale}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotX}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#pivotY}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toXScale}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toYScale}
attribute's value can be found in the {@link #ScaleAnimation} array.
May be a floating point value, such as " May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
Reference to a drawable resource to draw with the specified scale.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawable}.
@attr name android:drawable
*/
public static final int ScaleDrawable_drawable = 0;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#scaleGravity}.
@attr name android:scaleGravity
*/
public static final int ScaleDrawable_scaleGravity = 3;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scaleHeight}.
@attr name android:scaleHeight
*/
public static final int ScaleDrawable_scaleHeight = 2;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scaleWidth}.
@attr name android:scaleWidth
*/
public static final int ScaleDrawable_scaleWidth = 1;
/**
@attr description
Use the drawable's intrinsic width and height as minimum size values.
Useful if the target drawable is a 9-patch or otherwise should not be scaled
down beyond a minimum size.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#useIntrinsicSizeAsMinimum}.
@attr name android:useIntrinsicSizeAsMinimum
*/
public static final int ScaleDrawable_useIntrinsicSizeAsMinimum = 4;
/** Attributes that can be used with a ScrollView.
Includes the following attributes:
@attr description
Defines whether the scrollview should stretch its content to fill the viewport.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fillViewport}.
@attr name android:fillViewport
*/
public static final int ScrollView_fillViewport = 0;
/** Attributes that can be used with a SearchView.
Includes the following attributes:
@attr description
The default state of the SearchView. If true, it will be iconified when not in
use and expanded when clicked.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#iconifiedByDefault}.
@attr name android:iconifiedByDefault
*/
public static final int SearchView_iconifiedByDefault = 3;
/**
@attr description
The IME options to set on the query text field.
Must be one or more (separated by '|') of the following constant values. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NAVIGATE_NEXT}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_EXTRACT_UI}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ACCESSORY_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ENTER_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_FORCE_ASCII}. This corresponds to the global attribute
resource symbol {@link android.R.attr#imeOptions}.
@attr name android:imeOptions
*/
public static final int SearchView_imeOptions = 2;
/**
@attr description
The input type to set on the query text field.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#inputType}.
@attr name android:inputType
*/
public static final int SearchView_inputType = 1;
/**
@attr description
An optional maximum width of the SearchView.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxWidth}.
@attr name android:maxWidth
*/
public static final int SearchView_maxWidth = 0;
/**
@attr description
An optional query hint string to be displayed in the empty query field.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#queryHint}.
@attr name android:queryHint
*/
public static final int SearchView_queryHint = 4;
/** Searchable activities and applications must provide search configuration information
in an XML file, typically called searchable.xml. This file is referenced in your manifest.
For a more in-depth discussion of search configuration, please refer to
{@link android.app.SearchManager}.
Includes the following attributes:
@attr description
If provided and Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoUrlDetect}.
@attr name android:autoUrlDetect
*/
public static final int Searchable_autoUrlDetect = 21;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#hint}.
@attr name android:hint
*/
public static final int Searchable_hint = 2;
/**
@attr description
This is deprecated. Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int Searchable_icon = 1;
/**
@attr description
Additional features you can enable in an IME associated with an editor
to improve the integration with your application. The constants
here correspond to those defined by
{@link android.view.inputmethod.EditorInfo#imeOptions}.
Must be one or more (separated by '|') of the following constant values. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NAVIGATE_NEXT}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_EXTRACT_UI}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ACCESSORY_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ENTER_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_FORCE_ASCII}. This corresponds to the global attribute
resource symbol {@link android.R.attr#imeOptions}.
@attr name android:imeOptions
*/
public static final int Searchable_imeOptions = 16;
/**
@attr description
If provided and Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#includeInGlobalSearch}.
@attr name android:includeInGlobalSearch
*/
public static final int Searchable_includeInGlobalSearch = 18;
/**
@attr description
The type of data being placed in a text field, used to help an
input method decide how to let the user enter text. The constants
here correspond to those defined by
{@link android.text.InputType}. Generally you can select
a single value, though some can be combined together as
indicated. Setting this attribute to anything besides
none also implies that the text is editable.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#inputType}.
@attr name android:inputType
*/
public static final int Searchable_inputType = 10;
/**
@attr description
This is the user-displayed name of the searchable activity. Required
attribute.
May be a reference to another resource, in the form " 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 {@link android.R.attr#label}.
@attr name android:label
*/
public static final int Searchable_label = 0;
/**
@attr description
If provided and Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#queryAfterZeroResults}.
@attr name android:queryAfterZeroResults
*/
public static final int Searchable_queryAfterZeroResults = 19;
/**
@attr description
If supplied, this string will be displayed as the text of the "Search" button.
Optional attribute.
{@deprecated This will create a non-standard UI appearance, because the search bar UI is
changing to use only icons for its buttons.}
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchButtonText}.
@attr name android:searchButtonText
*/
@Deprecated
public static final int Searchable_searchButtonText = 9;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#searchMode}.
@attr name android:searchMode
*/
public static final int Searchable_searchMode = 3;
/**
@attr description
If provided, this string will be used to describe the searchable item in the
searchable items settings within system search settings. Optional
attribute.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSettingsDescription}.
@attr name android:searchSettingsDescription
*/
public static final int Searchable_searchSettingsDescription = 20;
/**
@attr description
If provided, this is the trigger indicating that the searchable activity
provides suggestions as well. The value must be a fully-qualified content provider
authority (e.g. "com.example.android.apis.SuggestionProvider") and should match the
"android:authorities" tag in your content provider's manifest entry. Optional
attribute.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestAuthority}.
@attr name android:searchSuggestAuthority
*/
public static final int Searchable_searchSuggestAuthority = 4;
/**
@attr description
If provided, and not overridden by an action in the selected suggestion, this
string will be placed in the action field of the {@link android.content.Intent 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestIntentAction}.
@attr name android:searchSuggestIntentAction
*/
public static final int Searchable_searchSuggestIntentAction = 7;
/**
@attr description
If provided, and not overridden by an action in the selected suggestion, this
string will be placed in the data field of the {@link android.content.Intent 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestIntentData}.
@attr name android:searchSuggestIntentData
*/
public static final int Searchable_searchSuggestIntentData = 8;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestPath}.
@attr name android:searchSuggestPath
*/
public static final int Searchable_searchSuggestPath = 5;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestSelection}.
@attr name android:searchSuggestSelection
*/
public static final int Searchable_searchSuggestSelection = 6;
/**
@attr description
If provided, this is the minimum number of characters needed to trigger
search suggestions. The default value is 0. Optional attribute.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#searchSuggestThreshold}.
@attr name android:searchSuggestThreshold
*/
public static final int Searchable_searchSuggestThreshold = 17;
/**
@attr description
If provided, this specifies the spoken language to be expected, and that it will be
different than the one set in the {@link java.util.Locale#getDefault()}.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#voiceLanguage}.
@attr name android:voiceLanguage
*/
public static final int Searchable_voiceLanguage = 14;
/**
@attr description
If provided, this specifies the language model that should be used by the
voice recognition system. See
{@link android.speech.RecognizerIntent#EXTRA_LANGUAGE_MODEL } for more information.
If not provided, the default value
{@link android.speech.RecognizerIntent#LANGUAGE_MODEL_FREE_FORM } will be used.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#voiceLanguageModel}.
@attr name android:voiceLanguageModel
*/
public static final int Searchable_voiceLanguageModel = 12;
/**
@attr description
If provided, enforces the maximum number of results to return, including the "best"
result which will always be provided as the SEARCH intent's primary query. Must be one
or greater. If not provided, the recognizer will choose how many results to return.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#voiceMaxResults}.
@attr name android:voiceMaxResults
*/
public static final int Searchable_voiceMaxResults = 15;
/**
@attr description
If provided, this specifies a prompt that will be displayed during voice input.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#voicePromptText}.
@attr name android:voicePromptText
*/
public static final int Searchable_voicePromptText = 13;
/**
@attr description
Voice search features are controlled by mode bits in this field. Omitting
this field, or setting to zero, provides default behavior.
If showVoiceSearchButton is set, then launchWebSearch or launchRecognizer must
also be set. Optional attribute.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#voiceSearchMode}.
@attr name android:voiceSearchMode
*/
public static final int Searchable_voiceSearchMode = 11;
/** In order to process special action keys during search, you must define them using
one or more "ActionKey" elements in your Searchable metadata. For a more in-depth
discussion of action code handling, please refer to {@link android.app.SearchManager}.
Includes the following attributes:
@attr description
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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
searchable activity. To examine the key code, use
{@link android.content.Intent#getIntExtra 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. This corresponds to the global attribute
resource symbol {@link android.R.attr#keycode}.
@attr name android:keycode
*/
public static final int SearchableActionKey_keycode = 0;
/**
@attr description
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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#queryActionMsg}.
@attr name android:queryActionMsg
*/
public static final int SearchableActionKey_queryActionMsg = 1;
/**
@attr description
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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to your
searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#suggestActionMsg}.
@attr name android:suggestActionMsg
*/
public static final int SearchableActionKey_suggestActionMsg = 2;
/**
@attr description
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
{@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} intent that is passed to
your searchable activity. To examine the string, use
{@link android.content.Intent#getStringExtra
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#suggestActionMsgColumn}.
@attr name android:suggestActionMsgColumn
*/
public static final int SearchableActionKey_suggestActionMsgColumn = 3;
/** Attributes that can be used with a SeekBar.
Includes the following attributes:
@attr description
Draws the thumb on a seekbar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#thumb}.
@attr name android:thumb
*/
public static final int SeekBar_thumb = 0;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#thumbOffset}.
@attr name android:thumbOffset
*/
public static final int SeekBar_thumbOffset = 1;
/** Attributes that can be used with a SelectionModeDrawables.
Includes the following attributes:
@attr description
Drawable to use for the Copy action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeCopyDrawable}.
@attr name android:actionModeCopyDrawable
*/
public static final int SelectionModeDrawables_actionModeCopyDrawable = 1;
/**
@attr description
Drawable to use for the Cut action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeCutDrawable}.
@attr name android:actionModeCutDrawable
*/
public static final int SelectionModeDrawables_actionModeCutDrawable = 0;
/**
@attr description
Drawable to use for the Paste action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModePasteDrawable}.
@attr name android:actionModePasteDrawable
*/
public static final int SelectionModeDrawables_actionModePasteDrawable = 2;
/**
@attr description
Drawable to use for the Select all action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeSelectAllDrawable}.
@attr name android:actionModeSelectAllDrawable
*/
public static final int SelectionModeDrawables_actionModeSelectAllDrawable = 3;
/** Use Includes the following attributes:
@attr description
The icon for the preference, should refer to all apps covered by the setting. Typically
a generic icon for the developer.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#icon}.
@attr name android:icon
*/
public static final int SettingInjectorService_icon = 0;
/**
@attr description
The activity to launch when the setting is clicked on.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int SettingInjectorService_settingsActivity = 2;
/**
@attr description
The title for the preference.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#title}.
@attr name android:title
*/
public static final int SettingInjectorService_title = 1;
/** Drawable used to draw shapes.
Includes the following attributes:
@attr description
Defines the color of the shape.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#color}.
@attr name android:color
*/
public static final int ShapeDrawable_color = 3;
/**
@attr description
Enables or disables dithering.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dither}.
@attr name android:dither
*/
public static final int ShapeDrawable_dither = 0;
/**
@attr description
Defines the height of the shape.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#height}.
@attr name android:height
*/
public static final int ShapeDrawable_height = 1;
/**
@attr description
Defines the width of the shape.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#width}.
@attr name android:width
*/
public static final int ShapeDrawable_width = 2;
/** Defines the padding of a ShapeDrawable.
Includes the following attributes:
@attr description
Bottom padding.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#bottom}.
@attr name android:bottom
*/
public static final int ShapeDrawablePadding_bottom = 3;
/**
@attr description
Left padding.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#left}.
@attr name android:left
*/
public static final int ShapeDrawablePadding_left = 0;
/**
@attr description
Right padding.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#right}.
@attr name android:right
*/
public static final int ShapeDrawablePadding_right = 2;
/**
@attr description
Top padding.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#top}.
@attr name android:top
*/
public static final int ShapeDrawablePadding_top = 1;
/** Attributes that can be used with a SizeAdaptiveLayout.
*/
public static final int[] SizeAdaptiveLayout = {
};
/** Attributes that can be used with a SizeAdaptiveLayout_Layout.
Includes the following attributes: Includes the following attributes: Includes the following attributes:
@attr description
Indicates whether the drawer can be opened/closed by a single tap
on the handle. (If false, the user must drag or fling, or click
using the trackball, to open/close the drawer.) Default is true.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#allowSingleTap}.
@attr name android:allowSingleTap
*/
public static final int SlidingDrawer_allowSingleTap = 3;
/**
@attr description
Indicates whether the drawer should be opened/closed with an animation
when the user clicks the handle. Default is true.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#animateOnClick}.
@attr name android:animateOnClick
*/
public static final int SlidingDrawer_animateOnClick = 6;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#bottomOffset}.
@attr name android:bottomOffset
*/
public static final int SlidingDrawer_bottomOffset = 1;
/**
@attr description
Identifier for the child that represents the drawer's content.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#content}.
@attr name android:content
*/
public static final int SlidingDrawer_content = 5;
/**
@attr description
Identifier for the child that represents the drawer's handle.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#handle}.
@attr name android:handle
*/
public static final int SlidingDrawer_handle = 4;
/**
@attr description
Orientation of the SlidingDrawer.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int SlidingDrawer_orientation = 0;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#topOffset}.
@attr name android:topOffset
*/
public static final int SlidingDrawer_topOffset = 2;
/** Attributes that can be used with a SlidingTab.
Includes the following attributes:
@attr description
Use "horizontal" for a row, "vertical" for a column. The default is horizontal.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static final int SlidingTab_orientation = 0;
/** Use Includes the following attributes:
@attr description
The name of the spell checker.
May be a reference to another resource, in the form " 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 {@link android.R.attr#label}.
@attr name android:label
*/
public static final int SpellChecker_label = 0;
/**
@attr description
Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int SpellChecker_settingsActivity = 1;
/** This is the subtype of the spell checker. Subtype can describe locales (e.g. en_US, fr_FR...)
Includes the following attributes:
@attr description
The name of the subtype.
May be a reference to another resource, in the form " 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 {@link android.R.attr#label}.
@attr name android:label
*/
public static final int SpellChecker_Subtype_label = 0;
/**
@attr description
The extra value of the subtype. This string can be any string and will be passed to
the SpellChecker.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#subtypeExtraValue}.
@attr name android:subtypeExtraValue
*/
public static final int SpellChecker_Subtype_subtypeExtraValue = 2;
/**
@attr description
The locale of the subtype. This string should be a locale (e.g. en_US, fr_FR...)
This is also used by the framework to know the supported locales
of the spell checker.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#subtypeLocale}.
@attr name android:subtypeLocale
*/
public static final int SpellChecker_Subtype_subtypeLocale = 1;
/** Attributes that can be used with a Spinner.
Includes the following attributes:
@attr description
Horizontal offset from the spinner widget for positioning the dropdown
in spinnerMode="dropdown".
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownHorizontalOffset}.
@attr name android:dropDownHorizontalOffset
*/
public static final int Spinner_dropDownHorizontalOffset = 5;
/**
@attr description
List selector to use for spinnerMode="dropdown" display.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownSelector}.
@attr name android:dropDownSelector
*/
public static final int Spinner_dropDownSelector = 1;
/**
@attr description
Vertical offset from the spinner widget for positioning the dropdown in
spinnerMode="dropdown".
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownVerticalOffset}.
@attr name android:dropDownVerticalOffset
*/
public static final int Spinner_dropDownVerticalOffset = 6;
/**
@attr description
Width of the dropdown in spinnerMode="dropdown".
May be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownWidth}.
@attr name android:dropDownWidth
*/
public static final int Spinner_dropDownWidth = 4;
/**
@attr description
Gravity setting for positioning the currently selected item.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#gravity}.
@attr name android:gravity
*/
public static final int Spinner_gravity = 0;
/**
@attr description
Background drawable to use for the dropdown in spinnerMode="dropdown".
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#popupBackground}.
@attr name android:popupBackground
*/
public static final int Spinner_popupBackground = 2;
/**
@attr description
The prompt to display when the spinner's dialog is shown.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#prompt}.
@attr name android:prompt
*/
public static final int Spinner_prompt = 3;
/**
@attr description
Display mode for spinner options.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#spinnerMode}.
@attr name android:spinnerMode
*/
public static final int Spinner_spinnerMode = 7;
/** Attributes that can be used with a StackView.
Includes the following attributes: Includes the following attributes:
@attr description
Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoMirrored}.
@attr name android:autoMirrored
*/
public static final int StateListDrawable_autoMirrored = 6;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#constantSize}.
@attr name android:constantSize
*/
public static final int StateListDrawable_constantSize = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#dither}.
@attr name android:dither
*/
public static final int StateListDrawable_dither = 0;
/**
@attr description
Amount of time (in milliseconds) to fade in a new state drawable.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#enterFadeDuration}.
@attr name android:enterFadeDuration
*/
public static final int StateListDrawable_enterFadeDuration = 4;
/**
@attr description
Amount of time (in milliseconds) to fade out an old state drawable.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#exitFadeDuration}.
@attr name android:exitFadeDuration
*/
public static final int StateListDrawable_exitFadeDuration = 5;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#variablePadding}.
@attr name android:variablePadding
*/
public static final int StateListDrawable_variablePadding = 2;
/**
@attr description
Indicates whether the drawable should be initially visible.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#visible}.
@attr name android:visible
*/
public static final int StateListDrawable_visible = 1;
/** Attributes that can be used with a Storage.
Includes the following attributes: Includes the following attributes: Includes the following attributes:
@attr description
Minimum width for the switch component
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#switchMinWidth}.
@attr name android:switchMinWidth
*/
public static final int Switch_switchMinWidth = 5;
/**
@attr description
Minimum space between the switch and caption text
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#switchPadding}.
@attr name android:switchPadding
*/
public static final int Switch_switchPadding = 6;
/**
@attr description
TextAppearance style for text displayed on the switch thumb.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#switchTextAppearance}.
@attr name android:switchTextAppearance
*/
public static final int Switch_switchTextAppearance = 3;
/**
@attr description
Text to use when the switch is in the unchecked/"off" state.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textOff}.
@attr name android:textOff
*/
public static final int Switch_textOff = 1;
/**
@attr description
Text to use when the switch is in the checked/"on" state.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textOn}.
@attr name android:textOn
*/
public static final int Switch_textOn = 0;
/**
@attr description
Drawable to use as the "thumb" that switches back and forth.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#thumb}.
@attr name android:thumb
*/
public static final int Switch_thumb = 2;
/**
@attr description
Amount of padding on either side of text within the switch thumb.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#thumbTextPadding}.
@attr name android:thumbTextPadding
*/
public static final int Switch_thumbTextPadding = 7;
/**
@attr description
Drawable to use as the "track" that the switch thumb slides within.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#track}.
@attr name android:track
*/
public static final int Switch_track = 4;
/** Attributes that can be used with a SwitchPreference.
Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#disableDependentsState}.
@attr name android:disableDependentsState
*/
public static final int SwitchPreference_disableDependentsState = 2;
/**
@attr description
The summary for the Preference in a PreferenceActivity screen when the
SwitchPreference 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#summaryOff}.
@attr name android:summaryOff
*/
public static final int SwitchPreference_summaryOff = 1;
/**
@attr description
The summary for the Preference in a PreferenceActivity screen when the
SwitchPreference 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#summaryOn}.
@attr name android:summaryOn
*/
public static final int SwitchPreference_summaryOn = 0;
/**
@attr description
The text used on the switch itself when in the "off" state.
This should be a very SHORT string, as it appears in a small space.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#switchTextOff}.
@attr name android:switchTextOff
*/
public static final int SwitchPreference_switchTextOff = 4;
/**
@attr description
The text used on the switch itself when in the "on" state.
This should be a very SHORT string, as it appears in a small space.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#switchTextOn}.
@attr name android:switchTextOn
*/
public static final int SwitchPreference_switchTextOn = 3;
/** Use Includes the following attributes:
@attr description
The account type this authenticator handles.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#accountType}.
@attr name android:accountType
*/
public static final int SyncAdapter_accountType = 1;
/**
@attr description
Set to true to tell the SyncManager that this SyncAdapter supports
multiple simultaneous syncs for the same account type and authority.
Otherwise the SyncManager will be sure not to issue a start sync request
to this SyncAdapter if the SyncAdapter is already syncing another account.
Defaults to false.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#allowParallelSyncs}.
@attr name android:allowParallelSyncs
*/
public static final int SyncAdapter_allowParallelSyncs = 5;
/**
@attr description
the authority of a content provider.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#contentAuthority}.
@attr name android:contentAuthority
*/
public static final int SyncAdapter_contentAuthority = 2;
/**
@attr description
Set to true to tell the SyncManager to automatically call setIsSyncable(..., ..., 1)
for the SyncAdapter instead of issuaing an initialization sync to the SyncAdapter.
Defaults to false.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isAlwaysSyncable}.
@attr name android:isAlwaysSyncable
*/
public static final int SyncAdapter_isAlwaysSyncable = 6;
/**
@attr description
If provided, specifies the action of the settings
activity for this SyncAdapter.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int SyncAdapter_settingsActivity = 0;
/**
This symbol is the offset where the {@link android.R.attr#supportsUploading}
attribute's value can be found in the {@link #SyncAdapter} array.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#userVisible}
attribute's value can be found in the {@link #SyncAdapter} array.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
Drawable used to draw the divider between tabs.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#divider}.
@attr name android:divider
*/
public static final int TabWidget_divider = 0;
/**
@attr description
Determines whether the strip under the tab indicators is drawn or not.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#tabStripEnabled}.
@attr name android:tabStripEnabled
*/
public static final int TabWidget_tabStripEnabled = 3;
/**
@attr description
Drawable used to draw the left part of the strip underneath the tabs.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#tabStripLeft}.
@attr name android:tabStripLeft
*/
public static final int TabWidget_tabStripLeft = 1;
/**
@attr description
Drawable used to draw the right part of the strip underneath the tabs.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#tabStripRight}.
@attr name android:tabStripRight
*/
public static final int TabWidget_tabStripRight = 2;
/** Attributes that can be used with a TableLayout.
Includes the following attributes:
@attr description
The zero-based index of the columns to collapse. The column indices
must be separated by a comma: 1, 2, 5. Illegal and duplicate
indices are ignored.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#collapseColumns}.
@attr name android:collapseColumns
*/
public static final int TableLayout_collapseColumns = 2;
/**
@attr description
The zero-based index of the columns to shrink. The column indices
must be separated by a comma: 1, 2, 5. Illegal and duplicate
indices are ignored. You can shrink all columns by using the
value "*" instead. Note that a column can be marked stretchable
and shrinkable at the same time.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shrinkColumns}.
@attr name android:shrinkColumns
*/
public static final int TableLayout_shrinkColumns = 1;
/**
@attr description
The zero-based index of the columns to stretch. The column indices
must be separated by a comma: 1, 2, 5. Illegal and duplicate
indices are ignored. You can stretch all columns by using the
value "*" instead. Note that a column can be marked stretchable
and shrinkable at the same time.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#stretchColumns}.
@attr name android:stretchColumns
*/
public static final int TableLayout_stretchColumns = 0;
/** Attributes that can be used with a TableRow.
*/
public static final int[] TableRow = {
};
/** Attributes that can be used with a TableRow_Cell.
Includes the following attributes:
@attr description
The index of the column in which this child should be.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_column}.
@attr name android:layout_column
*/
public static final int TableRow_Cell_layout_column = 0;
/**
@attr description
Defines how many columns this child should span. Must be >= 1.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_span}.
@attr name android:layout_span
*/
public static final int TableRow_Cell_layout_span = 1;
/** Attributes that can be used with a TextAppearance.
Includes the following attributes:
@attr description
Font family (named by string) for the text.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fontFamily}.
@attr name android:fontFamily
*/
public static final int TextAppearance_fontFamily = 12;
/**
@attr description
Place a shadow of the specified color behind the text.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowColor}.
@attr name android:shadowColor
*/
public static final int TextAppearance_shadowColor = 7;
/**
@attr description
Horizontal offset of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowDx}.
@attr name android:shadowDx
*/
public static final int TextAppearance_shadowDx = 8;
/**
@attr description
Vertical offset of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowDy}.
@attr name android:shadowDy
*/
public static final int TextAppearance_shadowDy = 9;
/**
@attr description
Radius of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowRadius}.
@attr name android:shadowRadius
*/
public static final int TextAppearance_shadowRadius = 10;
/**
@attr description
Present the text in ALL CAPS. This may use a small-caps form when available.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textAllCaps}.
@attr name android:textAllCaps
*/
public static final int TextAppearance_textAllCaps = 11;
/**
@attr description
Text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColor}.
@attr name android:textColor
*/
public static final int TextAppearance_textColor = 3;
/**
@attr description
Color of the text selection highlight.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHighlight}.
@attr name android:textColorHighlight
*/
public static final int TextAppearance_textColorHighlight = 4;
/**
@attr description
Color of the hint text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHint}.
@attr name android:textColorHint
*/
public static final int TextAppearance_textColorHint = 5;
/**
@attr description
Color of the links.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorLink}.
@attr name android:textColorLink
*/
public static final int TextAppearance_textColorLink = 6;
/**
@attr description
Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp).
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textSize}.
@attr name android:textSize
*/
public static final int TextAppearance_textSize = 0;
/**
@attr description
Style (bold, italic, bolditalic) for the text.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#textStyle}.
@attr name android:textStyle
*/
public static final int TextAppearance_textStyle = 2;
/**
@attr description
Typeface (normal, sans, serif, monospace) for the text.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#typeface}.
@attr name android:typeface
*/
public static final int TextAppearance_typeface = 1;
/** Attributes that can be used with a TextClock.
Includes the following attributes:
@attr description
Specifies the formatting pattern used to show the time and/or date
in 12-hour mode. Please refer to {@link android.text.format.DateFormat}
for a complete description of accepted formatting patterns.
The default pattern is a locale-appropriate equivalent of "h:mm a".
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#format12Hour}.
@attr name android:format12Hour
*/
public static final int TextClock_format12Hour = 0;
/**
@attr description
Specifies the formatting pattern used to show the time and/or date
in 24-hour mode. Please refer to {@link android.text.format.DateFormat}
for a complete description of accepted formatting patterns.
The default pattern is a locale-appropriate equivalent of "H:mm".
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#format24Hour}.
@attr name android:format24Hour
*/
public static final int TextClock_format24Hour = 1;
/**
@attr description
Specifies the time zone to use. When this attribute is specified, the
TextClock will ignore the time zone of the system. To use the user's
time zone, do not specify this attribute. The default value is the
user's time zone. Please refer to {@link java.util.TimeZone} for more
information about time zone ids.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#timeZone}.
@attr name android:timeZone
*/
public static final int TextClock_timeZone = 2;
/** Attributes that can be used with a TextSwitcher.
*/
public static final int[] TextSwitcher = {
};
/** Use Includes the following attributes:
@attr description
Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int TextToSpeechEngine_settingsActivity = 0;
/** Attributes that can be used with a TextView.
Includes the following attributes:
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#autoLink}.
@attr name android:autoLink
*/
public static final int TextView_autoLink = 11;
/**
@attr description
If set, specifies that this TextView has a textual input method
and automatically corrects some common spelling errors.
The default is "false".
{@deprecated Use inputType instead.}
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoText}.
@attr name android:autoText
*/
@Deprecated
public static final int TextView_autoText = 45;
/**
@attr description
Determines the minimum type that getText() will return.
The default is "normal".
Note that EditText and LogTextBox always return Editable,
even if you specify something less powerful here.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#bufferType}.
@attr name android:bufferType
*/
public static final int TextView_bufferType = 17;
/**
@attr description
If set, specifies that this TextView has a textual input method
and should automatically capitalize what the user types.
The default is "none".
{@deprecated Use inputType instead.}
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#capitalize}.
@attr name android:capitalize
*/
@Deprecated
public static final int TextView_capitalize = 44;
/**
@attr description
Makes the cursor visible (the default) or invisible.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#cursorVisible}.
@attr name android:cursorVisible
*/
public static final int TextView_cursorVisible = 21;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#digits}.
@attr name android:digits
*/
public static final int TextView_digits = 41;
/**
@attr description
The drawable to be drawn below the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableBottom}.
@attr name android:drawableBottom
*/
public static final int TextView_drawableBottom = 49;
/**
@attr description
The drawable to be drawn to the end of the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableEnd}.
@attr name android:drawableEnd
*/
public static final int TextView_drawableEnd = 74;
/**
@attr description
The drawable to be drawn to the left of the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableLeft}.
@attr name android:drawableLeft
*/
public static final int TextView_drawableLeft = 50;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#drawablePadding}.
@attr name android:drawablePadding
*/
public static final int TextView_drawablePadding = 52;
/**
@attr description
The drawable to be drawn to the right of the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableRight}.
@attr name android:drawableRight
*/
public static final int TextView_drawableRight = 51;
/**
@attr description
The drawable to be drawn to the start of the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableStart}.
@attr name android:drawableStart
*/
public static final int TextView_drawableStart = 73;
/**
@attr description
The drawable to be drawn above the text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#drawableTop}.
@attr name android:drawableTop
*/
public static final int TextView_drawableTop = 48;
/**
@attr description
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.
{@deprecated Use inputType instead.}
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#editable}.
@attr name android:editable
*/
@Deprecated
public static final int TextView_editable = 46;
/**
@attr description
Reference to an
{@link android.R.styleable#InputExtras <input-extras>}
XML resource containing additional data to
supply to an input method, which is private to the implementation
of the input method. This simply fills in
the {@link android.view.inputmethod.EditorInfo#extras
EditorInfo.extras} field when the input
method is connected.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#editorExtras}.
@attr name android:editorExtras
*/
public static final int TextView_editorExtras = 58;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#ellipsize}.
@attr name android:ellipsize
*/
public static final int TextView_ellipsize = 9;
/**
@attr description
Makes the TextView be exactly this many ems wide.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#ems}.
@attr name android:ems
*/
public static final int TextView_ems = 27;
/**
@attr description
Specifies whether the widget is enabled. The interpretation of the enabled state varies by subclass.
For example, a non-enabled EditText prevents the user from editing the contained text, and
a non-enabled Button prevents the user from tapping the button.
The appearance of enabled and non-enabled widgets may differ, if the drawables referenced
from evaluating state_enabled differ.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#enabled}.
@attr name android:enabled
*/
public static final int TextView_enabled = 0;
/**
@attr description
Font family (named by string) for the text.
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fontFamily}.
@attr name android:fontFamily
*/
public static final int TextView_fontFamily = 75;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#freezesText}.
@attr name android:freezesText
*/
public static final int TextView_freezesText = 47;
/**
@attr description
Specifies how to align the text by the view's x- and/or y-axis
when the text is smaller than the view.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#gravity}.
@attr name android:gravity
*/
public static final int TextView_gravity = 10;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#height}.
@attr name android:height
*/
public static final int TextView_height = 24;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#hint}.
@attr name android:hint
*/
public static final int TextView_hint = 19;
/**
@attr description
Supply a value for
{@link android.view.inputmethod.EditorInfo#actionId EditorInfo.actionId}
used when an input method is connected to the text view.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#imeActionId}.
@attr name android:imeActionId
*/
public static final int TextView_imeActionId = 61;
/**
@attr description
Supply a value for
{@link android.view.inputmethod.EditorInfo#actionLabel EditorInfo.actionLabel}
used when an input method is connected to the text view.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#imeActionLabel}.
@attr name android:imeActionLabel
*/
public static final int TextView_imeActionLabel = 60;
/**
@attr description
Additional features you can enable in an IME associated with an editor
to improve the integration with your application. The constants
here correspond to those defined by
{@link android.view.inputmethod.EditorInfo#imeOptions}.
Must be one or more (separated by '|') of the following constant values. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_FULLSCREEN}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NAVIGATE_NEXT}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_EXTRACT_UI}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ACCESSORY_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_NO_ENTER_ACTION}. Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_FLAG_FORCE_ASCII}. This corresponds to the global attribute
resource symbol {@link android.R.attr#imeOptions}.
@attr name android:imeOptions
*/
public static final int TextView_imeOptions = 59;
/**
@attr description
Leave enough room for ascenders and descenders instead of
using the font ascent and descent strictly. (Normally true).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#includeFontPadding}.
@attr name android:includeFontPadding
*/
public static final int TextView_includeFontPadding = 34;
/**
@attr description
If set, specifies that this TextView should use the specified
input method (specified by fully-qualified class name).
{@deprecated Use inputType 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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#inputMethod}.
@attr name android:inputMethod
*/
@Deprecated
public static final int TextView_inputMethod = 43;
/**
@attr description
The type of data being placed in a text field, used to help an
input method decide how to let the user enter text. The constants
here correspond to those defined by
{@link android.text.InputType}. Generally you can select
a single value, though some can be combined together as
indicated. Setting this attribute to anything besides
none also implies that the text is editable.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#inputType}.
@attr name android:inputType
*/
public static final int TextView_inputType = 56;
/**
@attr description
Extra spacing between lines of text.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#lineSpacingExtra}.
@attr name android:lineSpacingExtra
*/
public static final int TextView_lineSpacingExtra = 53;
/**
@attr description
Extra spacing between lines of text, as a multiplier.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#lineSpacingMultiplier}.
@attr name android:lineSpacingMultiplier
*/
public static final int TextView_lineSpacingMultiplier = 54;
/**
@attr description
Makes the TextView be exactly this many lines tall.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#lines}.
@attr name android:lines
*/
public static final int TextView_lines = 23;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#linksClickable}.
@attr name android:linksClickable
*/
public static final int TextView_linksClickable = 12;
/**
@attr description
The number of times to repeat the marquee animation. Only applied if the
TextView has marquee enabled.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#marqueeRepeatLimit}.
@attr name android:marqueeRepeatLimit
*/
public static final int TextView_marqueeRepeatLimit = 55;
/**
@attr description
Makes the TextView be at most this many ems wide.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxEms}.
@attr name android:maxEms
*/
public static final int TextView_maxEms = 26;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxHeight}.
@attr name android:maxHeight
*/
public static final int TextView_maxHeight = 14;
/**
@attr description
Set an input filter to constrain the text length to the
specified number.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxLength}.
@attr name android:maxLength
*/
public static final int TextView_maxLength = 35;
/**
@attr description
Makes the TextView be at most this many lines tall.
When used on an editable text, the Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxLines}.
@attr name android:maxLines
*/
public static final int TextView_maxLines = 22;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#maxWidth}.
@attr name android:maxWidth
*/
public static final int TextView_maxWidth = 13;
/**
@attr description
Makes the TextView be at least this many ems wide.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minEms}.
@attr name android:minEms
*/
public static final int TextView_minEms = 29;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minHeight}.
@attr name android:minHeight
*/
public static final int TextView_minHeight = 16;
/**
@attr description
Makes the TextView be at least this many lines tall.
When used on an editable text, the Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minLines}.
@attr name android:minLines
*/
public static final int TextView_minLines = 25;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minWidth}.
@attr name android:minWidth
*/
public static final int TextView_minWidth = 15;
/**
@attr description
If set, specifies that this TextView has a numeric input method.
The default is false.
{@deprecated Use inputType instead.}
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#numeric}.
@attr name android:numeric
*/
@Deprecated
public static final int TextView_numeric = 40;
/**
@attr description
Whether the characters of the field are displayed as
password dots instead of themselves.
{@deprecated Use inputType instead.}
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#password}.
@attr name android:password
*/
@Deprecated
public static final int TextView_password = 31;
/**
@attr description
If set, specifies that this TextView has a phone number input
method. The default is false.
{@deprecated Use inputType instead.}
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#phoneNumber}.
@attr name android:phoneNumber
*/
@Deprecated
public static final int TextView_phoneNumber = 42;
/**
@attr description
An addition content type description to supply to the input
method attached to the text view, which is private to the
implementation of the input method. This simply fills in
the {@link android.view.inputmethod.EditorInfo#privateImeOptions
EditorInfo.privateImeOptions} field when the input
method is connected.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#privateImeOptions}.
@attr name android:privateImeOptions
*/
public static final int TextView_privateImeOptions = 57;
/**
@attr description
Whether the text is allowed to be wider than the view (and
therefore can be scrolled horizontally).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollHorizontally}.
@attr name android:scrollHorizontally
*/
public static final int TextView_scrollHorizontally = 30;
/**
@attr description
If the text is selectable, select it all when the view takes
focus.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#selectAllOnFocus}.
@attr name android:selectAllOnFocus
*/
public static final int TextView_selectAllOnFocus = 33;
/**
@attr description
Place a shadow of the specified color behind the text.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowColor}.
@attr name android:shadowColor
*/
public static final int TextView_shadowColor = 36;
/**
@attr description
Horizontal offset of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowDx}.
@attr name android:shadowDx
*/
public static final int TextView_shadowDx = 37;
/**
@attr description
Vertical offset of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowDy}.
@attr name android:shadowDy
*/
public static final int TextView_shadowDy = 38;
/**
@attr description
Radius of the shadow.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#shadowRadius}.
@attr name android:shadowRadius
*/
public static final int TextView_shadowRadius = 39;
/**
@attr description
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.
The default value is false (multi-line wrapped text mode) for non-editable text, but if
you specify any value for inputType, the default is true (single-line input field mode).
{@deprecated This attribute is deprecated. Use Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#singleLine}.
@attr name android:singleLine
*/
@Deprecated
public static final int TextView_singleLine = 32;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#text}.
@attr name android:text
*/
public static final int TextView_text = 18;
/**
@attr description
Present the text in ALL CAPS. This may use a small-caps form when available.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textAllCaps}.
@attr name android:textAllCaps
*/
public static final int TextView_textAllCaps = 72;
/**
@attr description
Base text color, typeface, size, and style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearance}.
@attr name android:textAppearance
*/
public static final int TextView_textAppearance = 1;
/**
@attr description
Text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColor}.
@attr name android:textColor
*/
public static final int TextView_textColor = 5;
/**
@attr description
Color of the text selection highlight.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHighlight}.
@attr name android:textColorHighlight
*/
public static final int TextView_textColorHighlight = 6;
/**
@attr description
Color of the hint text.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHint}.
@attr name android:textColorHint
*/
public static final int TextView_textColorHint = 7;
/**
@attr description
Text color for links.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorLink}.
@attr name android:textColorLink
*/
public static final int TextView_textColorLink = 8;
/**
@attr description
Reference to a drawable that will be drawn under the insertion cursor.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textCursorDrawable}.
@attr name android:textCursorDrawable
*/
public static final int TextView_textCursorDrawable = 70;
/**
@attr description
Variation of textEditPasteWindowLayout displayed when the clipboard is empty.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditNoPasteWindowLayout}.
@attr name android:textEditNoPasteWindowLayout
*/
public static final int TextView_textEditNoPasteWindowLayout = 66;
/**
@attr description
The layout of the view that is displayed on top of the cursor to paste inside a
TextEdit field.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditPasteWindowLayout}.
@attr name android:textEditPasteWindowLayout
*/
public static final int TextView_textEditPasteWindowLayout = 65;
/**
@attr description
Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSideNoPasteWindowLayout}.
@attr name android:textEditSideNoPasteWindowLayout
*/
public static final int TextView_textEditSideNoPasteWindowLayout = 69;
/**
@attr description
Used instead of textEditPasteWindowLayout when the window is moved on the side of the
insertion cursor because it would be clipped if it were positioned on top.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSidePasteWindowLayout}.
@attr name android:textEditSidePasteWindowLayout
*/
public static final int TextView_textEditSidePasteWindowLayout = 68;
/**
@attr description
Layout of the TextView item that will populate the suggestion popup window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSuggestionItemLayout}.
@attr name android:textEditSuggestionItemLayout
*/
public static final int TextView_textEditSuggestionItemLayout = 71;
/**
@attr description
Indicates that the content of a non-editable text can be selected.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textIsSelectable}.
@attr name android:textIsSelectable
*/
public static final int TextView_textIsSelectable = 67;
/**
@attr description
Sets the horizontal scaling factor for the text.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textScaleX}.
@attr name android:textScaleX
*/
public static final int TextView_textScaleX = 20;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor for positioning the cursor within text.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandle}.
@attr name android:textSelectHandle
*/
public static final int TextView_textSelectHandle = 64;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor on the left side of a selection region.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandleLeft}.
@attr name android:textSelectHandleLeft
*/
public static final int TextView_textSelectHandleLeft = 62;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor on the right side of a selection region.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandleRight}.
@attr name android:textSelectHandleRight
*/
public static final int TextView_textSelectHandleRight = 63;
/**
@attr description
Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp).
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textSize}.
@attr name android:textSize
*/
public static final int TextView_textSize = 2;
/**
@attr description
Style (bold, italic, bolditalic) for the text.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#textStyle}.
@attr name android:textStyle
*/
public static final int TextView_textStyle = 4;
/**
@attr description
Typeface (normal, sans, serif, monospace) for the text.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#typeface}.
@attr name android:typeface
*/
public static final int TextView_typeface = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#width}.
@attr name android:width
*/
public static final int TextView_width = 28;
/** Attributes that can be used with a TextViewAppearance.
Includes the following attributes:
@attr description
Base text color, typeface, size, and style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearance}.
@attr name android:textAppearance
*/
public static final int TextViewAppearance_textAppearance = 0;
/** Attributes that can be used with a TextViewMultiLineBackgroundState.
Includes the following attributes:
@attr description
State identifier indicating a TextView has a multi-line layout.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_multiline}.
@attr name android:state_multiline
*/
public static final int TextViewMultiLineBackgroundState_state_multiline = 0;
/** These are the standard attributes that make up a complete theme.
Includes the following attributes:
@attr description
Default AbsListView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#absListViewStyle}.
@attr name android:absListViewStyle
*/
public static final int Theme_absListViewStyle = 51;
/**
@attr description
Custom divider drawable to use for elements in the action bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarDivider}.
@attr name android:actionBarDivider
*/
public static final int Theme_actionBarDivider = 204;
/**
@attr description
Custom item state list drawable background for action bar items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarItemBackground}.
@attr name android:actionBarItemBackground
*/
public static final int Theme_actionBarItemBackground = 205;
/**
@attr description
Size of the Action Bar, including the contextual
bar used to present Action Modes.
May be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarSize}.
@attr name android:actionBarSize
*/
public static final int Theme_actionBarSize = 140;
/**
@attr description
Reference to a style for the split Action Bar. This style
controls the split component that holds the menu/action
buttons. actionBarStyle is still used for the primary
bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarSplitStyle}.
@attr name android:actionBarSplitStyle
*/
public static final int Theme_actionBarSplitStyle = 196;
/**
@attr description
Reference to a style for the Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarStyle}.
@attr name android:actionBarStyle
*/
public static final int Theme_actionBarStyle = 132;
/**
This symbol is the offset where the {@link android.R.attr#actionBarTabBarStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Default style for tabs within an action bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarTabStyle}.
@attr name android:actionBarTabStyle
*/
public static final int Theme_actionBarTabStyle = 142;
/**
This symbol is the offset where the {@link android.R.attr#actionBarTabTextStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Reference to a theme that should be used to inflate widgets
and layouts destined for the action bar. Most of the time
this will be a reference to the current theme, but when
the action bar has a significantly different contrast
profile than the rest of the activity the difference
can become important. If this is set to @null the current
theme will be used.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionBarWidgetTheme}.
@attr name android:actionBarWidgetTheme
*/
public static final int Theme_actionBarWidgetTheme = 203;
/**
@attr description
Default action button style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionButtonStyle}.
@attr name android:actionButtonStyle
*/
public static final int Theme_actionButtonStyle = 135;
/**
@attr description
Default ActionBar dropdown style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionDropDownStyle}.
@attr name android:actionDropDownStyle
*/
public static final int Theme_actionDropDownStyle = 134;
/**
@attr description
TextAppearance style that will be applied to text that
appears within action menu items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionMenuTextAppearance}.
@attr name android:actionMenuTextAppearance
*/
public static final int Theme_actionMenuTextAppearance = 188;
/**
@attr description
Color for text that appears within action menu items.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionMenuTextColor}.
@attr name android:actionMenuTextColor
*/
public static final int Theme_actionMenuTextColor = 189;
/**
@attr description
Background drawable to use for action mode UI
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeBackground}.
@attr name android:actionModeBackground
*/
public static final int Theme_actionModeBackground = 136;
/**
This symbol is the offset where the {@link android.R.attr#actionModeCloseButtonStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Drawable to use for the close action mode button
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeCloseDrawable}.
@attr name android:actionModeCloseDrawable
*/
public static final int Theme_actionModeCloseDrawable = 137;
/**
@attr description
Drawable to use for the Copy action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeCopyDrawable}.
@attr name android:actionModeCopyDrawable
*/
public static final int Theme_actionModeCopyDrawable = 160;
/**
@attr description
Drawable to use for the Cut action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeCutDrawable}.
@attr name android:actionModeCutDrawable
*/
public static final int Theme_actionModeCutDrawable = 159;
/**
@attr description
Drawable to use for the Paste action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModePasteDrawable}.
@attr name android:actionModePasteDrawable
*/
public static final int Theme_actionModePasteDrawable = 161;
/**
@attr description
Drawable to use for the Select all action button in Contextual Action Bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeSelectAllDrawable}.
@attr name android:actionModeSelectAllDrawable
*/
public static final int Theme_actionModeSelectAllDrawable = 193;
/**
@attr description
Background drawable to use for action mode UI in the lower split bar
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#actionModeSplitBackground}.
@attr name android:actionModeSplitBackground
*/
public static final int Theme_actionModeSplitBackground = 206;
/**
This symbol is the offset where the {@link android.R.attr#actionModeStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form " This symbol is the offset where the {@link android.R.attr#actionOverflowButtonStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Drawable used as a background for activated items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#activatedBackgroundIndicator}.
@attr name android:activatedBackgroundIndicator
*/
public static final int Theme_activatedBackgroundIndicator = 147;
/**
@attr description
Icon drawable to use for alerts
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#alertDialogIcon}.
@attr name android:alertDialogIcon
*/
public static final int Theme_alertDialogIcon = 181;
/**
This symbol is the offset where the {@link android.R.attr#alertDialogStyle}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Theme to use for alert dialogs spawned from this theme.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#alertDialogTheme}.
@attr name android:alertDialogTheme
*/
public static final int Theme_alertDialogTheme = 155;
/**
@attr description
Default AutoCompleteTextView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#autoCompleteTextViewStyle}.
@attr name android:autoCompleteTextViewStyle
*/
public static final int Theme_autoCompleteTextViewStyle = 52;
/**
@attr description
Default background dim amount when a menu, dialog, or something similar pops up.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#backgroundDimAmount}.
@attr name android:backgroundDimAmount
*/
public static final int Theme_backgroundDimAmount = 2;
/**
@attr description
Control whether dimming behind the window is enabled. The default
theme does not set this value, meaning it is based on whether the
window is floating.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#backgroundDimEnabled}.
@attr name android:backgroundDimEnabled
*/
public static final int Theme_backgroundDimEnabled = 106;
/**
@attr description
Style for buttons without an explicit border, often used in groups.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#borderlessButtonStyle}.
@attr name android:borderlessButtonStyle
*/
public static final int Theme_borderlessButtonStyle = 165;
/**
@attr description
Style for buttons within button bars
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonBarButtonStyle}.
@attr name android:buttonBarButtonStyle
*/
public static final int Theme_buttonBarButtonStyle = 168;
/**
@attr description
Style for button bars
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonBarStyle}.
@attr name android:buttonBarStyle
*/
public static final int Theme_buttonBarStyle = 167;
/**
@attr description
Normal Button style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonStyle}.
@attr name android:buttonStyle
*/
public static final int Theme_buttonStyle = 24;
/**
@attr description
Button style to inset into an EditText.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonStyleInset}.
@attr name android:buttonStyleInset
*/
public static final int Theme_buttonStyleInset = 26;
/**
@attr description
Small Button style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonStyleSmall}.
@attr name android:buttonStyleSmall
*/
public static final int Theme_buttonStyleSmall = 25;
/**
@attr description
ToggleButton style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#buttonStyleToggle}.
@attr name android:buttonStyleToggle
*/
public static final int Theme_buttonStyleToggle = 27;
/**
@attr description
The CalendarView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#calendarViewStyle}.
@attr name android:calendarViewStyle
*/
public static final int Theme_calendarViewStyle = 185;
/**
@attr description
A styled string, specifying the style to be used for showing
inline candidate text when composing with an input method. The
text itself will be ignored, but the style spans will be applied
to the candidate text as it is edited.
May be a reference to another resource, in the form " 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 {@link android.R.attr#candidatesTextStyleSpans}.
@attr name android:candidatesTextStyleSpans
*/
public static final int Theme_candidatesTextStyleSpans = 109;
/**
@attr description
Default style for CheckBoxPreference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#checkBoxPreferenceStyle}.
@attr name android:checkBoxPreferenceStyle
*/
public static final int Theme_checkBoxPreferenceStyle = 87;
/**
@attr description
Default Checkbox style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#checkboxStyle}.
@attr name android:checkboxStyle
*/
public static final int Theme_checkboxStyle = 53;
/**
@attr description
Default CheckedTextView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#checkedTextViewStyle}.
@attr name android:checkedTextViewStyle
*/
public static final int Theme_checkedTextViewStyle = 217;
/**
@attr description
Default highlight color for items that are
activated. (Activated meaning persistent selection.)
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorActivatedHighlight}.
@attr name android:colorActivatedHighlight
*/
public static final int Theme_colorActivatedHighlight = 200;
/**
@attr description
Color that matches (as closely as possible) the window background.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorBackground}.
@attr name android:colorBackground
*/
public static final int Theme_colorBackground = 1;
/**
@attr description
This is a hint for a solid color that can be used for caching
rendered views. This should be the color of the background when
there is a solid background color; it should be null when the
background is a texture or translucent. When a device is able
to use accelerated drawing (thus setting state_accelerated), the
cache hint is ignored and always assumed to be transparent.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorBackgroundCacheHint}.
@attr name android:colorBackgroundCacheHint
*/
public static final int Theme_colorBackgroundCacheHint = 118;
/**
@attr description
Default highlight color for items that are
focused. (Focused meaning cursor-based selection.)
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorFocusedHighlight}.
@attr name android:colorFocusedHighlight
*/
public static final int Theme_colorFocusedHighlight = 199;
/**
@attr description
Default color of foreground imagery.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorForeground}.
@attr name android:colorForeground
*/
public static final int Theme_colorForeground = 0;
/**
@attr description
Default color of foreground imagery on an inverted background.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorForegroundInverse}.
@attr name android:colorForegroundInverse
*/
public static final int Theme_colorForegroundInverse = 94;
/**
@attr description
Default highlight color for items that are long-pressed.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorLongPressedHighlight}.
@attr name android:colorLongPressedHighlight
*/
public static final int Theme_colorLongPressedHighlight = 198;
/**
@attr description
Default highlight color for items in multiple selection
mode.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorMultiSelectHighlight}.
@attr name android:colorMultiSelectHighlight
*/
public static final int Theme_colorMultiSelectHighlight = 201;
/**
@attr description
Default highlight color for items that are pressed.
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#colorPressedHighlight}.
@attr name android:colorPressedHighlight
*/
public static final int Theme_colorPressedHighlight = 197;
/**
@attr description
The DatePicker style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#datePickerStyle}.
@attr name android:datePickerStyle
*/
public static final int Theme_datePickerStyle = 184;
/**
@attr description
Background that can be used behind parts of a UI that provide
details on data the user is selecting. For example, this is
the background element of PreferenceActivity's embedded
preference fragment.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#detailsElementBackground}.
@attr name android:detailsElementBackground
*/
public static final int Theme_detailsElementBackground = 175;
/**
@attr description
Default style for DialogPreference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dialogPreferenceStyle}.
@attr name android:dialogPreferenceStyle
*/
public static final int Theme_dialogPreferenceStyle = 89;
/**
@attr description
Theme to use for dialogs spawned from this theme.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dialogTheme}.
@attr name android:dialogTheme
*/
public static final int Theme_dialogTheme = 154;
/**
@attr description
Default disabled alpha for widgets that set enabled/disabled alpha programmatically.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#disabledAlpha}.
@attr name android:disabledAlpha
*/
public static final int Theme_disabledAlpha = 3;
/**
@attr description
Drawable to use for generic horizontal dividers.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dividerHorizontal}.
@attr name android:dividerHorizontal
*/
public static final int Theme_dividerHorizontal = 166;
/**
@attr description
Drawable to use for generic vertical dividers.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dividerVertical}.
@attr name android:dividerVertical
*/
public static final int Theme_dividerVertical = 156;
/**
@attr description
Default style for drop down hints.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownHintAppearance}.
@attr name android:dropDownHintAppearance
*/
public static final int Theme_dropDownHintAppearance = 80;
/**
@attr description
Default style for drop down items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownItemStyle}.
@attr name android:dropDownItemStyle
*/
public static final int Theme_dropDownItemStyle = 78;
/**
@attr description
Default ListView style for drop downs.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownListViewStyle}.
@attr name android:dropDownListViewStyle
*/
public static final int Theme_dropDownListViewStyle = 54;
/**
@attr description
Default dropdown Spinner style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#dropDownSpinnerStyle}.
@attr name android:dropDownSpinnerStyle
*/
public static final int Theme_dropDownSpinnerStyle = 133;
/**
@attr description
EditText background drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#editTextBackground}.
@attr name android:editTextBackground
*/
public static final int Theme_editTextBackground = 179;
/**
@attr description
EditText text foreground color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#editTextColor}.
@attr name android:editTextColor
*/
public static final int Theme_editTextColor = 178;
/**
@attr description
Default style for EditTextPreference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#editTextPreferenceStyle}.
@attr name android:editTextPreferenceStyle
*/
public static final int Theme_editTextPreferenceStyle = 90;
/**
@attr description
Default EditText style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#editTextStyle}.
@attr name android:editTextStyle
*/
public static final int Theme_editTextStyle = 55;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredChildIndicatorLeft}.
@attr name android:expandableListPreferredChildIndicatorLeft
*/
public static final int Theme_expandableListPreferredChildIndicatorLeft = 34;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredChildIndicatorRight}.
@attr name android:expandableListPreferredChildIndicatorRight
*/
public static final int Theme_expandableListPreferredChildIndicatorRight = 35;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredChildPaddingLeft}.
@attr name android:expandableListPreferredChildPaddingLeft
*/
public static final int Theme_expandableListPreferredChildPaddingLeft = 31;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredItemIndicatorLeft}.
@attr name android:expandableListPreferredItemIndicatorLeft
*/
public static final int Theme_expandableListPreferredItemIndicatorLeft = 32;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredItemIndicatorRight}.
@attr name android:expandableListPreferredItemIndicatorRight
*/
public static final int Theme_expandableListPreferredItemIndicatorRight = 33;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListPreferredItemPaddingLeft}.
@attr name android:expandableListPreferredItemPaddingLeft
*/
public static final int Theme_expandableListPreferredItemPaddingLeft = 30;
/**
@attr description
Default ExpandableListView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListViewStyle}.
@attr name android:expandableListViewStyle
*/
public static final int Theme_expandableListViewStyle = 56;
/**
@attr description
ExpandableListView with white background.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#expandableListViewWhiteStyle}.
@attr name android:expandableListViewWhiteStyle
*/
public static final int Theme_expandableListViewWhiteStyle = 125;
/**
@attr description
Position of the fast scroll index overlay window.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollOverlayPosition}.
@attr name android:fastScrollOverlayPosition
*/
public static final int Theme_fastScrollOverlayPosition = 174;
/**
@attr description
Drawable to use as the fast scroll index preview window background
when shown on the left.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollPreviewBackgroundLeft}.
@attr name android:fastScrollPreviewBackgroundLeft
*/
public static final int Theme_fastScrollPreviewBackgroundLeft = 171;
/**
@attr description
Drawable to use as the fast scroll index preview window background
when shown on the right.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollPreviewBackgroundRight}.
@attr name android:fastScrollPreviewBackgroundRight
*/
public static final int Theme_fastScrollPreviewBackgroundRight = 172;
/**
@attr description
Text color for the fast scroll index overlay. Make sure it
plays nicely with fastScrollPreviewBackground[Left|Right].
Must be a color value, in the form of " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollTextColor}.
@attr name android:fastScrollTextColor
*/
public static final int Theme_fastScrollTextColor = 182;
/**
@attr description
Drawable to use as the fast scroll thumb.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollThumbDrawable}.
@attr name android:fastScrollThumbDrawable
*/
public static final int Theme_fastScrollThumbDrawable = 170;
/**
@attr description
Drawable to use as the track for the fast scroll thumb.
This may be null.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#fastScrollTrackDrawable}.
@attr name android:fastScrollTrackDrawable
*/
public static final int Theme_fastScrollTrackDrawable = 173;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#galleryItemBackground}.
@attr name android:galleryItemBackground
*/
public static final int Theme_galleryItemBackground = 28;
/**
@attr description
Default Gallery style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#galleryStyle}.
@attr name android:galleryStyle
*/
public static final int Theme_galleryStyle = 57;
/**
@attr description
Default GridView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#gridViewStyle}.
@attr name android:gridViewStyle
*/
public static final int Theme_gridViewStyle = 58;
/**
@attr description
Specifies a drawable to use for the 'home as up' indicator.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#homeAsUpIndicator}.
@attr name android:homeAsUpIndicator
*/
public static final int Theme_homeAsUpIndicator = 157;
/**
@attr description
Default HorizontalScrollView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#horizontalScrollViewStyle}.
@attr name android:horizontalScrollViewStyle
*/
public static final int Theme_horizontalScrollViewStyle = 180;
/**
@attr description
The style resource to use for an ImageButton.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#imageButtonStyle}.
@attr name android:imageButtonStyle
*/
public static final int Theme_imageButtonStyle = 59;
/**
@attr description
The style resource to use for an ImageButton that is an image well.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#imageWellStyle}.
@attr name android:imageWellStyle
*/
public static final int Theme_imageWellStyle = 60;
/**
@attr description
Drawable used as a background for selected list items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listChoiceBackgroundIndicator}.
@attr name android:listChoiceBackgroundIndicator
*/
public static final int Theme_listChoiceBackgroundIndicator = 141;
/**
@attr description
Drawable to use for multiple choice indicators.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listChoiceIndicatorMultiple}.
@attr name android:listChoiceIndicatorMultiple
*/
public static final int Theme_listChoiceIndicatorMultiple = 104;
/**
@attr description
Drawable to use for single choice indicators.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listChoiceIndicatorSingle}.
@attr name android:listChoiceIndicatorSingle
*/
public static final int Theme_listChoiceIndicatorSingle = 103;
/**
@attr description
The drawable for the list divider.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listDivider}.
@attr name android:listDivider
*/
public static final int Theme_listDivider = 102;
/**
@attr description
The list divider used in alert dialogs.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listDividerAlertDialog}.
@attr name android:listDividerAlertDialog
*/
public static final int Theme_listDividerAlertDialog = 152;
/**
@attr description
Default ListPopupWindow style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listPopupWindowStyle}.
@attr name android:listPopupWindowStyle
*/
public static final int Theme_listPopupWindowStyle = 148;
/**
@attr description
The preferred list item height.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemHeight}.
@attr name android:listPreferredItemHeight
*/
public static final int Theme_listPreferredItemHeight = 29;
/**
@attr description
A larger, more robust list item height.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemHeightLarge}.
@attr name android:listPreferredItemHeightLarge
*/
public static final int Theme_listPreferredItemHeightLarge = 194;
/**
@attr description
A smaller, sleeker list item height.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemHeightSmall}.
@attr name android:listPreferredItemHeightSmall
*/
public static final int Theme_listPreferredItemHeightSmall = 195;
/**
@attr description
The preferred padding along the end edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemPaddingEnd}.
@attr name android:listPreferredItemPaddingEnd
*/
public static final int Theme_listPreferredItemPaddingEnd = 214;
/**
@attr description
The preferred padding along the left edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemPaddingLeft}.
@attr name android:listPreferredItemPaddingLeft
*/
public static final int Theme_listPreferredItemPaddingLeft = 209;
/**
@attr description
The preferred padding along the right edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemPaddingRight}.
@attr name android:listPreferredItemPaddingRight
*/
public static final int Theme_listPreferredItemPaddingRight = 210;
/**
@attr description
The preferred padding along the start edge of list items.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#listPreferredItemPaddingStart}.
@attr name android:listPreferredItemPaddingStart
*/
public static final int Theme_listPreferredItemPaddingStart = 213;
/**
@attr description
TextView style for list separators.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listSeparatorTextViewStyle}.
@attr name android:listSeparatorTextViewStyle
*/
public static final int Theme_listSeparatorTextViewStyle = 96;
/**
@attr description
Default ListView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listViewStyle}.
@attr name android:listViewStyle
*/
public static final int Theme_listViewStyle = 61;
/**
@attr description
ListView with white background.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#listViewWhiteStyle}.
@attr name android:listViewWhiteStyle
*/
public static final int Theme_listViewWhiteStyle = 62;
/**
@attr description
Default MapView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#mapViewStyle}.
@attr name android:mapViewStyle
*/
public static final int Theme_mapViewStyle = 82;
/**
@attr description
Default style for the MediaRouteButton widget.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#mediaRouteButtonStyle}.
@attr name android:mediaRouteButtonStyle
*/
public static final int Theme_mediaRouteButtonStyle = 212;
/**
@attr description
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 " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#panelBackground}.
@attr name android:panelBackground
*/
public static final int Theme_panelBackground = 46;
/**
@attr description
Color that matches (as closely as possible) the panel background.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#panelColorBackground}.
@attr name android:panelColorBackground
*/
public static final int Theme_panelColorBackground = 49;
/**
@attr description
Default color of foreground panel imagery.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#panelColorForeground}.
@attr name android:panelColorForeground
*/
public static final int Theme_panelColorForeground = 48;
/**
@attr description
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 " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#panelFullBackground}.
@attr name android:panelFullBackground
*/
public static final int Theme_panelFullBackground = 47;
/**
@attr description
Default appearance of panel text.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#panelTextAppearance}.
@attr name android:panelTextAppearance
*/
public static final int Theme_panelTextAppearance = 50;
/**
@attr description
Default PopupMenu style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#popupMenuStyle}.
@attr name android:popupMenuStyle
*/
public static final int Theme_popupMenuStyle = 149;
/**
@attr description
Default PopupWindow style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#popupWindowStyle}.
@attr name android:popupWindowStyle
*/
public static final int Theme_popupWindowStyle = 63;
/**
@attr description
Default style for PreferenceCategory.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#preferenceCategoryStyle}.
@attr name android:preferenceCategoryStyle
*/
public static final int Theme_preferenceCategoryStyle = 84;
/**
@attr description
Default style for informational Preference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#preferenceInformationStyle}.
@attr name android:preferenceInformationStyle
*/
public static final int Theme_preferenceInformationStyle = 85;
/**
@attr description
The preference layout that has the child/tabbed effect.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#preferenceLayoutChild}.
@attr name android:preferenceLayoutChild
*/
public static final int Theme_preferenceLayoutChild = 92;
/**
@attr description
Default style for PreferenceScreen.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#preferenceScreenStyle}.
@attr name android:preferenceScreenStyle
*/
public static final int Theme_preferenceScreenStyle = 83;
/**
@attr description
Default style for Preference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#preferenceStyle}.
@attr name android:preferenceStyle
*/
public static final int Theme_preferenceStyle = 86;
/**
@attr description
Theme to use for presentations spawned from this theme.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#presentationTheme}.
@attr name android:presentationTheme
*/
public static final int Theme_presentationTheme = 215;
/**
@attr description
Default ProgressBar style. This is a medium circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyle}.
@attr name android:progressBarStyle
*/
public static final int Theme_progressBarStyle = 64;
/**
@attr description
Horizontal ProgressBar style. This is a horizontal progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleHorizontal}.
@attr name android:progressBarStyleHorizontal
*/
public static final int Theme_progressBarStyleHorizontal = 65;
/**
@attr description
Inverse ProgressBar style. This is a medium circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleInverse}.
@attr name android:progressBarStyleInverse
*/
public static final int Theme_progressBarStyleInverse = 111;
/**
@attr description
Large ProgressBar style. This is a large circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleLarge}.
@attr name android:progressBarStyleLarge
*/
public static final int Theme_progressBarStyleLarge = 67;
/**
@attr description
Large inverse ProgressBar style. This is a large circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleLargeInverse}.
@attr name android:progressBarStyleLargeInverse
*/
public static final int Theme_progressBarStyleLargeInverse = 113;
/**
@attr description
Small ProgressBar style. This is a small circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleSmall}.
@attr name android:progressBarStyleSmall
*/
public static final int Theme_progressBarStyleSmall = 66;
/**
@attr description
Small inverse ProgressBar style. This is a small circular progress bar.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleSmallInverse}.
@attr name android:progressBarStyleSmallInverse
*/
public static final int Theme_progressBarStyleSmallInverse = 112;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#progressBarStyleSmallTitle}.
@attr name android:progressBarStyleSmallTitle
*/
public static final int Theme_progressBarStyleSmallTitle = 98;
/**
@attr description
Default quickcontact badge style with large quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleSmallWindowLarge}.
@attr name android:quickContactBadgeStyleSmallWindowLarge
*/
public static final int Theme_quickContactBadgeStyleSmallWindowLarge = 124;
/**
@attr description
Default quickcontact badge style with medium quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleSmallWindowMedium}.
@attr name android:quickContactBadgeStyleSmallWindowMedium
*/
public static final int Theme_quickContactBadgeStyleSmallWindowMedium = 123;
/**
@attr description
Default quickcontact badge style with small quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleSmallWindowSmall}.
@attr name android:quickContactBadgeStyleSmallWindowSmall
*/
public static final int Theme_quickContactBadgeStyleSmallWindowSmall = 122;
/**
@attr description
Default quickcontact badge style with large quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleWindowLarge}.
@attr name android:quickContactBadgeStyleWindowLarge
*/
public static final int Theme_quickContactBadgeStyleWindowLarge = 121;
/**
@attr description
Default quickcontact badge style with medium quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleWindowMedium}.
@attr name android:quickContactBadgeStyleWindowMedium
*/
public static final int Theme_quickContactBadgeStyleWindowMedium = 120;
/**
@attr description
Default quickcontact badge style with small quickcontact window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#quickContactBadgeStyleWindowSmall}.
@attr name android:quickContactBadgeStyleWindowSmall
*/
public static final int Theme_quickContactBadgeStyleWindowSmall = 119;
/**
@attr description
Default RadioButton style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#radioButtonStyle}.
@attr name android:radioButtonStyle
*/
public static final int Theme_radioButtonStyle = 71;
/**
@attr description
Default RatingBar style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#ratingBarStyle}.
@attr name android:ratingBarStyle
*/
public static final int Theme_ratingBarStyle = 69;
/**
@attr description
Indicator RatingBar style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#ratingBarStyleIndicator}.
@attr name android:ratingBarStyleIndicator
*/
public static final int Theme_ratingBarStyleIndicator = 99;
/**
@attr description
Small indicator RatingBar style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#ratingBarStyleSmall}.
@attr name android:ratingBarStyleSmall
*/
public static final int Theme_ratingBarStyleSmall = 70;
/**
@attr description
Default style for RingtonePreference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#ringtonePreferenceStyle}.
@attr name android:ringtonePreferenceStyle
*/
public static final int Theme_ringtonePreferenceStyle = 91;
/**
@attr description
Default ScrollView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollViewStyle}.
@attr name android:scrollViewStyle
*/
public static final int Theme_scrollViewStyle = 72;
/**
@attr description
Default SeekBar style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#seekBarStyle}.
@attr name android:seekBarStyle
*/
public static final int Theme_seekBarStyle = 68;
/**
@attr description
Style for segmented buttons - a container that houses several buttons
with the appearance of a singel button broken into segments.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#segmentedButtonStyle}.
@attr name android:segmentedButtonStyle
*/
public static final int Theme_segmentedButtonStyle = 169;
/**
@attr description
Background drawable for standalone items that need focus/pressed states.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#selectableItemBackground}.
@attr name android:selectableItemBackground
*/
public static final int Theme_selectableItemBackground = 158;
/**
@attr description
Default style for spinner drop down items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#spinnerDropDownItemStyle}.
@attr name android:spinnerDropDownItemStyle
*/
public static final int Theme_spinnerDropDownItemStyle = 79;
/**
@attr description
Default spinner item style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#spinnerItemStyle}.
@attr name android:spinnerItemStyle
*/
public static final int Theme_spinnerItemStyle = 81;
/**
@attr description
Default Spinner style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#spinnerStyle}.
@attr name android:spinnerStyle
*/
public static final int Theme_spinnerStyle = 73;
/**
@attr description
Default Star style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#starStyle}.
@attr name android:starStyle
*/
public static final int Theme_starStyle = 74;
/**
@attr description
Default style for switch preferences.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#switchPreferenceStyle}.
@attr name android:switchPreferenceStyle
*/
public static final int Theme_switchPreferenceStyle = 190;
/**
@attr description
Default TabWidget style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#tabWidgetStyle}.
@attr name android:tabWidgetStyle
*/
public static final int Theme_tabWidgetStyle = 75;
/**
@attr description
Default appearance of text: color, typeface, size, and style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearance}.
@attr name android:textAppearance
*/
public static final int Theme_textAppearance = 4;
/**
@attr description
Text color, typeface, size, and style for the text inside of a button.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceButton}.
@attr name android:textAppearanceButton
*/
public static final int Theme_textAppearanceButton = 95;
/**
@attr description
Default appearance of text against an inverted background:
color, typeface, size, and style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceInverse}.
@attr name android:textAppearanceInverse
*/
public static final int Theme_textAppearanceInverse = 5;
/**
@attr description
Text color, typeface, size, and style for "large" text. Defaults to primary text color.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceLarge}.
@attr name android:textAppearanceLarge
*/
public static final int Theme_textAppearanceLarge = 16;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceLargeInverse}.
@attr name android:textAppearanceLargeInverse
*/
public static final int Theme_textAppearanceLargeInverse = 19;
/**
@attr description
Text color, typeface, size, and style for the text inside of a popup menu.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceLargePopupMenu}.
@attr name android:textAppearanceLargePopupMenu
*/
public static final int Theme_textAppearanceLargePopupMenu = 150;
/**
@attr description
The preferred TextAppearance for the primary text of list items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceListItem}.
@attr name android:textAppearanceListItem
*/
public static final int Theme_textAppearanceListItem = 207;
/**
@attr description
The preferred TextAppearance for the primary text of small list items.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceListItemSmall}.
@attr name android:textAppearanceListItemSmall
*/
public static final int Theme_textAppearanceListItemSmall = 208;
/**
@attr description
Text color, typeface, size, and style for "medium" text. Defaults to primary text color.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceMedium}.
@attr name android:textAppearanceMedium
*/
public static final int Theme_textAppearanceMedium = 17;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceMediumInverse}.
@attr name android:textAppearanceMediumInverse
*/
public static final int Theme_textAppearanceMediumInverse = 20;
/**
@attr description
Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceSearchResultSubtitle}.
@attr name android:textAppearanceSearchResultSubtitle
*/
public static final int Theme_textAppearanceSearchResultSubtitle = 116;
/**
@attr description
Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceSearchResultTitle}.
@attr name android:textAppearanceSearchResultTitle
*/
public static final int Theme_textAppearanceSearchResultTitle = 117;
/**
@attr description
Text color, typeface, size, and style for "small" text. Defaults to secondary text color.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceSmall}.
@attr name android:textAppearanceSmall
*/
public static final int Theme_textAppearanceSmall = 18;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceSmallInverse}.
@attr name android:textAppearanceSmallInverse
*/
public static final int Theme_textAppearanceSmallInverse = 21;
/**
@attr description
Text color, typeface, size, and style for small text inside of a popup menu.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textAppearanceSmallPopupMenu}.
@attr name android:textAppearanceSmallPopupMenu
*/
public static final int Theme_textAppearanceSmallPopupMenu = 151;
/**
@attr description
Drawable to use for check marks.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textCheckMark}.
@attr name android:textCheckMark
*/
public static final int Theme_textCheckMark = 22;
/**
This symbol is the offset where the {@link android.R.attr#textCheckMarkInverse}
attribute's value can be found in the {@link #Theme} array.
Must be a reference to another resource, in the form "
@attr description
Color of list item text in alert dialogs.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorAlertDialogListItem}.
@attr name android:textColorAlertDialogListItem
*/
public static final int Theme_textColorAlertDialogListItem = 153;
/**
@attr description
Color of highlighted text, when used in a light theme.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHighlightInverse}.
@attr name android:textColorHighlightInverse
*/
public static final int Theme_textColorHighlightInverse = 176;
/**
@attr description
Inverse hint text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorHintInverse}.
@attr name android:textColorHintInverse
*/
public static final int Theme_textColorHintInverse = 15;
/**
@attr description
Color of link text (URLs), when used in a light theme.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorLinkInverse}.
@attr name android:textColorLinkInverse
*/
public static final int Theme_textColorLinkInverse = 177;
/**
@attr description
The most prominent text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimary}.
@attr name android:textColorPrimary
*/
public static final int Theme_textColorPrimary = 6;
/**
@attr description
Bright text color. Only differentiates based on the disabled state.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimaryDisableOnly}.
@attr name android:textColorPrimaryDisableOnly
*/
public static final int Theme_textColorPrimaryDisableOnly = 7;
/**
@attr description
Primary inverse text color, useful for inverted backgrounds.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimaryInverse}.
@attr name android:textColorPrimaryInverse
*/
public static final int Theme_textColorPrimaryInverse = 9;
/**
@attr description
Bright inverse text color. Only differentiates based on the disabled state.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimaryInverseDisableOnly}.
@attr name android:textColorPrimaryInverseDisableOnly
*/
public static final int Theme_textColorPrimaryInverseDisableOnly = 114;
/**
@attr description
Bright inverse text color. This does not differentiate the disabled state.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimaryInverseNoDisable}.
@attr name android:textColorPrimaryInverseNoDisable
*/
public static final int Theme_textColorPrimaryInverseNoDisable = 13;
/**
@attr description
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 " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorPrimaryNoDisable}.
@attr name android:textColorPrimaryNoDisable
*/
public static final int Theme_textColorPrimaryNoDisable = 11;
/**
@attr description
Secondary text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorSecondary}.
@attr name android:textColorSecondary
*/
public static final int Theme_textColorSecondary = 8;
/**
@attr description
Secondary inverse text color, useful for inverted backgrounds.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorSecondaryInverse}.
@attr name android:textColorSecondaryInverse
*/
public static final int Theme_textColorSecondaryInverse = 10;
/**
@attr description
Dim inverse text color. This does not differentiate the disabled state.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorSecondaryInverseNoDisable}.
@attr name android:textColorSecondaryInverseNoDisable
*/
public static final int Theme_textColorSecondaryInverseNoDisable = 14;
/**
@attr description
Dim text color. This does not differentiate the disabled state.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorSecondaryNoDisable}.
@attr name android:textColorSecondaryNoDisable
*/
public static final int Theme_textColorSecondaryNoDisable = 12;
/**
@attr description
Tertiary text color.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorTertiary}.
@attr name android:textColorTertiary
*/
public static final int Theme_textColorTertiary = 100;
/**
@attr description
Tertiary inverse text color, useful for inverted backgrounds.
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColorTertiaryInverse}.
@attr name android:textColorTertiaryInverse
*/
public static final int Theme_textColorTertiaryInverse = 101;
/**
@attr description
Variation of textEditPasteWindowLayout displayed when the clipboard is empty.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditNoPasteWindowLayout}.
@attr name android:textEditNoPasteWindowLayout
*/
public static final int Theme_textEditNoPasteWindowLayout = 163;
/**
@attr description
The layout of the view that is displayed on top of the cursor to paste inside a
TextEdit field.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditPasteWindowLayout}.
@attr name android:textEditPasteWindowLayout
*/
public static final int Theme_textEditPasteWindowLayout = 162;
/**
@attr description
Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSideNoPasteWindowLayout}.
@attr name android:textEditSideNoPasteWindowLayout
*/
public static final int Theme_textEditSideNoPasteWindowLayout = 187;
/**
@attr description
Used instead of textEditPasteWindowLayout when the window is moved on the side of the
insertion cursor because it would be clipped if it were positioned on top.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSidePasteWindowLayout}.
@attr name android:textEditSidePasteWindowLayout
*/
public static final int Theme_textEditSidePasteWindowLayout = 186;
/**
@attr description
Layout of the TextView item that will populate the suggestion popup window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textEditSuggestionItemLayout}.
@attr name android:textEditSuggestionItemLayout
*/
public static final int Theme_textEditSuggestionItemLayout = 192;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor for positioning the cursor within text.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandle}.
@attr name android:textSelectHandle
*/
public static final int Theme_textSelectHandle = 129;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor on the left side of a selection region.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandleLeft}.
@attr name android:textSelectHandleLeft
*/
public static final int Theme_textSelectHandleLeft = 127;
/**
@attr description
Reference to a drawable that will be used to display a text selection
anchor on the right side of a selection region.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandleRight}.
@attr name android:textSelectHandleRight
*/
public static final int Theme_textSelectHandleRight = 128;
/**
@attr description
Reference to a style that will be used for the window containing a text
selection anchor.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSelectHandleWindowStyle}.
@attr name android:textSelectHandleWindowStyle
*/
public static final int Theme_textSelectHandleWindowStyle = 130;
/**
@attr description
Reference to a style that will be used for the window containing a list of possible
text suggestions in an EditText.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textSuggestionsWindowStyle}.
@attr name android:textSuggestionsWindowStyle
*/
public static final int Theme_textSuggestionsWindowStyle = 191;
/**
@attr description
Default TextView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#textViewStyle}.
@attr name android:textViewStyle
*/
public static final int Theme_textViewStyle = 76;
/**
@attr description
Default WebTextView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#webTextViewStyle}.
@attr name android:webTextViewStyle
*/
public static final int Theme_webTextViewStyle = 126;
/**
@attr description
Default WebView style.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#webViewStyle}.
@attr name android:webViewStyle
*/
public static final int Theme_webViewStyle = 77;
/**
@attr description
Flag indicating whether this window should have an Action Bar
in place of the usual title bar.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionBar}.
@attr name android:windowActionBar
*/
public static final int Theme_windowActionBar = 131;
/**
@attr description
Flag indicating whether this window's Action Bar should overlay
application content. Does nothing if the window would not
have an Action Bar.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionBarOverlay}.
@attr name android:windowActionBarOverlay
*/
public static final int Theme_windowActionBarOverlay = 139;
/**
@attr description
Flag indicating whether action modes should overlay window content
when there is not reserved space for their UI (such as an Action Bar).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionModeOverlay}.
@attr name android:windowActionModeOverlay
*/
public static final int Theme_windowActionModeOverlay = 138;
/**
@attr description
Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
{@link android.R.styleable#WindowAnimation}.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowAnimationStyle}.
@attr name android:windowAnimationStyle
*/
public static final int Theme_windowAnimationStyle = 93;
/**
@attr description
Drawable to use as the overall window background. As of
{@link android.os.Build.VERSION_CODES#HONEYCOMB}, this may
be a selector that uses state_accelerated to pick a non-solid
color when running on devices that can draw such a bitmap
with complex compositing on top at 60fps.
There are a few special considerations to use when setting this
drawable:
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowBackground}.
@attr name android:windowBackground
*/
public static final int Theme_windowBackground = 36;
/**
@attr description
Control whether a container should automatically close itself if
the user touches outside of it. This only applies to activities
and dialogs.
Note: this attribute will only be respected for applications
that are targeting {@link android.os.Build.VERSION_CODES#HONEYCOMB}
or later.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowCloseOnTouchOutside}.
@attr name android:windowCloseOnTouchOutside
*/
public static final int Theme_windowCloseOnTouchOutside = 183;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowContentOverlay}.
@attr name android:windowContentOverlay
*/
public static final int Theme_windowContentOverlay = 41;
/**
@attr description
Flag allowing you to disable the preview animation for a window.
The default value is false; if set to true, the system can never
use the window's theme to show a preview of it before your
actual instance is shown to the user.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowDisablePreview}.
@attr name android:windowDisablePreview
*/
public static final int Theme_windowDisablePreview = 107;
/**
@attr description
Flag indicating that this window should allow touches to be split
across other windows that also support split touch.
The default value is true for applications with a targetSdkVersion
of Honeycomb or newer; false otherwise.
When this flag is false, the first pointer that goes down determines
the window to which all subsequent touches go until all pointers go up.
When this flag is true, each pointer (not necessarily the first) that
goes down determines the window to which all subsequent touches of that
pointer will go until that pointers go up thereby enabling touches
with multiple pointers to be split across multiple windows.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowEnableSplitTouch}.
@attr name android:windowEnableSplitTouch
*/
public static final int Theme_windowEnableSplitTouch = 164;
/**
@attr description
Drawable to use as a frame around the window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowFrame}.
@attr name android:windowFrame
*/
public static final int Theme_windowFrame = 37;
/**
@attr description
Flag indicating whether this window should fill the entire screen. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowFullscreen}.
@attr name android:windowFullscreen
*/
public static final int Theme_windowFullscreen = 97;
/**
@attr description
Flag indicating whether this is a floating window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowIsFloating}.
@attr name android:windowIsFloating
*/
public static final int Theme_windowIsFloating = 39;
/**
@attr description
Flag indicating whether this is a translucent window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowIsTranslucent}.
@attr name android:windowIsTranslucent
*/
public static final int Theme_windowIsTranslucent = 40;
/**
@attr description
Flag indicating that this window should not be displayed at all.
The default value is false; if set to true, and this window is
the main window of an Activity, then it will never actually
be added to the window manager. This means that your activity
must immediately quit without waiting for user interaction,
because there will be no such interaction coming.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowNoDisplay}.
@attr name android:windowNoDisplay
*/
public static final int Theme_windowNoDisplay = 105;
/**
@attr description
Flag indicating whether there should be no title on this window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowNoTitle}.
@attr name android:windowNoTitle
*/
public static final int Theme_windowNoTitle = 38;
/**
@attr description
Flag indicating whether this window should extend into overscan region. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_LAYOUT_IN_OVERSCAN}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowOverscan}.
@attr name android:windowOverscan
*/
public static final int Theme_windowOverscan = 218;
/**
@attr description
Flag indicating that this window's background should be the
user's current wallpaper. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_SHOW_WALLPAPER}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowShowWallpaper}.
@attr name android:windowShowWallpaper
*/
public static final int Theme_windowShowWallpaper = 115;
/**
@attr description
Defines the default soft input state that this window would
like when it is displayed. Corresponds
to {@link android.view.WindowManager.LayoutParams#softInputMode}.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#windowSoftInputMode}.
@attr name android:windowSoftInputMode
*/
public static final int Theme_windowSoftInputMode = 108;
/**
@attr description
The style resource to use for a window's title area.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTitleBackgroundStyle}.
@attr name android:windowTitleBackgroundStyle
*/
public static final int Theme_windowTitleBackgroundStyle = 44;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTitleSize}.
@attr name android:windowTitleSize
*/
public static final int Theme_windowTitleSize = 42;
/**
@attr description
The style resource to use for a window's title text.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTitleStyle}.
@attr name android:windowTitleStyle
*/
public static final int Theme_windowTitleStyle = 43;
/**
@attr description
Flag indicating whether this window requests a translucent navigation bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_NAVIGATION}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTranslucentNavigation}.
@attr name android:windowTranslucentNavigation
*/
public static final int Theme_windowTranslucentNavigation = 220;
/**
@attr description
Flag indicating whether this window requests a translucent status bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_STATUS}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTranslucentStatus}.
@attr name android:windowTranslucentStatus
*/
public static final int Theme_windowTranslucentStatus = 219;
/**
@attr description
Default style for YesNoPreference.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#yesNoPreferenceStyle}.
@attr name android:yesNoPreferenceStyle
*/
public static final int Theme_yesNoPreferenceStyle = 88;
/** Attributes that can be used with a TimePicker.
Includes the following attributes: Includes the following attributes:
@attr description
The alpha to apply to the indicator when disabled.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#disabledAlpha}.
@attr name android:disabledAlpha
*/
public static final int ToggleButton_disabledAlpha = 0;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textOff}.
@attr name android:textOff
*/
public static final int ToggleButton_textOff = 2;
/**
@attr description
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#textOn}.
@attr name android:textOn
*/
public static final int ToggleButton_textOn = 1;
/** Use specific transition subclass names as the root tag of the XML resource that
describes a {@link android.transition.Transition Transition},
such as Includes the following attributes:
@attr description
Amount of time (in milliseconds) that the transition should run.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#duration}.
@attr name android:duration
*/
public static final int Transition_duration = 1;
/**
@attr description
Interpolator to be used in the animations spawned by this transition.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#interpolator}.
@attr name android:interpolator
*/
public static final int Transition_interpolator = 0;
/**
@attr description
Delay in milliseconds before the transition starts.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#startDelay}.
@attr name android:startDelay
*/
public static final int Transition_startDelay = 2;
/** Use Includes the following attributes:
@attr description
The originating scene in this scene change.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#fromScene}.
@attr name android:fromScene
*/
public static final int TransitionManager_fromScene = 0;
/**
@attr description
The destination scene in this scene change.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#toScene}.
@attr name android:toScene
*/
public static final int TransitionManager_toScene = 1;
/**
@attr description
The id of a transition to be used in a particular scene change.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#transition}.
@attr name android:transition
*/
public static final int TransitionManager_transition = 2;
/** Use Includes the following attributes: This symbol is the offset where the {@link android.R.attr#transitionOrdering}
attribute's value can be found in the {@link #TransitionSet} array.
Must be one of the following constant values. Includes the following attributes:
@attr description
The id of a target on which this transition will animate changes.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#targetId}.
@attr name android:targetId
*/
public static final int TransitionTarget_targetId = 0;
/** Attributes that can be used with a TranslateAnimation.
Includes the following attributes: This symbol is the offset where the {@link android.R.attr#fromXDelta}
attribute's value can be found in the {@link #TranslateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#fromYDelta}
attribute's value can be found in the {@link #TranslateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toXDelta}
attribute's value can be found in the {@link #TranslateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This symbol is the offset where the {@link android.R.attr#toYDelta}
attribute's value can be found in the {@link #TranslateAnimation} array.
May be a floating point value, such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" Includes the following attributes: This symbol is the offset where the {@link android.R.attr#mode}
attribute's value can be found in the {@link #TwoLineListItem} array.
Must be one of the following constant values. Includes the following attributes: This symbol is the offset where the {@link android.R.attr#layout_scale}
attribute's value can be found in the {@link #VerticalSlider_Layout} array.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
Indicates to accessibility services whether the user should be notified when
this view changes.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#accessibilityLiveRegion}.
@attr name android:accessibilityLiveRegion
*/
public static final int View_accessibilityLiveRegion = 68;
/**
@attr description
alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque).
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#alpha}.
@attr name android:alpha
*/
public static final int View_alpha = 47;
/**
@attr description
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 " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#background}.
@attr name android:background
*/
public static final int View_background = 12;
/**
@attr description
Defines whether this view reacts to click events.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#clickable}.
@attr name android:clickable
*/
public static final int View_clickable = 29;
/**
@attr description
Defines text that briefly describes content of the view. This property is used
primarily for accessibility. Since some views do not have textual
representation this attribute can be used for providing such.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#contentDescription}.
@attr name android:contentDescription
*/
public static final int View_contentDescription = 41;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#drawingCacheQuality}.
@attr name android:drawingCacheQuality
*/
public static final int View_drawingCacheQuality = 32;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#duplicateParentState}.
@attr name android:duplicateParentState
*/
public static final int View_duplicateParentState = 33;
/**
@attr description
Defines whether to fade out scrollbars when they are not in use.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fadeScrollbars}.
@attr name android:fadeScrollbars
*/
public static final int View_fadeScrollbars = 44;
/**
@attr description
This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).
Using fading edges may introduce noticeable performance
degradations and should be used only when required by the application's
visual design. To request fading edges with API level 14 and above,
use the Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#fadingEdge}.
@attr name android:fadingEdge
*/
public static final int View_fadingEdge = 23;
/**
@attr description
Defines the length of the fading edges.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fadingEdgeLength}.
@attr name android:fadingEdgeLength
*/
public static final int View_fadingEdgeLength = 24;
/**
@attr description
Specifies whether to filter touches when the view's window is obscured by
another visible window. When set to true, the view will not receive touches
whenever a toast, dialog or other window appears above the view's window.
Refer to the {@link android.view.View} security documentation for more details.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#filterTouchesWhenObscured}.
@attr name android:filterTouchesWhenObscured
*/
public static final int View_filterTouchesWhenObscured = 46;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#fitsSystemWindows}.
@attr name android:fitsSystemWindows
*/
public static final int View_fitsSystemWindows = 21;
/**
@attr description
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 {@link android.view.View#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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#focusable}.
@attr name android:focusable
*/
public static final int View_focusable = 18;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#focusableInTouchMode}.
@attr name android:focusableInTouchMode
*/
public static final int View_focusableInTouchMode = 19;
/**
@attr description
Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#hapticFeedbackEnabled}.
@attr name android:hapticFeedbackEnabled
*/
public static final int View_hapticFeedbackEnabled = 39;
/**
@attr description
Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById Activity.findViewById()}.
This must be a
resource reference; typically you set this using the
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#id}.
@attr name android:id
*/
public static final int View_id = 8;
/**
@attr description
Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen. Note: While not recommended, an accessibility service may
decide to ignore this attribute and operate on all views in the view tree.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#importantForAccessibility}.
@attr name android:importantForAccessibility
*/
public static final int View_importantForAccessibility = 61;
/**
@attr description
Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method. If not set, the default
value will be true if "scrollbars" has the vertical scrollbar
set, else it will be false.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#isScrollContainer}.
@attr name android:isScrollContainer
*/
public static final int View_isScrollContainer = 38;
/**
@attr description
Controls whether the view's window should keep the screen on
while visible.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#keepScreenOn}.
@attr name android:keepScreenOn
*/
public static final int View_keepScreenOn = 37;
/**
@attr description
Specifies the id of a view for which this view serves as a label for
accessibility purposes. For example, a TextView before an EditText in
the UI usually specifies what infomation is contained in the EditText.
Hence, the TextView is a label for the EditText.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#labelFor}.
@attr name android:labelFor
*/
public static final int View_labelFor = 67;
/**
@attr description
Specifies the type of layer backing this view. The default value is none.
Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)}
for more information.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layerType}.
@attr name android:layerType
*/
public static final int View_layerType = 59;
/**
@attr description
Defines the direction of layout drawing. This typically is associated with writing
direction of the language script used. The possible values are "ltr" for Left-to-Right,
"rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing
to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction
used in "en-US". The default for this attribute is "inherit".
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layoutDirection}.
@attr name android:layoutDirection
*/
public static final int View_layoutDirection = 64;
/**
@attr description
Defines whether this view reacts to long click events.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#longClickable}.
@attr name android:longClickable
*/
public static final int View_longClickable = 30;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minHeight}.
@attr name android:minHeight
*/
public static final int View_minHeight = 35;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#minWidth}.
@attr name android:minWidth
*/
public static final int View_minWidth = 34;
/**
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#nextFocusDown}.
@attr name android:nextFocusDown
*/
public static final int View_nextFocusDown = 28;
/**
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#nextFocusForward}.
@attr name android:nextFocusForward
*/
public static final int View_nextFocusForward = 58;
/**
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}.
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#nextFocusLeft}.
@attr name android:nextFocusLeft
*/
public static final int View_nextFocusLeft = 25;
/**
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#nextFocusRight}.
@attr name android:nextFocusRight
*/
public static final int View_nextFocusRight = 26;
/**
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#nextFocusUp}.
@attr name android:nextFocusUp
*/
public static final int View_nextFocusUp = 27;
/**
@attr description
Name of the method in this View's context to invoke when the view is
clicked. This name must correspond to a public method that takes
exactly one parameter of type View. For instance, if you specify
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#onClick}.
@attr name android:onClick
*/
public static final int View_onClick = 40;
/**
@attr description
Defines over-scrolling behavior. This property is used only if the
View is scrollable. Over-scrolling is the ability for the user to
receive feedback when attempting to scroll beyond meaningful content.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#overScrollMode}.
@attr name android:overScrollMode
*/
public static final int View_overScrollMode = 45;
/**
@attr description
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 {@link android.R.attr#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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#padding}.
@attr name android:padding
*/
public static final int View_padding = 13;
/**
@attr description
Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingBottom}.
@attr name android:paddingBottom
*/
public static final int View_paddingBottom = 17;
/**
@attr description
Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingEnd}.
@attr name android:paddingEnd
*/
public static final int View_paddingEnd = 66;
/**
@attr description
Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingLeft}.
@attr name android:paddingLeft
*/
public static final int View_paddingLeft = 14;
/**
@attr description
Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingRight}.
@attr name android:paddingRight
*/
public static final int View_paddingRight = 16;
/**
@attr description
Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingStart}.
@attr name android:paddingStart
*/
public static final int View_paddingStart = 65;
/**
@attr description
Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#paddingTop}.
@attr name android:paddingTop
*/
public static final int View_paddingTop = 15;
/**
@attr description
Defines which edges should be faded on scrolling.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#requiresFadingEdge}.
@attr name android:requiresFadingEdge
*/
public static final int View_requiresFadingEdge = 60;
/**
@attr description
rotation of the view, in degrees.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#rotation}.
@attr name android:rotation
*/
public static final int View_rotation = 54;
/**
@attr description
rotation of the view around the x axis, in degrees.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#rotationX}.
@attr name android:rotationX
*/
public static final int View_rotationX = 55;
/**
@attr description
rotation of the view around the y axis, in degrees.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#rotationY}.
@attr name android:rotationY
*/
public static final int View_rotationY = 56;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#saveEnabled}.
@attr name android:saveEnabled
*/
public static final int View_saveEnabled = 31;
/**
@attr description
scale of the view in the x direction.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scaleX}.
@attr name android:scaleX
*/
public static final int View_scaleX = 52;
/**
@attr description
scale of the view in the y direction.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scaleY}.
@attr name android:scaleY
*/
public static final int View_scaleY = 53;
/**
@attr description
The initial horizontal scroll offset, in pixels.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollX}.
@attr name android:scrollX
*/
public static final int View_scrollX = 10;
/**
@attr description
The initial vertical scroll offset, in pixels.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollY}.
@attr name android:scrollY
*/
public static final int View_scrollY = 11;
/**
@attr description
Defines whether the horizontal scrollbar track should always be drawn.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarAlwaysDrawHorizontalTrack}.
@attr name android:scrollbarAlwaysDrawHorizontalTrack
*/
public static final int View_scrollbarAlwaysDrawHorizontalTrack = 5;
/**
@attr description
Defines whether the vertical scrollbar track should always be drawn.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarAlwaysDrawVerticalTrack}.
@attr name android:scrollbarAlwaysDrawVerticalTrack
*/
public static final int View_scrollbarAlwaysDrawVerticalTrack = 6;
/**
@attr description
Defines the delay in milliseconds that a scrollbar waits before fade out.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarDefaultDelayBeforeFade}.
@attr name android:scrollbarDefaultDelayBeforeFade
*/
public static final int View_scrollbarDefaultDelayBeforeFade = 43;
/**
@attr description
Defines the delay in milliseconds that a scrollbar takes to fade out.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarFadeDuration}.
@attr name android:scrollbarFadeDuration
*/
public static final int View_scrollbarFadeDuration = 42;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarSize}.
@attr name android:scrollbarSize
*/
public static final int View_scrollbarSize = 0;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarStyle}.
@attr name android:scrollbarStyle
*/
public static final int View_scrollbarStyle = 7;
/**
@attr description
Defines the horizontal scrollbar thumb drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarThumbHorizontal}.
@attr name android:scrollbarThumbHorizontal
*/
public static final int View_scrollbarThumbHorizontal = 1;
/**
@attr description
Defines the vertical scrollbar thumb drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarThumbVertical}.
@attr name android:scrollbarThumbVertical
*/
public static final int View_scrollbarThumbVertical = 2;
/**
@attr description
Defines the horizontal scrollbar track drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarTrackHorizontal}.
@attr name android:scrollbarTrackHorizontal
*/
public static final int View_scrollbarTrackHorizontal = 3;
/**
@attr description
Defines the vertical scrollbar track drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbarTrackVertical}.
@attr name android:scrollbarTrackVertical
*/
public static final int View_scrollbarTrackVertical = 4;
/**
@attr description
Defines which scrollbars should be displayed on scrolling or not.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#scrollbars}.
@attr name android:scrollbars
*/
public static final int View_scrollbars = 22;
/**
@attr description
Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#soundEffectsEnabled}.
@attr name android:soundEffectsEnabled
*/
public static final int View_soundEffectsEnabled = 36;
/**
@attr description
Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
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
" This corresponds to the global attribute
resource symbol {@link android.R.attr#tag}.
@attr name android:tag
*/
public static final int View_tag = 9;
/**
@attr description
Defines the alignment of the text. A heuristic is used to determine the resolved
text alignment.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#textAlignment}.
@attr name android:textAlignment
*/
public static final int View_textAlignment = 63;
/**
@attr description
Defines the direction of the text. A heuristic is used to determine the resolved text
direction of paragraphs.
May be an integer value, such as " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#textDirection}.
@attr name android:textDirection
*/
public static final int View_textDirection = 62;
/**
@attr description
x location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotX property of the View.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#transformPivotX}.
@attr name android:transformPivotX
*/
public static final int View_transformPivotX = 48;
/**
@attr description
y location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotY property of the View.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#transformPivotY}.
@attr name android:transformPivotY
*/
public static final int View_transformPivotY = 49;
/**
@attr description
translation in x of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#translationX}.
@attr name android:translationX
*/
public static final int View_translationX = 50;
/**
@attr description
translation in y of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
Must be a dimension value, which is a floating point number appended with a unit such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#translationY}.
@attr name android:translationY
*/
public static final int View_translationY = 51;
/**
@attr description
Determines which side the vertical scroll bar should be placed on.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#verticalScrollbarPosition}.
@attr name android:verticalScrollbarPosition
*/
public static final int View_verticalScrollbarPosition = 57;
/**
@attr description
Controls the initial visibility of the view.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#visibility}.
@attr name android:visibility
*/
public static final int View_visibility = 20;
/** Attributes that can be used with a ViewAnimator.
Includes the following attributes:
@attr description
Defines whether to animate the current View when the ViewAnimation
is first displayed.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#animateFirstView}.
@attr name android:animateFirstView
*/
public static final int ViewAnimator_animateFirstView = 2;
/**
@attr description
Identifier for the animation to use when a view is shown.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#inAnimation}.
@attr name android:inAnimation
*/
public static final int ViewAnimator_inAnimation = 0;
/**
@attr description
Identifier for the animation to use when a view is hidden.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#outAnimation}.
@attr name android:outAnimation
*/
public static final int ViewAnimator_outAnimation = 1;
/** Attributes that can be used with a ViewDrawableStates.
Includes the following attributes:
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
indicating that the Drawable is in a view that is hardware accelerated.
This means that the device can at least render a full-screen scaled
bitmap with one layer of text and bitmaps composited on top of it
at 60fps. When this is set, the colorBackgroundCacheHint will be
ignored even if it specifies a solid color, since that optimization
is not needed.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_accelerated}.
@attr name android:state_accelerated
*/
public static final int ViewDrawableStates_state_accelerated = 6;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view or its parent has been "activated" meaning the user has currently
marked it as being of interest. This is an alternative representation of
state_checked for when the state should be propagated down the view hierarchy.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_activated}.
@attr name android:state_activated
*/
public static final int ViewDrawableStates_state_activated = 5;
/**
@attr description
State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that the Drawable is in a view that is capable of accepting a drop of
the content currently being manipulated in a drag-and-drop operation.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_drag_can_accept}.
@attr name android:state_drag_can_accept
*/
public static final int ViewDrawableStates_state_drag_can_accept = 8;
/**
@attr description
State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that a drag operation (for which the Drawable's view is a valid recipient)
is currently positioned over the Drawable.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_drag_hovered}.
@attr name android:state_drag_hovered
*/
public static final int ViewDrawableStates_state_drag_hovered = 9;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view is enabled.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_enabled}.
@attr name android:state_enabled
*/
public static final int ViewDrawableStates_state_enabled = 2;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_focused}.
@attr name android:state_focused
*/
public static final int ViewDrawableStates_state_focused = 0;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a pointer is hovering over the view.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_hovered}.
@attr name android:state_hovered
*/
public static final int ViewDrawableStates_state_hovered = 7;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when the user is pressing down in a view.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_pressed}.
@attr name android:state_pressed
*/
public static final int ViewDrawableStates_state_pressed = 4;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view (or one of its parents) is currently selected.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_selected}.
@attr name android:state_selected
*/
public static final int ViewDrawableStates_state_selected = 3;
/**
@attr description
State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view's window has input focus.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#state_window_focused}.
@attr name android:state_window_focused
*/
public static final int ViewDrawableStates_state_window_focused = 1;
/** Attributes that can be used with a ViewFlipper.
Includes the following attributes:
@attr description
When true, automatically start animating
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#autoStart}.
@attr name android:autoStart
*/
public static final int ViewFlipper_autoStart = 1;
/**
This symbol is the offset where the {@link android.R.attr#flipInterval}
attribute's value can be found in the {@link #ViewFlipper} array.
Must be an integer value, such as " This may also be a reference to a resource (in the form
" Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#addStatesFromChildren}.
@attr name android:addStatesFromChildren
*/
public static final int ViewGroup_addStatesFromChildren = 6;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#alwaysDrawnWithCache}.
@attr name android:alwaysDrawnWithCache
*/
public static final int ViewGroup_alwaysDrawnWithCache = 5;
/**
@attr description
Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run. When this flag is set to true, a default
LayoutTransition object will be set on the ViewGroup container and default
animations will run when these layout changes occur.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#animateLayoutChanges}.
@attr name android:animateLayoutChanges
*/
public static final int ViewGroup_animateLayoutChanges = 9;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#animationCache}.
@attr name android:animationCache
*/
public static final int ViewGroup_animationCache = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#clipChildren}.
@attr name android:clipChildren
*/
public static final int ViewGroup_clipChildren = 0;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#clipToPadding}.
@attr name android:clipToPadding
*/
public static final int ViewGroup_clipToPadding = 1;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#descendantFocusability}.
@attr name android:descendantFocusability
*/
public static final int ViewGroup_descendantFocusability = 7;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layoutAnimation}.
@attr name android:layoutAnimation
*/
public static final int ViewGroup_layoutAnimation = 2;
/**
@attr description
Defines the layout mode of this ViewGroup.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layoutMode}.
@attr name android:layoutMode
*/
public static final int ViewGroup_layoutMode = 10;
/**
@attr description
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. This corresponds to the global attribute
resource symbol {@link android.R.attr#persistentDrawingCache}.
@attr name android:persistentDrawingCache
*/
public static final int ViewGroup_persistentDrawingCache = 4;
/**
@attr description
Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch.
If false (default), touch events will be dispatched to
the child view where the first pointer went down until
the last pointer goes up.
If true, touch events may be dispatched to multiple children.
MotionEvents for each pointer will be dispatched to the child
view where the initial ACTION_DOWN event happened.
See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)}
for more information.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#splitMotionEvents}.
@attr name android:splitMotionEvents
*/
public static final int ViewGroup_splitMotionEvents = 8;
/** This is the basic set of layout attributes that are common to all
layout managers. These attributes are specified with the rest of
a view's normal attributes (such as {@link android.R.attr#background},
but will be parsed by the view's parent and ignored by the child.
The values defined here correspond to the base layout attribute
class {@link android.view.ViewGroup.LayoutParams}.
Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_height}.
@attr name android:layout_height
*/
public static final int ViewGroup_Layout_layout_height = 1;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_width}.
@attr name android:layout_width
*/
public static final int ViewGroup_Layout_layout_width = 0;
/** This is the basic set of layout attributes for layout managers that
wish to place margins around their child views.
These attributes are specified with the rest of
a view's normal attributes (such as {@link android.R.attr#background},
but will be parsed by the view's parent and ignored by the child.
The values defined here correspond to the base layout attribute
class {@link android.view.ViewGroup.MarginLayoutParams}.
Includes the following attributes:
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_height}.
@attr name android:layout_height
*/
public static final int ViewGroup_MarginLayout_layout_height = 1;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_margin}.
@attr name android:layout_margin
*/
public static final int ViewGroup_MarginLayout_layout_margin = 2;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginBottom}.
@attr name android:layout_marginBottom
*/
public static final int ViewGroup_MarginLayout_layout_marginBottom = 6;
/**
@attr description
Specifies extra space on the end 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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginEnd}.
@attr name android:layout_marginEnd
*/
public static final int ViewGroup_MarginLayout_layout_marginEnd = 8;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginLeft}.
@attr name android:layout_marginLeft
*/
public static final int ViewGroup_MarginLayout_layout_marginLeft = 3;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginRight}.
@attr name android:layout_marginRight
*/
public static final int ViewGroup_MarginLayout_layout_marginRight = 5;
/**
@attr description
Specifies extra space on the start 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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginStart}.
@attr name android:layout_marginStart
*/
public static final int ViewGroup_MarginLayout_layout_marginStart = 7;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_marginTop}.
@attr name android:layout_marginTop
*/
public static final int ViewGroup_MarginLayout_layout_marginTop = 4;
/**
@attr description
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 " This may also be a reference to a resource (in the form
" May be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#layout_width}.
@attr name android:layout_width
*/
public static final int ViewGroup_MarginLayout_layout_width = 0;
/** A {@link android.view.ViewStub} lets you lazily include other XML layouts
inside your application at runtime.
Includes the following attributes:
@attr description
Overrides the id of the inflated View with this value.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#inflatedId}.
@attr name android:inflatedId
*/
public static final int ViewStub_inflatedId = 1;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#layout}.
@attr name android:layout
*/
public static final int ViewStub_layout = 0;
/** Attributes that can be used with a ViewSwitcher.
*/
public static final int[] ViewSwitcher = {
};
/** Base attributes available to VolumePreference.
Includes the following attributes:
@attr description
Different audio stream types.
Must be one of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#streamType}.
@attr name android:streamType
*/
public static final int VolumePreference_streamType = 0;
/** Use Includes the following attributes:
@attr description
Name of the author of this component, e.g. Google.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#author}.
@attr name android:author
*/
public static final int Wallpaper_author = 3;
/**
@attr description
Short description of the component's purpose or behavior.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#description}.
@attr name android:description
*/
public static final int Wallpaper_description = 0;
/**
@attr description
Component name of an activity that allows the user to modify
the settings for this service.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#settingsActivity}.
@attr name android:settingsActivity
*/
public static final int Wallpaper_settingsActivity = 1;
/**
@attr description
Reference to a the wallpaper's thumbnail bitmap.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#thumbnail}.
@attr name android:thumbnail
*/
public static final int Wallpaper_thumbnail = 2;
/** Use Includes the following attributes:
@attr description
A resource id of a static drawable.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#staticWallpaperPreview}.
@attr name android:staticWallpaperPreview
*/
public static final int WallpaperPreviewInfo_staticWallpaperPreview = 0;
/** @hide
Includes the following attributes: Includes the following attributes:
@attr description
Default background dim amount when a menu, dialog, or something similar pops up.
Must be a floating point value, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#backgroundDimAmount}.
@attr name android:backgroundDimAmount
*/
public static final int Window_backgroundDimAmount = 0;
/**
@attr description
Control whether dimming behind the window is enabled. The default
theme does not set this value, meaning it is based on whether the
window is floating.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#backgroundDimEnabled}.
@attr name android:backgroundDimEnabled
*/
public static final int Window_backgroundDimEnabled = 11;
/**
@attr description
Color of text (usually same as colorForeground).
May be a reference to another resource, in the form " May be a color value, in the form of " This corresponds to the global attribute
resource symbol {@link android.R.attr#textColor}.
@attr name android:textColor
*/
public static final int Window_textColor = 7;
/**
@attr description
Flag indicating whether this window should have an Action Bar
in place of the usual title bar.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionBar}.
@attr name android:windowActionBar
*/
public static final int Window_windowActionBar = 15;
/**
@attr description
Flag indicating whether this window's Action Bar should overlay
application content. Does nothing if the window would not
have an Action Bar.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionBarOverlay}.
@attr name android:windowActionBarOverlay
*/
public static final int Window_windowActionBarOverlay = 17;
/**
@attr description
Flag indicating whether action modes should overlay window content
when there is not reserved space for their UI (such as an Action Bar).
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowActionModeOverlay}.
@attr name android:windowActionModeOverlay
*/
public static final int Window_windowActionModeOverlay = 16;
/**
@attr description
Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
{@link android.R.styleable#WindowAnimation}.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowAnimationStyle}.
@attr name android:windowAnimationStyle
*/
public static final int Window_windowAnimationStyle = 8;
/**
@attr description
Drawable to use as the overall window background. As of
{@link android.os.Build.VERSION_CODES#HONEYCOMB}, this may
be a selector that uses state_accelerated to pick a non-solid
color when running on devices that can draw such a bitmap
with complex compositing on top at 60fps.
There are a few special considerations to use when setting this
drawable:
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowBackground}.
@attr name android:windowBackground
*/
public static final int Window_windowBackground = 1;
/**
@attr description
Control whether a container should automatically close itself if
the user touches outside of it. This only applies to activities
and dialogs.
Note: this attribute will only be respected for applications
that are targeting {@link android.os.Build.VERSION_CODES#HONEYCOMB}
or later.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowCloseOnTouchOutside}.
@attr name android:windowCloseOnTouchOutside
*/
public static final int Window_windowCloseOnTouchOutside = 21;
/**
@attr description
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 " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowContentOverlay}.
@attr name android:windowContentOverlay
*/
public static final int Window_windowContentOverlay = 6;
/**
@attr description
Flag allowing you to disable the preview animation for a window.
The default value is false; if set to true, the system can never
use the window's theme to show a preview of it before your
actual instance is shown to the user.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowDisablePreview}.
@attr name android:windowDisablePreview
*/
public static final int Window_windowDisablePreview = 12;
/**
@attr description
Flag indicating that this window should allow touches to be split
across other windows that also support split touch.
The default value is true for applications with a targetSdkVersion
of Honeycomb or newer; false otherwise.
When this flag is false, the first pointer that goes down determines
the window to which all subsequent touches go until all pointers go up.
When this flag is true, each pointer (not necessarily the first) that
goes down determines the window to which all subsequent touches of that
pointer will go until that pointers go up thereby enabling touches
with multiple pointers to be split across multiple windows.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowEnableSplitTouch}.
@attr name android:windowEnableSplitTouch
*/
public static final int Window_windowEnableSplitTouch = 18;
/**
@attr description
Drawable to use as a frame around the window.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowFrame}.
@attr name android:windowFrame
*/
public static final int Window_windowFrame = 2;
/**
@attr description
Flag indicating whether this window should fill the entire screen. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowFullscreen}.
@attr name android:windowFullscreen
*/
public static final int Window_windowFullscreen = 9;
/**
@attr description
Flag indicating whether this is a floating window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowIsFloating}.
@attr name android:windowIsFloating
*/
public static final int Window_windowIsFloating = 4;
/**
@attr description
Flag indicating whether this is a translucent window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowIsTranslucent}.
@attr name android:windowIsTranslucent
*/
public static final int Window_windowIsTranslucent = 5;
/**
@attr description
The minimum width the window is allowed to be, along the major
axis of the screen. That is, when in landscape. Can be either
an absolute dimension or a fraction of the screen size in that
dimension.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowMinWidthMajor}.
@attr name android:windowMinWidthMajor
*/
public static final int Window_windowMinWidthMajor = 19;
/**
@attr description
The minimum width the window is allowed to be, along the minor
axis of the screen. That is, when in portrait. Can be either
an absolute dimension or a fraction of the screen size in that
dimension.
May be a dimension value, which is a floating point number appended with a unit such as " May be a fractional value, which is a floating point number appended with either % or %p, such as " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowMinWidthMinor}.
@attr name android:windowMinWidthMinor
*/
public static final int Window_windowMinWidthMinor = 20;
/**
@attr description
Flag indicating that this window should not be displayed at all.
The default value is false; if set to true, and this window is
the main window of an Activity, then it will never actually
be added to the window manager. This means that your activity
must immediately quit without waiting for user interaction,
because there will be no such interaction coming.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowNoDisplay}.
@attr name android:windowNoDisplay
*/
public static final int Window_windowNoDisplay = 10;
/**
@attr description
Flag indicating whether there should be no title on this window.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowNoTitle}.
@attr name android:windowNoTitle
*/
public static final int Window_windowNoTitle = 3;
/**
@attr description
Flag indicating whether this window should extend into overscan region. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_LAYOUT_IN_OVERSCAN}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowOverscan}.
@attr name android:windowOverscan
*/
public static final int Window_windowOverscan = 22;
/**
@attr description
Flag indicating that this window's background should be the
user's current wallpaper. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_SHOW_WALLPAPER}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowShowWallpaper}.
@attr name android:windowShowWallpaper
*/
public static final int Window_windowShowWallpaper = 14;
/**
@attr description
Defines the default soft input state that this window would
like when it is displayed. Corresponds
to {@link android.view.WindowManager.LayoutParams#softInputMode}.
Must be one or more (separated by '|') of the following constant values. This corresponds to the global attribute
resource symbol {@link android.R.attr#windowSoftInputMode}.
@attr name android:windowSoftInputMode
*/
public static final int Window_windowSoftInputMode = 13;
/**
@attr description
Flag indicating whether this window requests a translucent navigation bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_NAVIGATION}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTranslucentNavigation}.
@attr name android:windowTranslucentNavigation
*/
public static final int Window_windowTranslucentNavigation = 24;
/**
@attr description
Flag indicating whether this window requests a translucent status bar. Corresponds
to {@link android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_STATUS}.
Must be a boolean value, either " This may also be a reference to a resource (in the form
" This corresponds to the global attribute
resource symbol {@link android.R.attr#windowTranslucentStatus}.
@attr name android:windowTranslucentStatus
*/
public static final int Window_windowTranslucentStatus = 23;
/** Window animation class attributes.
Includes the following attributes:
@attr description
When closing the current activity, this is the animation that is
run on the next activity (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#activityCloseEnterAnimation}.
@attr name android:activityCloseEnterAnimation
*/
public static final int WindowAnimation_activityCloseEnterAnimation = 6;
/**
@attr description
When closing the current activity, this is the animation that is
run on the current activity (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#activityCloseExitAnimation}.
@attr name android:activityCloseExitAnimation
*/
public static final int WindowAnimation_activityCloseExitAnimation = 7;
/**
@attr description
When opening a new activity, this is the animation that is
run on the next activity (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#activityOpenEnterAnimation}.
@attr name android:activityOpenEnterAnimation
*/
public static final int WindowAnimation_activityOpenEnterAnimation = 4;
/**
@attr description
When opening a new activity, this is the animation that is
run on the previous activity (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#activityOpenExitAnimation}.
@attr name android:activityOpenExitAnimation
*/
public static final int WindowAnimation_activityOpenExitAnimation = 5;
/**
@attr description
When closing the last activity of a task, this is the animation that is
run on the activity of the next task (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskCloseEnterAnimation}.
@attr name android:taskCloseEnterAnimation
*/
public static final int WindowAnimation_taskCloseEnterAnimation = 10;
/**
@attr description
When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskCloseExitAnimation}.
@attr name android:taskCloseExitAnimation
*/
public static final int WindowAnimation_taskCloseExitAnimation = 11;
/**
@attr description
When opening an activity in a new task, this is the animation that is
run on the activity of the new task (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskOpenEnterAnimation}.
@attr name android:taskOpenEnterAnimation
*/
public static final int WindowAnimation_taskOpenEnterAnimation = 8;
/**
@attr description
When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskOpenExitAnimation}.
@attr name android:taskOpenExitAnimation
*/
public static final int WindowAnimation_taskOpenExitAnimation = 9;
/**
@attr description
When sending the current task to the background, this is the
animation that is run on the top activity of the task behind
it (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskToBackEnterAnimation}.
@attr name android:taskToBackEnterAnimation
*/
public static final int WindowAnimation_taskToBackEnterAnimation = 14;
/**
@attr description
When sending the current task to the background, this is the
animation that is run on the top activity of the current task
(which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskToBackExitAnimation}.
@attr name android:taskToBackExitAnimation
*/
public static final int WindowAnimation_taskToBackExitAnimation = 15;
/**
@attr description
When bringing an existing task to the foreground, this is the
animation that is run on the top activity of the task being brought
to the foreground (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskToFrontEnterAnimation}.
@attr name android:taskToFrontEnterAnimation
*/
public static final int WindowAnimation_taskToFrontEnterAnimation = 12;
/**
@attr description
When bringing an existing task to the foreground, this is the
animation that is run on the current foreground activity
(which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#taskToFrontExitAnimation}.
@attr name android:taskToFrontExitAnimation
*/
public static final int WindowAnimation_taskToFrontExitAnimation = 13;
/**
@attr description
When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the new activity (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperCloseEnterAnimation}.
@attr name android:wallpaperCloseEnterAnimation
*/
public static final int WindowAnimation_wallpaperCloseEnterAnimation = 18;
/**
@attr description
When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the old wallpaper activity (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperCloseExitAnimation}.
@attr name android:wallpaperCloseExitAnimation
*/
public static final int WindowAnimation_wallpaperCloseExitAnimation = 19;
/**
@attr description
When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the previous activity
(which is entering the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperIntraCloseEnterAnimation}.
@attr name android:wallpaperIntraCloseEnterAnimation
*/
public static final int WindowAnimation_wallpaperIntraCloseEnterAnimation = 22;
/**
@attr description
When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperIntraCloseExitAnimation}.
@attr name android:wallpaperIntraCloseExitAnimation
*/
public static final int WindowAnimation_wallpaperIntraCloseExitAnimation = 23;
/**
@attr description
When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the new activity
(which is entering the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperIntraOpenEnterAnimation}.
@attr name android:wallpaperIntraOpenEnterAnimation
*/
public static final int WindowAnimation_wallpaperIntraOpenEnterAnimation = 20;
/**
@attr description
When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). The wallpaper remains
static behind the animation.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperIntraOpenExitAnimation}.
@attr name android:wallpaperIntraOpenExitAnimation
*/
public static final int WindowAnimation_wallpaperIntraOpenExitAnimation = 21;
/**
@attr description
When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the new wallpaper activity (which is entering the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperOpenEnterAnimation}.
@attr name android:wallpaperOpenEnterAnimation
*/
public static final int WindowAnimation_wallpaperOpenEnterAnimation = 16;
/**
@attr description
When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the current activity (which is exiting the screen).
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#wallpaperOpenExitAnimation}.
@attr name android:wallpaperOpenExitAnimation
*/
public static final int WindowAnimation_wallpaperOpenExitAnimation = 17;
/**
@attr description
The animation used when a window is being added.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowEnterAnimation}.
@attr name android:windowEnterAnimation
*/
public static final int WindowAnimation_windowEnterAnimation = 0;
/**
@attr description
The animation used when a window is being removed.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowExitAnimation}.
@attr name android:windowExitAnimation
*/
public static final int WindowAnimation_windowExitAnimation = 1;
/**
@attr description
The animation used when a window is going from VISIBLE to INVISIBLE.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowHideAnimation}.
@attr name android:windowHideAnimation
*/
public static final int WindowAnimation_windowHideAnimation = 3;
/**
@attr description
The animation used when a window is going from INVISIBLE to VISIBLE.
Must be a reference to another resource, in the form " This corresponds to the global attribute
resource symbol {@link android.R.attr#windowShowAnimation}.
@attr name android:windowShowAnimation
*/
public static final int WindowAnimation_windowShowAnimation = 2;
};
}
input-extras is a container for extra data to supply to
an input method. Contains
one more more {@link #Extra input-method as the root tag of the XML resource that
describes an
{@link android.view.inputmethod.InputMethod} service, which is
referenced from its
{@link android.view.inputmethod.InputMethod#SERVICE_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
@see #InputMethod_isDefault
@see #InputMethod_settingsActivity
@see #InputMethod_supportsSwitchingToNextInputMethod
*/
public static final int[] InputMethod = {
0x01010221, 0x01010225, 0x010103eb
};
/**
Attribute Description {@link #InputMethod_isDefault android:isDefault} Set to true in all of the configurations for which this input
method should be considered an option as the default. {@link #InputMethod_settingsActivity android:settingsActivity} Component name of an activity that allows the user to modify
the settings for this service. {@link #InputMethod_supportsSwitchingToNextInputMethod android:supportsSwitchingToNextInputMethod} Set to true if this input method supports ways to switch to
a next input method (e. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #InputMethodService_imeExtractEnterAnimation
@see #InputMethodService_imeExtractExitAnimation
@see #InputMethodService_imeFullscreenBackground
*/
public static final int[] InputMethodService = {
0x0101022c, 0x01010268, 0x01010269
};
/**
Attribute Description {@link #InputMethodService_imeExtractEnterAnimation android:imeExtractEnterAnimation} Animation to use when showing the fullscreen extract UI after
it had previously been hidden. {@link #InputMethodService_imeExtractExitAnimation android:imeExtractExitAnimation} Animation to use when hiding the fullscreen extract UI after
it had previously been shown. {@link #InputMethodService_imeFullscreenBackground android:imeFullscreenBackground} Background to use for entire input method when it is being
shown in fullscreen mode with the extract view, to ensure
that it completely covers the application. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@see #InputMethod_Subtype_icon
@see #InputMethod_Subtype_imeSubtypeExtraValue
@see #InputMethod_Subtype_imeSubtypeLocale
@see #InputMethod_Subtype_imeSubtypeMode
@see #InputMethod_Subtype_isAsciiCapable
@see #InputMethod_Subtype_isAuxiliary
@see #InputMethod_Subtype_label
@see #InputMethod_Subtype_overridesImplicitlyEnabledSubtype
@see #InputMethod_Subtype_subtypeId
*/
public static final int[] InputMethod_Subtype = {
0x01010001, 0x01010002, 0x010102ec, 0x010102ed,
0x010102ee, 0x0101037f, 0x010103a2, 0x010103c1,
0x010103e9
};
/**
Attribute Description {@link #InputMethod_Subtype_icon android:icon} The icon of the subtype. {@link #InputMethod_Subtype_imeSubtypeExtraValue android:imeSubtypeExtraValue} The extra value of the subtype. {@link #InputMethod_Subtype_imeSubtypeLocale android:imeSubtypeLocale} The locale of the subtype. {@link #InputMethod_Subtype_imeSubtypeMode android:imeSubtypeMode} The mode of the subtype. {@link #InputMethod_Subtype_isAsciiCapable android:isAsciiCapable} Set to true if this subtype is ASCII capable. {@link #InputMethod_Subtype_isAuxiliary android:isAuxiliary} Set true if the subtype is auxiliary. {@link #InputMethod_Subtype_label android:label} The name of the subtype. {@link #InputMethod_Subtype_overridesImplicitlyEnabledSubtype android:overridesImplicitlyEnabledSubtype} Set true when this subtype should be selected by default if no other subtypes are
selected explicitly. {@link #InputMethod_Subtype_subtypeId android:subtypeId} The unique id for the subtype. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #InsetDrawable_drawable
@see #InsetDrawable_insetBottom
@see #InsetDrawable_insetLeft
@see #InsetDrawable_insetRight
@see #InsetDrawable_insetTop
@see #InsetDrawable_visible
*/
public static final int[] InsetDrawable = {
0x01010194, 0x01010199, 0x010101b7, 0x010101b8,
0x010101b9, 0x010101ba
};
/**
Attribute Description {@link #InsetDrawable_drawable android:drawable} Reference to a drawable resource to use for the frame. {@link #InsetDrawable_insetBottom android:insetBottom}{@link #InsetDrawable_insetLeft android:insetLeft}{@link #InsetDrawable_insetRight android:insetRight}{@link #InsetDrawable_insetTop android:insetTop}{@link #InsetDrawable_visible android:visible} Provides initial visibility state of the drawable; the default
value is false. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:insetBottom
*/
public static final int InsetDrawable_insetBottom = 5;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:insetLeft
*/
public static final int InsetDrawable_insetLeft = 2;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:insetRight
*/
public static final int InsetDrawable_insetRight = 3;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:insetTop
*/
public static final int InsetDrawable_insetTop = 4;
/**
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Intent_action
@see #Intent_data
@see #Intent_mimeType
@see #Intent_targetClass
@see #Intent_targetPackage
*/
public static final int[] Intent = {
0x01010021, 0x01010026, 0x0101002d, 0x0101002e,
0x0101002f
};
/**
Attribute Description {@link #Intent_action android:action} The action name to assign to the Intent, as per
{@link android.content.Intent#setAction Intent.setAction()}. {@link #Intent_data android:data} The data URI to assign to the Intent, as per
{@link android.content.Intent#setData Intent.setData()}. {@link #Intent_mimeType android:mimeType} The MIME type name to assign to the Intent, as per
{@link android.content.Intent#setType Intent.setType()}. {@link #Intent_targetClass android:targetClass} The class part of the ComponentName to assign to the Intent, as per
{@link android.content.Intent#setComponent Intent.setComponent()}. {@link #Intent_targetPackage android:targetPackage} The package part of the ComponentName to assign to the Intent, as per
{@link android.content.Intent#setComponent Intent.setComponent()}. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #IntentCategory_name
*/
public static final int[] IntentCategory = {
0x01010003
};
/**
Attribute Description {@link #IntentCategory_name android:name} Required name of the category. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #KeySet_name
*/
public static final int[] KeySet = {
0x01010003
};
/**
Attribute Description {@link #KeySet_name android:name} A unique name for the given item. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Keyboard_horizontalGap
@see #Keyboard_keyHeight
@see #Keyboard_keyWidth
@see #Keyboard_verticalGap
*/
public static final int[] Keyboard = {
0x0101023d, 0x0101023e, 0x0101023f, 0x01010240
};
/**
Attribute Description {@link #Keyboard_horizontalGap android:horizontalGap} Default horizontal gap between keys. {@link #Keyboard_keyHeight android:keyHeight} Default height of a key, in pixels or percentage of display width. {@link #Keyboard_keyWidth android:keyWidth} Default width of a key, in pixels or percentage of display width. {@link #Keyboard_verticalGap android:verticalGap} Default vertical gap between rows of keys. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
keyboard-layouts as the root tag of the XML resource that
describes a collection of keyboard layouts provided by an application.
Each keyboard layout is declared by a keyboard-layout tag
with these attributes.
The XML resource that contains the keyboard layouts must be referenced from its
{@link android.hardware.input.InputManager#META_DATA_KEYBOARD_LAYOUTS}
meta-data entry used with broadcast receivers for
{@link android.hardware.input.InputManager#ACTION_QUERY_KEYBOARD_LAYOUTS}.
@see #KeyboardLayout_keyboardLayout
@see #KeyboardLayout_label
@see #KeyboardLayout_name
*/
public static final int[] KeyboardLayout = {
0x01010001, 0x01010003, 0x010103ab
};
/**
Attribute Description {@link #KeyboardLayout_keyboardLayout android:keyboardLayout} The key character map file resource. {@link #KeyboardLayout_label android:label} The display label of the keyboard layout. {@link #KeyboardLayout_name android:name} The name of the keyboard layout, must be unique in the receiver. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #KeyboardView_keyBackground
@see #KeyboardView_keyPreviewHeight
@see #KeyboardView_keyPreviewLayout
@see #KeyboardView_keyPreviewOffset
@see #KeyboardView_keyTextColor
@see #KeyboardView_keyTextSize
@see #KeyboardView_labelTextSize
@see #KeyboardView_popupLayout
@see #KeyboardView_shadowColor
@see #KeyboardView_shadowRadius
@see #KeyboardView_verticalCorrection
*/
public static final int[] KeyboardView = {
0x01010161, 0x01010164, 0x01010233, 0x01010234,
0x01010235, 0x01010236, 0x01010237, 0x01010238,
0x01010239, 0x0101023a, 0x0101023b, 0x0101044f
};
/**
Attribute Description {@link #KeyboardView_keyBackground android:keyBackground} Image for the key. {@link #KeyboardView_keyPreviewHeight android:keyPreviewHeight} Height of the key press feedback popup. {@link #KeyboardView_keyPreviewLayout android:keyPreviewLayout} Layout resource for key press feedback. {@link #KeyboardView_keyPreviewOffset android:keyPreviewOffset} Vertical offset of the key press feedback from the key. {@link #KeyboardView_keyTextColor android:keyTextColor} Color to use for the label in a key. {@link #KeyboardView_keyTextSize android:keyTextSize} Size of the text for character keys. {@link #KeyboardView_labelTextSize android:labelTextSize} Size of the text for custom keys with some text and no icon. {@link #KeyboardView_popupLayout android:popupLayout} Layout resource for popup keyboards. {@link #KeyboardView_shadowColor android:shadowColor} Place a shadow of the specified color behind the text. {@link #KeyboardView_shadowRadius android:shadowRadius} Radius of the shadow. {@link #KeyboardView_verticalCorrection android:verticalCorrection} Amount to offset the touch Y coordinate by, for bias correction. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #KeyboardViewPreviewState_state_long_pressable
*/
public static final int[] KeyboardViewPreviewState = {
0x0101023c
};
/**
Attribute Description {@link #KeyboardViewPreviewState_state_long_pressable android:state_long_pressable} State for {@link android.inputmethodservice.KeyboardView KeyboardView}
key preview background. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Keyboard_Key_codes
@see #Keyboard_Key_iconPreview
@see #Keyboard_Key_isModifier
@see #Keyboard_Key_isRepeatable
@see #Keyboard_Key_isSticky
@see #Keyboard_Key_keyEdgeFlags
@see #Keyboard_Key_keyIcon
@see #Keyboard_Key_keyLabel
@see #Keyboard_Key_keyOutputText
@see #Keyboard_Key_keyboardMode
@see #Keyboard_Key_popupCharacters
@see #Keyboard_Key_popupKeyboard
*/
public static final int[] Keyboard_Key = {
0x01010242, 0x01010243, 0x01010244, 0x01010245,
0x01010246, 0x01010247, 0x01010248, 0x01010249,
0x0101024a, 0x0101024b, 0x0101024c, 0x0101024d
};
/**
Attribute Description {@link #Keyboard_Key_codes android:codes} The unicode value or comma-separated values that this key outputs. {@link #Keyboard_Key_iconPreview android:iconPreview} The icon to show in the popup preview. {@link #Keyboard_Key_isModifier android:isModifier} Whether this is a modifier key such as Alt or Shift. {@link #Keyboard_Key_isRepeatable android:isRepeatable} Whether long-pressing on this key will make it repeat. {@link #Keyboard_Key_isSticky android:isSticky} Whether this is a toggle key. {@link #Keyboard_Key_keyEdgeFlags android:keyEdgeFlags} Key edge flags. {@link #Keyboard_Key_keyIcon android:keyIcon} The icon to display on the key instead of the label. {@link #Keyboard_Key_keyLabel android:keyLabel} The label to display on the key. {@link #Keyboard_Key_keyOutputText android:keyOutputText} The string of characters to output when this key is pressed. {@link #Keyboard_Key_keyboardMode android:keyboardMode} Mode of the keyboard. {@link #Keyboard_Key_popupCharacters android:popupCharacters} The characters to display in the popup keyboard. {@link #Keyboard_Key_popupKeyboard android:popupKeyboard} The XML keyboard layout of any popup keyboard. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description left1 Key is anchored to the left of the keyboard. right2 Key is anchored to the right of the keyboard. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #Keyboard_Row_keyboardMode
@see #Keyboard_Row_rowEdgeFlags
*/
public static final int[] Keyboard_Row = {
0x01010241, 0x0101024d
};
/**
Attribute Description {@link #Keyboard_Row_keyboardMode android:keyboardMode} Mode of the keyboard. {@link #Keyboard_Row_rowEdgeFlags android:rowEdgeFlags} Row edge flags. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description top4 Row is anchored to the top of the keyboard. bottom8 Row is anchored to the bottom of the keyboard.
*/
public static final int[] KeyguardGlowStripView = {
0x01010475, 0x01010476, 0x01010477, 0x01010478
};
/** Attributes that can be used with a KeyguardSecurityViewFlipper_Layout.
Attribute Description
*/
public static final int[] KeyguardSecurityViewFlipper_Layout = {
0x0101045f, 0x0101047b
};
/** Drawable used to render several drawables stacked on top of each other.
Each child drawable can be controlled individually.
Attribute Description
@see #LayerDrawable_autoMirrored
@see #LayerDrawable_opacity
*/
public static final int[] LayerDrawable = {
0x0101031e, 0x010103ea
};
/**
Attribute Description {@link #LayerDrawable_autoMirrored android:autoMirrored} Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left). {@link #LayerDrawable_opacity android:opacity} Indicates the opacity of the layer. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description opaque-1 Indicates that the layer is opaque and contains no transparent
nor translucent pixels. transparent-2 The layer is completely transparent (no pixel will be drawn.) translucent-3 The layer has translucent pixels.
@see #LayerDrawableItem_bottom
@see #LayerDrawableItem_drawable
@see #LayerDrawableItem_id
@see #LayerDrawableItem_left
@see #LayerDrawableItem_right
@see #LayerDrawableItem_top
*/
public static final int[] LayerDrawableItem = {
0x010100d0, 0x01010199, 0x010101ad, 0x010101ae,
0x010101af, 0x010101b0
};
/**
Attribute Description {@link #LayerDrawableItem_bottom android:bottom} Bottom coordinate of the layer. {@link #LayerDrawableItem_drawable android:drawable} Drawable used to render the layer. {@link #LayerDrawableItem_id android:id} Identifier of the layer. {@link #LayerDrawableItem_left android:left} Left coordinate of the layer. {@link #LayerDrawableItem_right android:right} Right coordinate of the layer. {@link #LayerDrawableItem_top android:top} Top coordinate of the layer. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #LayoutAnimation_animation
@see #LayoutAnimation_animationOrder
@see #LayoutAnimation_delay
@see #LayoutAnimation_interpolator
*/
public static final int[] LayoutAnimation = {
0x01010141, 0x010101cc, 0x010101cd, 0x010101ce
};
/**
Attribute Description {@link #LayoutAnimation_animation android:animation} Animation to use on each child. {@link #LayoutAnimation_animationOrder android:animationOrder} The order in which the animations will be started. {@link #LayoutAnimation_delay android:delay} Fraction of the animation duration used to delay the beginning of
the animation of each child. {@link #LayoutAnimation_interpolator android:interpolator} Interpolator used to interpolate the delay between the start of
each animation. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description normal0 Animations are started in the natural order. reverse1 Animations are started in the reverse order. random2 Animations are started randomly. 1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #LevelListDrawableItem_drawable
@see #LevelListDrawableItem_maxLevel
@see #LevelListDrawableItem_minLevel
*/
public static final int[] LevelListDrawableItem = {
0x01010199, 0x010101b1, 0x010101b2
};
/**
Attribute Description {@link #LevelListDrawableItem_drawable android:drawable} Reference to a drawable resource to use for the frame. {@link #LevelListDrawableItem_maxLevel android:maxLevel} The maximum level allowed for this item. {@link #LevelListDrawableItem_minLevel android:minLevel} The minimum level allowed for this item. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #LinearLayout_baselineAligned
@see #LinearLayout_baselineAlignedChildIndex
@see #LinearLayout_divider
@see #LinearLayout_dividerPadding
@see #LinearLayout_gravity
@see #LinearLayout_measureWithLargestChild
@see #LinearLayout_orientation
@see #LinearLayout_showDividers
@see #LinearLayout_weightSum
*/
public static final int[] LinearLayout = {
0x010100af, 0x010100c4, 0x01010126, 0x01010127,
0x01010128, 0x01010129, 0x010102d4, 0x01010329,
0x0101032a
};
/**
Attribute Description {@link #LinearLayout_baselineAligned android:baselineAligned} When set to false, prevents the layout from aligning its children's
baselines. {@link #LinearLayout_baselineAlignedChildIndex android:baselineAlignedChildIndex} When a linear layout is part of another layout that is baseline
aligned, it can specify which of its children to baseline align to
(that is, which child TextView). {@link #LinearLayout_divider android:divider} Drawable to use as a vertical divider between buttons. {@link #LinearLayout_dividerPadding android:dividerPadding} Size of padding on either end of a divider. {@link #LinearLayout_gravity android:gravity} Specifies how an object should position its content, on both the X and Y axes,
within its own bounds. {@link #LinearLayout_measureWithLargestChild android:measureWithLargestChild} When set to true, all children with a weight will be considered having
the minimum size of the largest child. {@link #LinearLayout_orientation android:orientation} Should the layout be a column or a row? Use "horizontal"
for a row, "vertical" for a column. {@link #LinearLayout_showDividers android:showDividers} Setting for which dividers to show. {@link #LinearLayout_weightSum android:weightSum} Defines the maximum weight sum. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget.
Constant Value Description none0 beginning1 middle2 end4 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #LinearLayout_Layout_layout_gravity
@see #LinearLayout_Layout_layout_height
@see #LinearLayout_Layout_layout_weight
@see #LinearLayout_Layout_layout_width
*/
public static final int[] LinearLayout_Layout = {
0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
};
/**
Attribute Description {@link #LinearLayout_Layout_layout_gravity android:layout_gravity} Standard gravity constant that a child supplies to its parent. {@link #LinearLayout_Layout_layout_height android:layout_height} Specifies the basic height of the view. {@link #LinearLayout_Layout_layout_weight android:layout_weight}{@link #LinearLayout_Layout_layout_width android:layout_width} Specifies the basic width of the view.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding). 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:layout_weight
*/
public static final int LinearLayout_Layout_layout_weight = 3;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding).
@see #ListPreference_entries
@see #ListPreference_entryValues
*/
public static final int[] ListPreference = {
0x010100b2, 0x010101f8
};
/**
Attribute Description {@link #ListPreference_entries android:entries} The human-readable array to present as a list. {@link #ListPreference_entryValues android:entryValues} The array to find the value to save for a preference when an entry from
entries is selected. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #ListView_divider
@see #ListView_dividerHeight
@see #ListView_entries
@see #ListView_footerDividersEnabled
@see #ListView_headerDividersEnabled
@see #ListView_overScrollFooter
@see #ListView_overScrollHeader
*/
public static final int[] ListView = {
0x010100b2, 0x01010129, 0x0101012a, 0x0101022e,
0x0101022f, 0x010102c2, 0x010102c3
};
/**
Attribute Description {@link #ListView_divider android:divider} Drawable or color to draw between list items. {@link #ListView_dividerHeight android:dividerHeight} Height of the divider. {@link #ListView_entries android:entries} Reference to an array resource that will populate the ListView. {@link #ListView_footerDividersEnabled android:footerDividersEnabled} When set to false, the ListView will not draw the divider before each footer view. {@link #ListView_headerDividersEnabled android:headerDividersEnabled} When set to false, the ListView will not draw the divider after each header view. {@link #ListView_overScrollFooter android:overScrollFooter} Drawable to draw below list content. {@link #ListView_overScrollHeader android:overScrollHeader} Drawable to draw above list content. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int[] LockPatternView = {
0x01010461
};
/** The set of attributes for a MapView.
Attribute Description
@see #MapView_apiKey
*/
public static final int[] MapView = {
0x01010211
};
/**
Attribute Description {@link #MapView_apiKey android:apiKey} Value is a string that specifies the Maps API Key to use. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MediaRouteButton_mediaRouteTypes
@see #MediaRouteButton_minHeight
@see #MediaRouteButton_minWidth
*/
public static final int[] MediaRouteButton = {
0x0101013f, 0x01010140, 0x010103ae, 0x01010471
};
/**
Attribute Description {@link #MediaRouteButton_mediaRouteTypes android:mediaRouteTypes} The types of media routes the button and its resulting
chooser will filter by. {@link #MediaRouteButton_minHeight android:minHeight}{@link #MediaRouteButton_minWidth android:minWidth}100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description liveAudio0x1 Allow selection of live audio routes. user0x800000 Allow selection of user (app-specified) routes. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:minHeight
*/
public static final int MediaRouteButton_minHeight = 1;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:minWidth
*/
public static final int MediaRouteButton_minWidth = 0;
/** Base attributes that are available to all Menu objects.
*/
public static final int[] Menu = {
};
/** Base attributes that are available to all groups.
@see #MenuGroup_checkableBehavior
@see #MenuGroup_enabled
@see #MenuGroup_id
@see #MenuGroup_menuCategory
@see #MenuGroup_orderInCategory
@see #MenuGroup_visible
*/
public static final int[] MenuGroup = {
0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
0x010101df, 0x010101e0
};
/**
Attribute Description {@link #MenuGroup_checkableBehavior android:checkableBehavior} Whether the items are capable of displaying a check mark. {@link #MenuGroup_enabled android:enabled} Whether the items are enabled. {@link #MenuGroup_id android:id} The ID of the group. {@link #MenuGroup_menuCategory android:menuCategory} The category applied to all items within this group. {@link #MenuGroup_orderInCategory android:orderInCategory} The order within the category applied to all items within this group. {@link #MenuGroup_visible android:visible} Whether the items are shown/visible.
Constant Value Description none0 The items are not checkable. all1 The items are all checkable. single2 The items are checkable and there will only be a single checked item in
this group. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description container0x00010000 Items are part of a container. system0x00020000 Items are provided by the system. secondary0x00030000 Items are user-supplied secondary (infrequently used). alternative0x00040000 Items are alternative actions. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuItem_actionLayout
@see #MenuItem_actionProviderClass
@see #MenuItem_actionViewClass
@see #MenuItem_alphabeticShortcut
@see #MenuItem_checkable
@see #MenuItem_checked
@see #MenuItem_enabled
@see #MenuItem_icon
@see #MenuItem_id
@see #MenuItem_menuCategory
@see #MenuItem_numericShortcut
@see #MenuItem_onClick
@see #MenuItem_orderInCategory
@see #MenuItem_showAsAction
@see #MenuItem_title
@see #MenuItem_titleCondensed
@see #MenuItem_visible
*/
public static final int[] MenuItem = {
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x010102d9, 0x010102fb, 0x010102fc,
0x01010389
};
/**
Attribute Description {@link #MenuItem_actionLayout android:actionLayout} An optional layout to be used as an action view. {@link #MenuItem_actionProviderClass android:actionProviderClass} The name of an optional ActionProvider class to instantiate an action view
and perform operations such as default action for that menu item. {@link #MenuItem_actionViewClass android:actionViewClass} The name of an optional View class to instantiate and use as an
action view. {@link #MenuItem_alphabeticShortcut android:alphabeticShortcut} The alphabetic shortcut key. {@link #MenuItem_checkable android:checkable} Whether the item is capable of displaying a check mark. {@link #MenuItem_checked android:checked} Whether the item is checked. {@link #MenuItem_enabled android:enabled} Whether the item is enabled. {@link #MenuItem_icon android:icon} The icon associated with this item. {@link #MenuItem_id android:id} The ID of the item. {@link #MenuItem_menuCategory android:menuCategory} The category applied to the item. {@link #MenuItem_numericShortcut android:numericShortcut} The numeric shortcut key. {@link #MenuItem_onClick android:onClick} Name of a method on the Context used to inflate the menu that will be
called when the item is clicked. {@link #MenuItem_orderInCategory android:orderInCategory} The order within the category applied to the item. {@link #MenuItem_showAsAction android:showAsAction} How this item should display in the Action Bar, if present. {@link #MenuItem_title android:title} The title associated with the item. {@link #MenuItem_titleCondensed android:titleCondensed} The condensed title associated with the item. {@link #MenuItem_visible android:visible} Whether the item is shown/visible. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description container0x00010000 Items are part of a container. system0x00020000 Items are provided by the system. secondary0x00030000 Items are user-supplied secondary (infrequently used). alternative0x00040000 Items are alternative actions. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description never0 Never show this item in an action bar, show it in the overflow menu instead.
Mutually exclusive with "ifRoom" and "always". ifRoom1 Show this item in an action bar if there is room for it as determined
by the system. Favor this option over "always" where possible.
Mutually exclusive with "never" and "always". always2 Always show this item in an actionbar, even if it would override
the system's limits of how much stuff to put there. This may make
your action bar look bad on some screens. In most cases you should
use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". withText4 When this item is shown as an action in the action bar, show a text
label with it even if it has an icon representation. collapseActionView8 This item's action view collapses to a normal menu
item. When expanded, the action view takes over a
larger segment of its container. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuItemCheckedFocusedState_state_checkable
@see #MenuItemCheckedFocusedState_state_checked
@see #MenuItemCheckedFocusedState_state_focused
*/
public static final int[] MenuItemCheckedFocusedState = {
0x0101009c, 0x0101009f, 0x010100a0
};
/**
Attribute Description {@link #MenuItemCheckedFocusedState_state_checkable android:state_checkable} State identifier indicating that the object may display a check mark. {@link #MenuItemCheckedFocusedState_state_checked android:state_checked} State identifier indicating that the object is currently checked. {@link #MenuItemCheckedFocusedState_state_focused android:state_focused} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuItemCheckedState_state_checkable
@see #MenuItemCheckedState_state_checked
*/
public static final int[] MenuItemCheckedState = {
0x0101009f, 0x010100a0
};
/**
Attribute Description {@link #MenuItemCheckedState_state_checkable android:state_checkable} State identifier indicating that the object may display a check mark. {@link #MenuItemCheckedState_state_checked android:state_checked} State identifier indicating that the object is currently checked. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuItemUncheckedFocusedState_state_checkable
@see #MenuItemUncheckedFocusedState_state_focused
*/
public static final int[] MenuItemUncheckedFocusedState = {
0x0101009c, 0x0101009f
};
/**
Attribute Description {@link #MenuItemUncheckedFocusedState_state_checkable android:state_checkable} State identifier indicating that the object may display a check mark. {@link #MenuItemUncheckedFocusedState_state_focused android:state_focused} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuItemUncheckedState_state_checkable
*/
public static final int[] MenuItemUncheckedState = {
0x0101009f
};
/**
Attribute Description {@link #MenuItemUncheckedState_state_checkable android:state_checkable} State identifier indicating that the object may display a check mark. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #MenuView_headerBackground
@see #MenuView_horizontalDivider
@see #MenuView_itemBackground
@see #MenuView_itemIconDisabledAlpha
@see #MenuView_itemTextAppearance
@see #MenuView_verticalDivider
@see #MenuView_windowAnimationStyle
*/
public static final int[] MenuView = {
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x01010435
};
/**
Attribute Description {@link #MenuView_headerBackground android:headerBackground} Default background for the menu header. {@link #MenuView_horizontalDivider android:horizontalDivider} Default horizontal divider between rows of menu items. {@link #MenuView_itemBackground android:itemBackground} Default background for each menu item. {@link #MenuView_itemIconDisabledAlpha android:itemIconDisabledAlpha} Default disabled icon alpha for each menu item that shows an icon. {@link #MenuView_itemTextAppearance android:itemTextAppearance} Default appearance of menu item text. {@link #MenuView_verticalDivider android:verticalDivider} Default vertical divider between menu items. {@link #MenuView_windowAnimationStyle android:windowAnimationStyle} Default animations for the menu. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #MultiPaneChallengeLayout_orientation
*/
public static final int[] MultiPaneChallengeLayout = {
0x010100c4
};
/**
Attribute Description {@link #MultiPaneChallengeLayout_orientation android:orientation} Influences how layout_centerWithinArea behaves
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget.
@see #MultiPaneChallengeLayout_Layout_layout_gravity
*/
public static final int[] MultiPaneChallengeLayout_Layout = {
0x010100b3, 0x0101045f, 0x01010479, 0x0101047a,
0x0101047b
};
/**
Attribute Description {@link #MultiPaneChallengeLayout_Layout_layout_gravity android:layout_gravity} Standard gravity constant that a child supplies to its parent.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size.
@see #MultiSelectListPreference_entries
@see #MultiSelectListPreference_entryValues
*/
public static final int[] MultiSelectListPreference = {
0x010100b2, 0x010101f8
};
/**
Attribute Description {@link #MultiSelectListPreference_entries android:entries} The human-readable array to present as a list. {@link #MultiSelectListPreference_entryValues android:entryValues} The array to find the value to save for a preference when an entry from
entries is selected. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #MultiWaveView_directionDescriptions
@see #MultiWaveView_targetDescriptions
*/
public static final int[] MultiWaveView = {
0x010103a0, 0x010103a1, 0x01010456, 0x01010457,
0x01010458, 0x01010459, 0x0101045a, 0x0101045b,
0x0101045c, 0x0101045d, 0x0101045e
};
/**
Attribute Description {@link #MultiWaveView_directionDescriptions android:directionDescriptions} Reference to an array resource that be used to announce the directions with targets around the circle. {@link #MultiWaveView_targetDescriptions android:targetDescriptions} Reference to an array resource that be used as description for the targets around the circle. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #NinePatchDrawable_autoMirrored
@see #NinePatchDrawable_dither
@see #NinePatchDrawable_src
*/
public static final int[] NinePatchDrawable = {
0x01010119, 0x0101011c, 0x010103ea
};
/**
Attribute Description {@link #NinePatchDrawable_autoMirrored android:autoMirrored} Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left). {@link #NinePatchDrawable_dither 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). {@link #NinePatchDrawable_src android:src} Identifier of the bitmap file. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
*/
public static final int[] NumPadKey = {
0x0101047c, 0x0101047d
};
/** Attributes that can be used with a NumberPicker.
Attribute Description
@see #NumberPicker_solidColor
*/
public static final int[] NumberPicker = {
0x0101034a, 0x0101043c, 0x01010442, 0x01010443,
0x01010444, 0x01010445, 0x01010446, 0x01010447,
0x01010448, 0x01010449
};
/**
Attribute Description {@link #NumberPicker_solidColor android:solidColor} @hide Color for the solid color background if such for optimized rendering. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
offhost-apdu-service as the root tag of the XML resource that
describes an {@link android.nfc.cardemulation.OffHostApduService}
service, which is referenced from its
{@link android.nfc.cardemulation.OffHostApduService#SERVICE_META_DATA} entry.
@see #OffHostApduService_apduServiceBanner
@see #OffHostApduService_description
*/
public static final int[] OffHostApduService = {
0x01010020, 0x010103ed
};
/**
Attribute Description {@link #OffHostApduService_apduServiceBanner android:apduServiceBanner} A drawable that can be rendered in Android's system UI for representing
the service. {@link #OffHostApduService_description android:description} Short description of the functionality the service implements. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #OvershootInterpolator_tension
*/
public static final int[] OvershootInterpolator = {
0x0101026a
};
/**
Attribute Description {@link #OvershootInterpolator_tension android:tension} This is the amount of tension. 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int[] PagedView = {
0x01010472, 0x01010473, 0x01010474
};
/** Attributes that can be used with a Pointer.
Attribute Description
*/
public static final int[] Pointer = {
0x01010462, 0x01010463, 0x01010464, 0x01010465
};
/** Attributes that can be used with a PointerIcon.
Attribute Description
*/
public static final int[] PointerIcon = {
0x01010466, 0x01010467, 0x01010468
};
/** Attributes that can be used with a PopupWindow.
Attribute Description
@see #PopupWindow_popupAnimationStyle
@see #PopupWindow_popupBackground
*/
public static final int[] PopupWindow = {
0x01010176, 0x010102c9
};
/**
Attribute Description {@link #PopupWindow_popupAnimationStyle android:popupAnimationStyle}{@link #PopupWindow_popupBackground android:popupBackground}@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:popupAnimationStyle
*/
public static final int PopupWindow_popupAnimationStyle = 1;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@attr name android:popupBackground
*/
public static final int PopupWindow_popupBackground = 0;
/** Attributes that can be used with a PopupWindowBackgroundState.
@see #PopupWindowBackgroundState_state_above_anchor
*/
public static final int[] PopupWindowBackgroundState = {
0x010100aa
};
/**
Attribute Description {@link #PopupWindowBackgroundState_state_above_anchor android:state_above_anchor} State identifier indicating the popup will be above the anchor. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Preference_defaultValue
@see #Preference_dependency
@see #Preference_enabled
@see #Preference_fragment
@see #Preference_icon
@see #Preference_key
@see #Preference_layout
@see #Preference_order
@see #Preference_persistent
@see #Preference_selectable
@see #Preference_shouldDisableView
@see #Preference_summary
@see #Preference_title
@see #Preference_widgetLayout
*/
public static final int[] Preference = {
0x01010002, 0x0101000d, 0x0101000e, 0x010100f2,
0x010101e1, 0x010101e6, 0x010101e8, 0x010101e9,
0x010101ea, 0x010101eb, 0x010101ec, 0x010101ed,
0x010101ee, 0x010102e3
};
/**
Attribute Description {@link #Preference_defaultValue 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. {@link #Preference_dependency android:dependency} The key of another Preference that this Preference will depend on. {@link #Preference_enabled android:enabled} Whether the Preference is enabled. {@link #Preference_fragment android:fragment} When used inside of a modern PreferenceActivity, this declares
a new PreferenceFragment to be shown when the user selects this item. {@link #Preference_icon android:icon} The optional icon for the preference {@link #Preference_key android:key} The key to store the Preference value. {@link #Preference_layout android:layout} The layout for the Preference in a PreferenceActivity screen. {@link #Preference_order android:order} The order for the Preference (lower values are to be ordered first). {@link #Preference_persistent android:persistent} Whether the Preference stores its value to the shared preferences. {@link #Preference_selectable android:selectable} Whether the Preference is selectable. {@link #Preference_shouldDisableView android:shouldDisableView} Whether the view of this Preference should be disabled when
this Preference is disabled. {@link #Preference_summary android:summary} The summary for the Preference in a PreferenceActivity screen. {@link #Preference_title android:title} The title for the Preference in a PreferenceActivity screen. {@link #Preference_widgetLayout android:widgetLayout} The layout for the controllable widget portion of a Preference. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
true" or "false".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int[] PreferenceFrameLayout = {
0x01010430, 0x01010431, 0x01010432, 0x01010433
};
/** Attributes that can be used with a PreferenceFrameLayout_Layout.
Attribute Description
*/
public static final int[] PreferenceFrameLayout_Layout = {
0x01010434
};
/** Base attributes available to PreferenceGroup.
Attribute Description
@see #PreferenceGroup_orderingFromXml
*/
public static final int[] PreferenceGroup = {
0x010101e7
};
/**
Attribute Description {@link #PreferenceGroup_orderingFromXml android:orderingFromXml} Whether to order the Preference under this group as they appear in the XML file. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #PreferenceHeader_breadCrumbShortTitle
@see #PreferenceHeader_breadCrumbTitle
@see #PreferenceHeader_fragment
@see #PreferenceHeader_icon
@see #PreferenceHeader_id
@see #PreferenceHeader_summary
@see #PreferenceHeader_title
*/
public static final int[] PreferenceHeader = {
0x01010002, 0x010100d0, 0x010101e1, 0x010101e9,
0x010102e3, 0x01010303, 0x01010304
};
/**
Attribute Description {@link #PreferenceHeader_breadCrumbShortTitle android:breadCrumbShortTitle} The short title for the bread crumb of this item. {@link #PreferenceHeader_breadCrumbTitle android:breadCrumbTitle} The title for the bread crumb of this item. {@link #PreferenceHeader_fragment android:fragment} The fragment that is displayed when the user selects this item. {@link #PreferenceHeader_icon android:icon} An icon for the item. {@link #PreferenceHeader_id android:id} Identifier value for the header. {@link #PreferenceHeader_summary android:summary} The summary for the item. {@link #PreferenceHeader_title android:title} The title of the item that is shown to the user. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
print-service as the root tag of the XML resource that
describes an {@link android.printservice.PrintService} service, which is
referenced from its {@link android.printservice.PrintService#SERVICE_META_DATA}
meta-data entry.
@see #PrintService_addPrintersActivity
@see #PrintService_advancedPrintOptionsActivity
@see #PrintService_settingsActivity
@see #PrintService_vendor
*/
public static final int[] PrintService = {
0x01010225, 0x010103e6, 0x010103e7, 0x010103f1
};
/**
Attribute Description {@link #PrintService_addPrintersActivity android:addPrintersActivity} Fully qualified class name of an activity that allows the user to manually
add printers to this print service. {@link #PrintService_advancedPrintOptionsActivity android:advancedPrintOptionsActivity} Fully qualified class name of an activity with advanced print options
specific to this print service. {@link #PrintService_settingsActivity android:settingsActivity} Fully qualified class name of an activity that allows the user to modify
the settings for this service. {@link #PrintService_vendor android:vendor} The vendor name if this print service is vendor specific. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ProgressBar_animationResolution
@see #ProgressBar_indeterminate
@see #ProgressBar_indeterminateBehavior
@see #ProgressBar_indeterminateDrawable
@see #ProgressBar_indeterminateDuration
@see #ProgressBar_indeterminateOnly
@see #ProgressBar_interpolator
@see #ProgressBar_max
@see #ProgressBar_maxHeight
@see #ProgressBar_maxWidth
@see #ProgressBar_minHeight
@see #ProgressBar_minWidth
@see #ProgressBar_mirrorForRtl
@see #ProgressBar_progress
@see #ProgressBar_progressDrawable
@see #ProgressBar_secondaryProgress
*/
public static final int[] ProgressBar = {
0x0101011f, 0x01010120, 0x01010136, 0x01010137,
0x01010138, 0x01010139, 0x0101013a, 0x0101013b,
0x0101013c, 0x0101013d, 0x0101013e, 0x0101013f,
0x01010140, 0x01010141, 0x0101031a, 0x010103ce
};
/**
Attribute Description {@link #ProgressBar_animationResolution android:animationResolution} Timeout between frames of animation in milliseconds
{@deprecated Not used by the framework.} {@link #ProgressBar_indeterminate android:indeterminate} Allows to enable the indeterminate mode. {@link #ProgressBar_indeterminateBehavior android:indeterminateBehavior} Defines how the indeterminate mode should behave when the progress
reaches max. {@link #ProgressBar_indeterminateDrawable android:indeterminateDrawable} Drawable used for the indeterminate mode. {@link #ProgressBar_indeterminateDuration android:indeterminateDuration} Duration of the indeterminate animation. {@link #ProgressBar_indeterminateOnly android:indeterminateOnly} Restricts to ONLY indeterminate mode (state-keeping progress mode will not work). {@link #ProgressBar_interpolator android:interpolator}{@link #ProgressBar_max android:max} Defines the maximum value the progress can take. {@link #ProgressBar_maxHeight android:maxHeight} An optional argument to supply a maximum height for this view. {@link #ProgressBar_maxWidth android:maxWidth} An optional argument to supply a maximum width for this view. {@link #ProgressBar_minHeight android:minHeight}{@link #ProgressBar_minWidth android:minWidth}{@link #ProgressBar_mirrorForRtl android:mirrorForRtl} Defines if the associated drawables need to be mirrored when in RTL mode. {@link #ProgressBar_progress android:progress} Defines the default progress value, between 0 and max. {@link #ProgressBar_progressDrawable android:progressDrawable} Drawable used for the progress mode. {@link #ProgressBar_secondaryProgress android:secondaryProgress} Defines the secondary progress value, between 0 and max. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description repeat1 Progress starts over from 0. cycle2 Progress keeps the current value and goes back to 0. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:interpolator
*/
public static final int ProgressBar_interpolator = 13;
/**
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:minHeight
*/
public static final int ProgressBar_minHeight = 12;
/**
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:minWidth
*/
public static final int ProgressBar_minWidth = 11;
/**
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #PropertyAnimator_propertyName
*/
public static final int[] PropertyAnimator = {
0x010102e1
};
/**
Attribute Description {@link #PropertyAnimator_propertyName android:propertyName} Name of the property being animated. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #PublicKey_value
*/
public static final int[] PublicKey = {
0x01010024
};
/**
Attribute Description {@link #PublicKey_value android:value} Concrete value to assign to this piece of named meta-data. 100".
true" or "false".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int[] QuickContactBadge = {
0x0101043d
};
/** Attributes that can be used with a RadioGroup.
Attribute Description
@see #RadioGroup_checkedButton
@see #RadioGroup_orientation
*/
public static final int[] RadioGroup = {
0x010100c4, 0x01010148
};
/**
Attribute Description {@link #RadioGroup_checkedButton android:checkedButton} The id of the child radio button that should be checked by default
within this radio group. {@link #RadioGroup_orientation android:orientation} Should the radio group be a column or a row? Use "horizontal"
for a row, "vertical" for a column. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget.
@see #RatingBar_isIndicator
@see #RatingBar_numStars
@see #RatingBar_rating
@see #RatingBar_stepSize
*/
public static final int[] RatingBar = {
0x01010144, 0x01010145, 0x01010146, 0x01010147
};
/**
Attribute Description {@link #RatingBar_isIndicator android:isIndicator} Whether this rating bar is an indicator (and non-changeable by the user). {@link #RatingBar_numStars android:numStars} The number of stars (or rating items) to show. {@link #RatingBar_rating android:rating} The rating to set by default. {@link #RatingBar_stepSize android:stepSize} The step size of the rating. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
recognition-service as the root tag of the XML resource that
describes a {@link android.speech.RecognitionService}, which is reference from
its {@link android.speech.RecognitionService#SERVICE_META_DATA} meta-data entry.
Described here are the attributes that can be included in that tag.
@see #RecognitionService_settingsActivity
*/
public static final int[] RecognitionService = {
0x01010225
};
/**
Attribute Description {@link #RecognitionService_settingsActivity android:settingsActivity} Component name of an activity that allows the user to modify
the settings for this service. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #RelativeLayout_gravity
@see #RelativeLayout_ignoreGravity
*/
public static final int[] RelativeLayout = {
0x010100af, 0x010101ff
};
/**
Attribute Description {@link #RelativeLayout_gravity android:gravity} Specifies how an object should position its content, on both the X and Y axes,
within its own bounds. {@link #RelativeLayout_ignoreGravity android:ignoreGravity} Indicates what view should not be affected by gravity.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #RelativeLayout_Layout_layout_above
@see #RelativeLayout_Layout_layout_alignBaseline
@see #RelativeLayout_Layout_layout_alignBottom
@see #RelativeLayout_Layout_layout_alignEnd
@see #RelativeLayout_Layout_layout_alignLeft
@see #RelativeLayout_Layout_layout_alignParentBottom
@see #RelativeLayout_Layout_layout_alignParentEnd
@see #RelativeLayout_Layout_layout_alignParentLeft
@see #RelativeLayout_Layout_layout_alignParentRight
@see #RelativeLayout_Layout_layout_alignParentStart
@see #RelativeLayout_Layout_layout_alignParentTop
@see #RelativeLayout_Layout_layout_alignRight
@see #RelativeLayout_Layout_layout_alignStart
@see #RelativeLayout_Layout_layout_alignTop
@see #RelativeLayout_Layout_layout_alignWithParentIfMissing
@see #RelativeLayout_Layout_layout_below
@see #RelativeLayout_Layout_layout_centerHorizontal
@see #RelativeLayout_Layout_layout_centerInParent
@see #RelativeLayout_Layout_layout_centerVertical
@see #RelativeLayout_Layout_layout_toEndOf
@see #RelativeLayout_Layout_layout_toLeftOf
@see #RelativeLayout_Layout_layout_toRightOf
@see #RelativeLayout_Layout_layout_toStartOf
*/
public static final int[] RelativeLayout_Layout = {
0x01010182, 0x01010183, 0x01010184, 0x01010185,
0x01010186, 0x01010187, 0x01010188, 0x01010189,
0x0101018a, 0x0101018b, 0x0101018c, 0x0101018d,
0x0101018e, 0x0101018f, 0x01010190, 0x01010191,
0x01010192, 0x010103b7, 0x010103b8, 0x010103b9,
0x010103ba, 0x010103bb, 0x010103bc
};
/**
Attribute Description {@link #RelativeLayout_Layout_layout_above android:layout_above} Positions the bottom edge of this view above the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignBaseline android:layout_alignBaseline} Positions the baseline of this view on the baseline of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignBottom android:layout_alignBottom} Makes the bottom edge of this view match the bottom edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignEnd android:layout_alignEnd} Makes the end edge of this view match the end edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignLeft android:layout_alignLeft} Makes the left edge of this view match the left edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignParentBottom android:layout_alignParentBottom} If true, makes the bottom edge of this view match the bottom edge of the parent. {@link #RelativeLayout_Layout_layout_alignParentEnd android:layout_alignParentEnd} If true, makes the end edge of this view match the end edge of the parent. {@link #RelativeLayout_Layout_layout_alignParentLeft android:layout_alignParentLeft} If true, makes the left edge of this view match the left edge of the parent. {@link #RelativeLayout_Layout_layout_alignParentRight android:layout_alignParentRight} If true, makes the right edge of this view match the right edge of the parent. {@link #RelativeLayout_Layout_layout_alignParentStart android:layout_alignParentStart} If true, makes the start edge of this view match the start edge of the parent. {@link #RelativeLayout_Layout_layout_alignParentTop android:layout_alignParentTop} If true, makes the top edge of this view match the top edge of the parent. {@link #RelativeLayout_Layout_layout_alignRight android:layout_alignRight} Makes the right edge of this view match the right edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignStart android:layout_alignStart} Makes the start edge of this view match the start edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignTop android:layout_alignTop} Makes the top edge of this view match the top edge of the given anchor view ID. {@link #RelativeLayout_Layout_layout_alignWithParentIfMissing 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. {@link #RelativeLayout_Layout_layout_below android:layout_below} Positions the top edge of this view below the given anchor view ID. {@link #RelativeLayout_Layout_layout_centerHorizontal android:layout_centerHorizontal} If true, centers this child horizontally within its parent. {@link #RelativeLayout_Layout_layout_centerInParent android:layout_centerInParent} If true, centers this child horizontally and vertically within its parent. {@link #RelativeLayout_Layout_layout_centerVertical android:layout_centerVertical} If true, centers this child vertically within its parent. {@link #RelativeLayout_Layout_layout_toEndOf android:layout_toEndOf} Positions the start edge of this view to the end of the given anchor view ID. {@link #RelativeLayout_Layout_layout_toLeftOf android:layout_toLeftOf} Positions the right edge of this view to the left of the given anchor view ID. {@link #RelativeLayout_Layout_layout_toRightOf android:layout_toRightOf} Positions the left edge of this view to the right of the given anchor view ID. {@link #RelativeLayout_Layout_layout_toStartOf android:layout_toStartOf} Positions the end edge of this view to the start of the given anchor view ID. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #RingtonePreference_ringtoneType
@see #RingtonePreference_showDefault
@see #RingtonePreference_showSilent
*/
public static final int[] RingtonePreference = {
0x010101f9, 0x010101fa, 0x010101fb
};
/**
Attribute Description {@link #RingtonePreference_ringtoneType android:ringtoneType} Which ringtone type(s) to show in the picker. {@link #RingtonePreference_showDefault android:showDefault} Whether to show an item for a default sound. {@link #RingtonePreference_showSilent android:showSilent} Whether to show an item for 'Silent'.
Constant Value Description ringtone1 Ringtones. notification2 Notification sounds. alarm4 Alarm sounds. all7 All available ringtone sounds. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #RotarySelector_orientation
*/
public static final int[] RotarySelector = {
0x010100c4
};
/**
Attribute Description {@link #RotarySelector_orientation android:orientation} Use "horizontal" or "vertical".
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget.
@see #RotateAnimation_fromDegrees
@see #RotateAnimation_pivotX
@see #RotateAnimation_pivotY
@see #RotateAnimation_toDegrees
*/
public static final int[] RotateAnimation = {
0x010101b3, 0x010101b4, 0x010101b5, 0x010101b6
};
/**
Attribute Description {@link #RotateAnimation_fromDegrees android:fromDegrees}{@link #RotateAnimation_pivotX android:pivotX}{@link #RotateAnimation_pivotY android:pivotY}{@link #RotateAnimation_toDegrees android:toDegrees}1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromDegrees
*/
public static final int RotateAnimation_fromDegrees = 0;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotX
*/
public static final int RotateAnimation_pivotX = 2;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotY
*/
public static final int RotateAnimation_pivotY = 3;
/**
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toDegrees
*/
public static final int RotateAnimation_toDegrees = 1;
/** Drawable used to rotate another drawable.
@see #RotateDrawable_drawable
@see #RotateDrawable_fromDegrees
@see #RotateDrawable_pivotX
@see #RotateDrawable_pivotY
@see #RotateDrawable_toDegrees
@see #RotateDrawable_visible
*/
public static final int[] RotateDrawable = {
0x01010194, 0x01010199, 0x010101b3, 0x010101b4,
0x010101b5, 0x010101b6
};
/**
Attribute Description {@link #RotateDrawable_drawable android:drawable} Reference to a drawable resource to use for the frame. {@link #RotateDrawable_fromDegrees android:fromDegrees}{@link #RotateDrawable_pivotX android:pivotX}{@link #RotateDrawable_pivotY android:pivotY}{@link #RotateDrawable_toDegrees android:toDegrees}{@link #RotateDrawable_visible android:visible} Provides initial visibility state of the drawable; the default
value is false. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromDegrees
*/
public static final int RotateDrawable_fromDegrees = 2;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotX
*/
public static final int RotateDrawable_pivotX = 4;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotY
*/
public static final int RotateDrawable_pivotY = 5;
/**
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toDegrees
*/
public static final int RotateDrawable_toDegrees = 3;
/**
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ScaleAnimation_fromXScale
@see #ScaleAnimation_fromYScale
@see #ScaleAnimation_pivotX
@see #ScaleAnimation_pivotY
@see #ScaleAnimation_toXScale
@see #ScaleAnimation_toYScale
*/
public static final int[] ScaleAnimation = {
0x010101b5, 0x010101b6, 0x010101c2, 0x010101c3,
0x010101c4, 0x010101c5
};
/**
Attribute Description {@link #ScaleAnimation_fromXScale android:fromXScale}{@link #ScaleAnimation_fromYScale android:fromYScale}{@link #ScaleAnimation_pivotX android:pivotX}{@link #ScaleAnimation_pivotY android:pivotY}{@link #ScaleAnimation_toXScale android:toXScale}{@link #ScaleAnimation_toYScale android:toYScale}1.2".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromXScale
*/
public static final int ScaleAnimation_fromXScale = 2;
/**
1.2".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromYScale
*/
public static final int ScaleAnimation_fromYScale = 4;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotX
*/
public static final int ScaleAnimation_pivotX = 0;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:pivotY
*/
public static final int ScaleAnimation_pivotY = 1;
/**
1.2".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toXScale
*/
public static final int ScaleAnimation_toXScale = 3;
/**
1.2".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toYScale
*/
public static final int ScaleAnimation_toYScale = 5;
/** Attributes that can be used with a ScaleDrawable.
@see #ScaleDrawable_drawable
@see #ScaleDrawable_scaleGravity
@see #ScaleDrawable_scaleHeight
@see #ScaleDrawable_scaleWidth
@see #ScaleDrawable_useIntrinsicSizeAsMinimum
*/
public static final int[] ScaleDrawable = {
0x01010199, 0x010101fc, 0x010101fd, 0x010101fe,
0x01010310
};
/**
Attribute Description {@link #ScaleDrawable_drawable android:drawable} Reference to a drawable resource to draw with the specified scale. {@link #ScaleDrawable_scaleGravity android:scaleGravity} Specifies where the drawable is positioned after scaling. {@link #ScaleDrawable_scaleHeight android:scaleHeight} Scale height, expressed as a percentage of the drawable's bound. {@link #ScaleDrawable_scaleWidth android:scaleWidth} Scale width, expressed as a percentage of the drawable's bound. {@link #ScaleDrawable_useIntrinsicSizeAsMinimum android:useIntrinsicSizeAsMinimum} Use the drawable's intrinsic width and height as minimum size values. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ScrollView_fillViewport
*/
public static final int[] ScrollView = {
0x0101017a
};
/**
Attribute Description {@link #ScrollView_fillViewport android:fillViewport} Defines whether the scrollview should stretch its content to fill the viewport. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #SearchView_iconifiedByDefault
@see #SearchView_imeOptions
@see #SearchView_inputType
@see #SearchView_maxWidth
@see #SearchView_queryHint
*/
public static final int[] SearchView = {
0x0101011f, 0x01010220, 0x01010264, 0x010102fa,
0x01010358
};
/**
Attribute Description {@link #SearchView_iconifiedByDefault android:iconifiedByDefault} The default state of the SearchView. {@link #SearchView_imeOptions android:imeOptions} The IME options to set on the query text field. {@link #SearchView_inputType android:inputType} The input type to set on the query text field. {@link #SearchView_maxWidth android:maxWidth} An optional maximum width of the SearchView. {@link #SearchView_queryHint android:queryHint} An optional query hint string to be displayed in the empty query field. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description normal0x00000000 There are no special semantics associated with this editor. actionUnspecified0x00000000 There is no specific action associated with this editor, let the
editor come up with its own if it can.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_NULL}. actionNone0x00000001 This editor has no action associated with it.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NONE}. actionGo0x00000002 The action key performs a "go"
operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_GO}. actionSearch0x00000003 The action key performs a "search"
operation, taking the user to the results of searching for the text
the have typed (in whatever context is appropriate).
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEARCH}. actionSend0x00000004 The action key performs a "send"
operation, delivering the text to its target. This is typically used
when composing a message.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEND}. actionNext0x00000005 The action key performs a "next"
operation, taking the user to the next field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NEXT}. actionDone0x00000006 The action key performs a "done"
operation, closing the soft input method.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_DONE}. actionPrevious0x00000007 The action key performs a "previous"
operation, taking the user to the previous field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_PREVIOUS}. flagNoFullscreen0x2000000 Used to request that the IME never go
into fullscreen mode. Applications need to be aware that the flag is not
a guarantee, and not all IMEs will respect it.
flagNavigatePrevious0x4000000 Like flagNavigateNext, but
specifies there is something interesting that a backward navigation
can focus on. If the user selects the IME's facility to backward
navigate, this will show up in the application as an actionPrevious
at {@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNavigateNext0x8000000 Used to specify that there is something
interesting that a forward navigation can focus on. This is like using
actionNext, except allows the IME to be multiline (with
an enter key) as well as provide forward navigation. Note that some
IMEs may not be able to do this, especially when running on a small
screen where there is little space. In that case it does not need to
present a UI for this option. Like actionNext, if the
user selects the IME's facility to forward navigate, this will show up
in the application at
{@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNoExtractUi0x10000000 Used to specify that the IME does not need
to show its extracted text UI. For input methods that may be fullscreen,
often when in landscape mode, this allows them to be smaller and let part
of the application be shown behind. Though there will likely be limited
access to the application available from the user, it can make the
experience of a (mostly) fullscreen IME less jarring. Note that when
this flag is specified the IME may not be set up to be able
to display text, so it should only be used in situations where this is
not needed.
flagNoAccessoryAction0x20000000 Used in conjunction with a custom action, this indicates that the
action should not be available as an accessory button when the
input method is full-screen.
Note that by setting this flag, there can be cases where the action
is simply never available to the user. Setting this generally means
that you think showing text being edited is more important than the
action you have supplied.
flagNoEnterAction0x40000000 Used in conjunction with a custom action,
this indicates that the action should not be available in-line as
a replacement for the "enter" key. Typically this is
because the action has such a significant impact or is not recoverable
enough that accidentally hitting it should be avoided, such as sending
a message. Note that {@link android.widget.TextView} will
automatically set this flag for you on multi-line text views.
flagForceAscii0x80000000 Used to request that the IME should be capable of inputting ASCII
characters. The intention of this flag is to ensure that the user
can type Roman alphabet characters in a {@link android.widget.TextView}
used for, typically, account ID or password input. It is expected that IMEs
normally are able to input ASCII even without being told so (such IMEs
already respect this flag in a sense), but there could be some cases they
aren't when, for instance, only non-ASCII input languagaes like Arabic,
Greek, Hebrew, Russian are enabled in the IME. Applications need to be
aware that the flag is not a guarantee, and not all IMEs will respect it.
However, it is strongly recommended for IME authors to respect this flag
especially when their IME could end up with a state that has only non-ASCII
input languages enabled.
Constant Value Description none0x00000000 There is no content type. The text is not editable. text0x00000001 Just plain old text. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_NORMAL}. textCapCharacters0x00001001 Can be combined with text and its variations to
request capitalization of all characters. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}. textCapWords0x00002001 Can be combined with text and its variations to
request capitalization of the first character of every word. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_WORDS}. textCapSentences0x00004001 Can be combined with text and its variations to
request capitalization of the first character of every sentence. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_SENTENCES}. textAutoCorrect0x00008001 Can be combined with text and its variations to
request auto-correction of text being input. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_CORRECT}. textAutoComplete0x00010001 Can be combined with text and its variations to
specify that this field will be doing its own auto-completion and
talking with the input method appropriately. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_COMPLETE}. textMultiLine0x00020001 Can be combined with text and its variations to
allow multiple lines of text in the field. If this flag is not set,
the text field will be constrained to a single line. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_MULTI_LINE}. textImeMultiLine0x00040001 Can be combined with text and its variations to
indicate that though the regular text view should not be multiple
lines, the IME should provide multiple lines if it can. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_IME_MULTI_LINE}. textNoSuggestions0x00080001 Can be combined with text and its variations to
indicate that the IME should not show any
dictionary-based word suggestions. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS}. textUri0x00000011 Text that will be used as a URI. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_URI}. textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_ADDRESS}. textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_SUBJECT}. textShortMessage0x00000041 Text that is the content of a short message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_SHORT_MESSAGE}. textLongMessage0x00000051 Text that is the content of a long message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_LONG_MESSAGE}. textPersonName0x00000061 Text that is the name of a person. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PERSON_NAME}. textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_POSTAL_ADDRESS}. textPassword0x00000081 Text that is a password. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PASSWORD}. textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD}. textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EDIT_TEXT}. textFilter0x000000b1 Text that is filtering some other data. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_FILTER}. textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name
field in a contact entry. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PHONETIC}. textWebEmailAddress0x000000d1 Text that will be used as an e-mail address on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS}. textWebPassword0x000000e1 Text that will be used as a password on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_PASSWORD}. number0x00000002 A numeric only field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_NORMAL}. numberSigned0x00001002 Can be combined with number and its other options to
allow a signed number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_SIGNED}. numberDecimal0x00002002 Can be combined with number and its other options to
allow a decimal (fractional) number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_DECIMAL}. numberPassword0x00000012 A numeric password field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_PASSWORD}. phone0x00000003 For entering a phone number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_PHONE}. datetime0x00000004 For entering a date and time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_NORMAL}. date0x00000014 For entering a date. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_DATE}. time0x00000024 For entering a time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_TIME}. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Searchable_autoUrlDetect
@see #Searchable_hint
@see #Searchable_icon
@see #Searchable_imeOptions
@see #Searchable_includeInGlobalSearch
@see #Searchable_inputType
@see #Searchable_label
@see #Searchable_queryAfterZeroResults
@see #Searchable_searchButtonText
@see #Searchable_searchMode
@see #Searchable_searchSettingsDescription
@see #Searchable_searchSuggestAuthority
@see #Searchable_searchSuggestIntentAction
@see #Searchable_searchSuggestIntentData
@see #Searchable_searchSuggestPath
@see #Searchable_searchSuggestSelection
@see #Searchable_searchSuggestThreshold
@see #Searchable_voiceLanguage
@see #Searchable_voiceLanguageModel
@see #Searchable_voiceMaxResults
@see #Searchable_voicePromptText
@see #Searchable_voiceSearchMode
*/
public static final int[] Searchable = {
0x01010001, 0x01010002, 0x01010150, 0x010101d5,
0x010101d6, 0x010101d7, 0x010101d8, 0x010101d9,
0x010101da, 0x01010205, 0x01010220, 0x01010252,
0x01010253, 0x01010254, 0x01010255, 0x01010256,
0x01010264, 0x0101026d, 0x0101026e, 0x01010282,
0x0101028a, 0x0101028c
};
/**
Attribute Description {@link #Searchable_autoUrlDetect android:autoUrlDetect} If provided and true, URLs entered in the search dialog while searching
within this activity would be detected and treated as URLs (show a 'go' button in the
keyboard and invoke the browser directly when user launches the URL instead of passing
the URL to the activity).{@link #Searchable_hint android:hint} If supplied, this string will be displayed as a hint to the user. {@link #Searchable_icon android:icon}This is deprecated. {@link #Searchable_imeOptions android:imeOptions} Additional features you can enable in an IME associated with an editor
to improve the integration with your application. {@link #Searchable_includeInGlobalSearch android:includeInGlobalSearch} If provided and true, this searchable activity will be
included in any global lists of search targets.{@link #Searchable_inputType android:inputType} The type of data being placed in a text field, used to help an
input method decide how to let the user enter text. {@link #Searchable_label android:label} This is the user-displayed name of the searchable activity. {@link #Searchable_queryAfterZeroResults android:queryAfterZeroResults} If provided and true, this searchable activity will be invoked for all
queries in a particular session.{@link #Searchable_searchButtonText android:searchButtonText} If supplied, this string will be displayed as the text of the "Search" button. {@link #Searchable_searchMode android:searchMode} Additional features are controlled by mode bits in this field. {@link #Searchable_searchSettingsDescription android:searchSettingsDescription} If provided, this string will be used to describe the searchable item in the
searchable items settings within system search settings. {@link #Searchable_searchSuggestAuthority android:searchSuggestAuthority} If provided, this is the trigger indicating that the searchable activity
provides suggestions as well. {@link #Searchable_searchSuggestIntentAction 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 {@link android.content.Intent Intent}
when the user clicks a suggestion. {@link #Searchable_searchSuggestIntentData 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 {@link android.content.Intent Intent}
when the user clicks a suggestion. {@link #Searchable_searchSuggestPath 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. {@link #Searchable_searchSuggestSelection android:searchSuggestSelection} If provided, suggestion queries will be passed into your query function
as the selection parameter. {@link #Searchable_searchSuggestThreshold android:searchSuggestThreshold} If provided, this is the minimum number of characters needed to trigger
search suggestions. {@link #Searchable_voiceLanguage android:voiceLanguage} If provided, this specifies the spoken language to be expected, and that it will be
different than the one set in the {@link java.util.Locale#getDefault()}. {@link #Searchable_voiceLanguageModel android:voiceLanguageModel} If provided, this specifies the language model that should be used by the
voice recognition system. {@link #Searchable_voiceMaxResults android:voiceMaxResults} If provided, enforces the maximum number of results to return, including the "best"
result which will always be provided as the SEARCH intent's primary query. {@link #Searchable_voicePromptText android:voicePromptText} If provided, this specifies a prompt that will be displayed during voice input. {@link #Searchable_voiceSearchMode android:voiceSearchMode} Voice search features are controlled by mode bits in this field. true, URLs entered in the search dialog while searching
within this activity would be detected and treated as URLs (show a 'go' button in the
keyboard and invoke the browser directly when user launches the URL instead of passing
the URL to the activity). If set to false any URLs entered are treated as
normal query text.
The default value is false. Optional attribute..
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
The default
application icon is now always used, so this attribute is
obsolete.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description normal0x00000000 There are no special semantics associated with this editor. actionUnspecified0x00000000 There is no specific action associated with this editor, let the
editor come up with its own if it can.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_NULL}. actionNone0x00000001 This editor has no action associated with it.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NONE}. actionGo0x00000002 The action key performs a "go"
operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_GO}. actionSearch0x00000003 The action key performs a "search"
operation, taking the user to the results of searching for the text
the have typed (in whatever context is appropriate).
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEARCH}. actionSend0x00000004 The action key performs a "send"
operation, delivering the text to its target. This is typically used
when composing a message.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEND}. actionNext0x00000005 The action key performs a "next"
operation, taking the user to the next field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NEXT}. actionDone0x00000006 The action key performs a "done"
operation, closing the soft input method.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_DONE}. actionPrevious0x00000007 The action key performs a "previous"
operation, taking the user to the previous field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_PREVIOUS}. flagNoFullscreen0x2000000 Used to request that the IME never go
into fullscreen mode. Applications need to be aware that the flag is not
a guarantee, and not all IMEs will respect it.
flagNavigatePrevious0x4000000 Like flagNavigateNext, but
specifies there is something interesting that a backward navigation
can focus on. If the user selects the IME's facility to backward
navigate, this will show up in the application as an actionPrevious
at {@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNavigateNext0x8000000 Used to specify that there is something
interesting that a forward navigation can focus on. This is like using
actionNext, except allows the IME to be multiline (with
an enter key) as well as provide forward navigation. Note that some
IMEs may not be able to do this, especially when running on a small
screen where there is little space. In that case it does not need to
present a UI for this option. Like actionNext, if the
user selects the IME's facility to forward navigate, this will show up
in the application at
{@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNoExtractUi0x10000000 Used to specify that the IME does not need
to show its extracted text UI. For input methods that may be fullscreen,
often when in landscape mode, this allows them to be smaller and let part
of the application be shown behind. Though there will likely be limited
access to the application available from the user, it can make the
experience of a (mostly) fullscreen IME less jarring. Note that when
this flag is specified the IME may not be set up to be able
to display text, so it should only be used in situations where this is
not needed.
flagNoAccessoryAction0x20000000 Used in conjunction with a custom action, this indicates that the
action should not be available as an accessory button when the
input method is full-screen.
Note that by setting this flag, there can be cases where the action
is simply never available to the user. Setting this generally means
that you think showing text being edited is more important than the
action you have supplied.
flagNoEnterAction0x40000000 Used in conjunction with a custom action,
this indicates that the action should not be available in-line as
a replacement for the "enter" key. Typically this is
because the action has such a significant impact or is not recoverable
enough that accidentally hitting it should be avoided, such as sending
a message. Note that {@link android.widget.TextView} will
automatically set this flag for you on multi-line text views.
flagForceAscii0x80000000 Used to request that the IME should be capable of inputting ASCII
characters. The intention of this flag is to ensure that the user
can type Roman alphabet characters in a {@link android.widget.TextView}
used for, typically, account ID or password input. It is expected that IMEs
normally are able to input ASCII even without being told so (such IMEs
already respect this flag in a sense), but there could be some cases they
aren't when, for instance, only non-ASCII input languagaes like Arabic,
Greek, Hebrew, Russian are enabled in the IME. Applications need to be
aware that the flag is not a guarantee, and not all IMEs will respect it.
However, it is strongly recommended for IME authors to respect this flag
especially when their IME could end up with a state that has only non-ASCII
input languages enabled.
true, this searchable activity will be
included in any global lists of search targets.
The default value is false. Optional attribute..
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description none0x00000000 There is no content type. The text is not editable. text0x00000001 Just plain old text. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_NORMAL}. textCapCharacters0x00001001 Can be combined with text and its variations to
request capitalization of all characters. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}. textCapWords0x00002001 Can be combined with text and its variations to
request capitalization of the first character of every word. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_WORDS}. textCapSentences0x00004001 Can be combined with text and its variations to
request capitalization of the first character of every sentence. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_SENTENCES}. textAutoCorrect0x00008001 Can be combined with text and its variations to
request auto-correction of text being input. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_CORRECT}. textAutoComplete0x00010001 Can be combined with text and its variations to
specify that this field will be doing its own auto-completion and
talking with the input method appropriately. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_COMPLETE}. textMultiLine0x00020001 Can be combined with text and its variations to
allow multiple lines of text in the field. If this flag is not set,
the text field will be constrained to a single line. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_MULTI_LINE}. textImeMultiLine0x00040001 Can be combined with text and its variations to
indicate that though the regular text view should not be multiple
lines, the IME should provide multiple lines if it can. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_IME_MULTI_LINE}. textNoSuggestions0x00080001 Can be combined with text and its variations to
indicate that the IME should not show any
dictionary-based word suggestions. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS}. textUri0x00000011 Text that will be used as a URI. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_URI}. textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_ADDRESS}. textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_SUBJECT}. textShortMessage0x00000041 Text that is the content of a short message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_SHORT_MESSAGE}. textLongMessage0x00000051 Text that is the content of a long message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_LONG_MESSAGE}. textPersonName0x00000061 Text that is the name of a person. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PERSON_NAME}. textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_POSTAL_ADDRESS}. textPassword0x00000081 Text that is a password. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PASSWORD}. textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD}. textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EDIT_TEXT}. textFilter0x000000b1 Text that is filtering some other data. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_FILTER}. textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name
field in a contact entry. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PHONETIC}. textWebEmailAddress0x000000d1 Text that will be used as an e-mail address on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS}. textWebPassword0x000000e1 Text that will be used as a password on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_PASSWORD}. number0x00000002 A numeric only field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_NORMAL}. numberSigned0x00001002 Can be combined with number and its other options to
allow a signed number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_SIGNED}. numberDecimal0x00002002 Can be combined with number and its other options to
allow a decimal (fractional) number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_DECIMAL}. numberPassword0x00000012 A numeric password field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_PASSWORD}. phone0x00000003 For entering a phone number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_PHONE}. datetime0x00000004 For entering a date and time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_NORMAL}. date0x00000014 For entering a date. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_DATE}. time0x00000024 For entering a time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_TIME}. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true, this searchable activity will be invoked for all
queries in a particular session. If set to false and the activity
returned zero results for a query, it will not be invoked again in that session for
supersets of that zero-results query. For example, if the activity returned zero
results for "bo", it would not be queried again for "bob".
The default value is false. Optional attribute..
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description showSearchLabelAsBadge0x04 If set, this flag enables the display of the search target (label) within the
search bar. If neither bad mode is selected, no badge will be shown. showSearchIconAsBadge0x08 This is deprecated.
The default
application icon is now always used, so this option is
obsolete.queryRewriteFromData0x10 If set, this flag causes the suggestion column SUGGEST_COLUMN_INTENT_DATA to
be considered as the text for suggestion query rewriting. This should only
be used when the values in SUGGEST_COLUMN_INTENT_DATA are suitable for user
inspection and editing - typically, HTTP/HTTPS Uri's. queryRewriteFromText0x20 If set, this flag causes the suggestion column SUGGEST_COLUMN_TEXT_1 to
be considered as the text for suggestion query rewriting. This should be used
for suggestions in which no query text is provided and the SUGGEST_COLUMN_INTENT_DATA
values are not suitable for user inspection and editing. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description showVoiceSearchButton0x01 If set, display a voice search button. This only takes effect if voice search is
available on the device. launchWebSearch0x02 If set, the voice search button will take the user directly to a built-in
voice web search activity. Most applications will not use this flag, as it
will take the user away from the activity in which search was invoked. launchRecognizer0x04 If set, the voice search button will take the user directly to a built-in
voice recording activity. This activity will prompt the user to speak,
transcribe the spoken text, and forward the resulting query
text to the searchable activity, just as if the user had typed it into
the search UI and clicked the search button.
@see #SearchableActionKey_keycode
@see #SearchableActionKey_queryActionMsg
@see #SearchableActionKey_suggestActionMsg
@see #SearchableActionKey_suggestActionMsgColumn
*/
public static final int[] SearchableActionKey = {
0x010100c5, 0x010101db, 0x010101dc, 0x010101dd
};
/**
Attribute Description {@link #SearchableActionKey_keycode android:keycode} This attribute denotes the action key you wish to respond to. {@link #SearchableActionKey_queryActionMsg android:queryActionMsg} If you wish to handle an action key during normal search query entry, you
must define an action string here. {@link #SearchableActionKey_suggestActionMsg 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. {@link #SearchableActionKey_suggestActionMsgColumn 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.
Constant Value Description KEYCODE_UNKNOWN0 KEYCODE_SOFT_LEFT1 KEYCODE_SOFT_RIGHT2 KEYCODE_HOME3 KEYCODE_BACK4 KEYCODE_CALL5 KEYCODE_ENDCALL6 KEYCODE_07 KEYCODE_18 KEYCODE_29 KEYCODE_310 KEYCODE_411 KEYCODE_512 KEYCODE_613 KEYCODE_714 KEYCODE_815 KEYCODE_916 KEYCODE_STAR17 KEYCODE_POUND18 KEYCODE_DPAD_UP19 KEYCODE_DPAD_DOWN20 KEYCODE_DPAD_LEFT21 KEYCODE_DPAD_RIGHT22 KEYCODE_DPAD_CENTER23 KEYCODE_VOLUME_UP24 KEYCODE_VOLUME_DOWN25 KEYCODE_POWER26 KEYCODE_CAMERA27 KEYCODE_CLEAR28 KEYCODE_A29 KEYCODE_B30 KEYCODE_C31 KEYCODE_D32 KEYCODE_E33 KEYCODE_F34 KEYCODE_G35 KEYCODE_H36 KEYCODE_I37 KEYCODE_J38 KEYCODE_K39 KEYCODE_L40 KEYCODE_M41 KEYCODE_N42 KEYCODE_O43 KEYCODE_P44 KEYCODE_Q45 KEYCODE_R46 KEYCODE_S47 KEYCODE_T48 KEYCODE_U49 KEYCODE_V50 KEYCODE_W51 KEYCODE_X52 KEYCODE_Y53 KEYCODE_Z54 KEYCODE_COMMA55 KEYCODE_PERIOD56 KEYCODE_ALT_LEFT57 KEYCODE_ALT_RIGHT58 KEYCODE_SHIFT_LEFT59 KEYCODE_SHIFT_RIGHT60 KEYCODE_TAB61 KEYCODE_SPACE62 KEYCODE_SYM63 KEYCODE_EXPLORER64 KEYCODE_ENVELOPE65 KEYCODE_ENTER66 KEYCODE_DEL67 KEYCODE_GRAVE68 KEYCODE_MINUS69 KEYCODE_EQUALS70 KEYCODE_LEFT_BRACKET71 KEYCODE_RIGHT_BRACKET72 KEYCODE_BACKSLASH73 KEYCODE_SEMICOLON74 KEYCODE_APOSTROPHE75 KEYCODE_SLASH76 KEYCODE_AT77 KEYCODE_NUM78 KEYCODE_HEADSETHOOK79 KEYCODE_FOCUS80 KEYCODE_PLUS81 KEYCODE_MENU82 KEYCODE_NOTIFICATION83 KEYCODE_SEARCH84 KEYCODE_MEDIA_PLAY_PAUSE85 KEYCODE_MEDIA_STOP86 KEYCODE_MEDIA_NEXT87 KEYCODE_MEDIA_PREVIOUS88 KEYCODE_MEDIA_REWIND89 KEYCODE_MEDIA_FAST_FORWARD90 KEYCODE_MUTE91 KEYCODE_PAGE_UP92 KEYCODE_PAGE_DOWN93 KEYCODE_PICTSYMBOLS94 KEYCODE_SWITCH_CHARSET95 KEYCODE_BUTTON_A96 KEYCODE_BUTTON_B97 KEYCODE_BUTTON_C98 KEYCODE_BUTTON_X99 KEYCODE_BUTTON_Y100 KEYCODE_BUTTON_Z101 KEYCODE_BUTTON_L1102 KEYCODE_BUTTON_R1103 KEYCODE_BUTTON_L2104 KEYCODE_BUTTON_R2105 KEYCODE_BUTTON_THUMBL106 KEYCODE_BUTTON_THUMBR107 KEYCODE_BUTTON_START108 KEYCODE_BUTTON_SELECT109 KEYCODE_BUTTON_MODE110 KEYCODE_ESCAPE111 KEYCODE_FORWARD_DEL112 KEYCODE_CTRL_LEFT113 KEYCODE_CTRL_RIGHT114 KEYCODE_CAPS_LOCK115 KEYCODE_SCROLL_LOCK116 KEYCODE_META_LEFT117 KEYCODE_META_RIGHT118 KEYCODE_FUNCTION119 KEYCODE_SYSRQ120 KEYCODE_BREAK121 KEYCODE_MOVE_HOME122 KEYCODE_MOVE_END123 KEYCODE_INSERT124 KEYCODE_FORWARD125 KEYCODE_MEDIA_PLAY126 KEYCODE_MEDIA_PAUSE127 KEYCODE_MEDIA_CLOSE128 KEYCODE_MEDIA_EJECT129 KEYCODE_MEDIA_RECORD130 KEYCODE_F1131 KEYCODE_F2132 KEYCODE_F3133 KEYCODE_F4134 KEYCODE_F5135 KEYCODE_F6136 KEYCODE_F7137 KEYCODE_F8138 KEYCODE_F9139 KEYCODE_F10140 KEYCODE_F11141 KEYCODE_F12142 KEYCODE_NUM_LOCK143 KEYCODE_NUMPAD_0144 KEYCODE_NUMPAD_1145 KEYCODE_NUMPAD_2146 KEYCODE_NUMPAD_3147 KEYCODE_NUMPAD_4148 KEYCODE_NUMPAD_5149 KEYCODE_NUMPAD_6150 KEYCODE_NUMPAD_7151 KEYCODE_NUMPAD_8152 KEYCODE_NUMPAD_9153 KEYCODE_NUMPAD_DIVIDE154 KEYCODE_NUMPAD_MULTIPLY155 KEYCODE_NUMPAD_SUBTRACT156 KEYCODE_NUMPAD_ADD157 KEYCODE_NUMPAD_DOT158 KEYCODE_NUMPAD_COMMA159 KEYCODE_NUMPAD_ENTER160 KEYCODE_NUMPAD_EQUALS161 KEYCODE_NUMPAD_LEFT_PAREN162 KEYCODE_NUMPAD_RIGHT_PAREN163 KEYCODE_VOLUME_MUTE164 KEYCODE_INFO165 KEYCODE_CHANNEL_UP166 KEYCODE_CHANNEL_DOWN167 KEYCODE_ZOOM_IN168 KEYCODE_ZOOM_OUT169 KEYCODE_TV170 KEYCODE_WINDOW171 KEYCODE_GUIDE172 KEYCODE_DVR173 KEYCODE_BOOKMARK174 KEYCODE_CAPTIONS175 KEYCODE_SETTINGS176 KEYCODE_TV_POWER177 KEYCODE_TV_INPUT178 KEYCODE_STB_POWER179 KEYCODE_STB_INPUT180 KEYCODE_AVR_POWER181 KEYCODE_AVR_INPUT182 KEYCODE_PROG_GRED183 KEYCODE_PROG_GREEN184 KEYCODE_PROG_YELLOW185 KEYCODE_PROG_BLUE186 KEYCODE_APP_SWITCH187 KEYCODE_BUTTON_1188 KEYCODE_BUTTON_2189 KEYCODE_BUTTON_3190 KEYCODE_BUTTON_4191 KEYCODE_BUTTON_5192 KEYCODE_BUTTON_6193 KEYCODE_BUTTON_7194 KEYCODE_BUTTON_8195 KEYCODE_BUTTON_9196 KEYCODE_BUTTON_10197 KEYCODE_BUTTON_11198 KEYCODE_BUTTON_12199 KEYCODE_BUTTON_13200 KEYCODE_BUTTON_14201 KEYCODE_BUTTON_15202 KEYCODE_BUTTON_16203 KEYCODE_LANGUAGE_SWITCH204 KEYCODE_MANNER_MODE205 KEYCODE_3D_MODE206 KEYCODE_CONTACTS207 KEYCODE_CALENDAR208 KEYCODE_MUSIC209 KEYCODE_CALCULATOR210 KEYCODE_ZENKAKU_HANKAKU211 KEYCODE_EISU212 KEYCODE_MUHENKAN213 KEYCODE_HENKAN214 KEYCODE_KATAKANA_HIRAGANA215 KEYCODE_YEN216 KEYCODE_RO217 KEYCODE_KANA218 KEYCODE_ASSIST219 KEYCODE_BRIGHTNESS_DOWN220 KEYCODE_BRIGHTNESS_UP221 KEYCODE_MEDIA_AUDIO_TRACK222 @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #SeekBar_thumb
@see #SeekBar_thumbOffset
*/
public static final int[] SeekBar = {
0x01010142, 0x01010143
};
/**
Attribute Description {@link #SeekBar_thumb android:thumb} Draws the thumb on a seekbar. {@link #SeekBar_thumbOffset android:thumbOffset} An offset for the thumb that allows it to extend out of the range of the track. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #SelectionModeDrawables_actionModeCopyDrawable
@see #SelectionModeDrawables_actionModeCutDrawable
@see #SelectionModeDrawables_actionModePasteDrawable
@see #SelectionModeDrawables_actionModeSelectAllDrawable
*/
public static final int[] SelectionModeDrawables = {
0x01010311, 0x01010312, 0x01010313, 0x0101037e
};
/**
Attribute Description {@link #SelectionModeDrawables_actionModeCopyDrawable android:actionModeCopyDrawable} Drawable to use for the Copy action button in Contextual Action Bar {@link #SelectionModeDrawables_actionModeCutDrawable android:actionModeCutDrawable} Drawable to use for the Cut action button in Contextual Action Bar {@link #SelectionModeDrawables_actionModePasteDrawable android:actionModePasteDrawable} Drawable to use for the Paste action button in Contextual Action Bar {@link #SelectionModeDrawables_actionModeSelectAllDrawable android:actionModeSelectAllDrawable} Drawable to use for the Select all action button in Contextual Action Bar @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
injected-location-setting as the root tag of the XML resource that
describes an injected "Location services" setting. Note that the status value (subtitle)
for the setting is specified dynamically by a subclass of SettingInjectorService.
@see #SettingInjectorService_icon
@see #SettingInjectorService_settingsActivity
@see #SettingInjectorService_title
*/
public static final int[] SettingInjectorService = {
0x01010002, 0x010101e1, 0x01010225
};
/**
Attribute Description {@link #SettingInjectorService_icon android:icon} The icon for the preference, should refer to all apps covered by the setting. {@link #SettingInjectorService_settingsActivity android:settingsActivity} The activity to launch when the setting is clicked on. {@link #SettingInjectorService_title android:title} The title for the preference. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ShapeDrawable_color
@see #ShapeDrawable_dither
@see #ShapeDrawable_height
@see #ShapeDrawable_width
*/
public static final int[] ShapeDrawable = {
0x0101011c, 0x01010155, 0x01010159, 0x010101a5
};
/**
Attribute Description {@link #ShapeDrawable_color android:color} Defines the color of the shape. {@link #ShapeDrawable_dither android:dither} Enables or disables dithering. {@link #ShapeDrawable_height android:height} Defines the height of the shape. {@link #ShapeDrawable_width android:width} Defines the width of the shape. #rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ShapeDrawablePadding_bottom
@see #ShapeDrawablePadding_left
@see #ShapeDrawablePadding_right
@see #ShapeDrawablePadding_top
*/
public static final int[] ShapeDrawablePadding = {
0x010101ad, 0x010101ae, 0x010101af, 0x010101b0
};
/**
Attribute Description {@link #ShapeDrawablePadding_bottom android:bottom} Bottom padding. {@link #ShapeDrawablePadding_left android:left} Left padding. {@link #ShapeDrawablePadding_right android:right} Right padding. {@link #ShapeDrawablePadding_top android:top} Top padding. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int[] SizeAdaptiveLayout_Layout = {
0x0101045f, 0x01010460
};
/** Attributes that can be used with a SlidingChallengeLayout_Layout.
Attribute Description
*/
public static final int[] SlidingChallengeLayout_Layout = {
0x0101045f, 0x01010479
};
/** SlidingDrawer specific attributes. These attributes are used to configure
a SlidingDrawer from XML.
Attribute Description
@see #SlidingDrawer_allowSingleTap
@see #SlidingDrawer_animateOnClick
@see #SlidingDrawer_bottomOffset
@see #SlidingDrawer_content
@see #SlidingDrawer_handle
@see #SlidingDrawer_orientation
@see #SlidingDrawer_topOffset
*/
public static final int[] SlidingDrawer = {
0x010100c4, 0x01010257, 0x01010258, 0x01010259,
0x0101025a, 0x0101025b, 0x0101025c
};
/**
Attribute Description {@link #SlidingDrawer_allowSingleTap android:allowSingleTap} Indicates whether the drawer can be opened/closed by a single tap
on the handle. {@link #SlidingDrawer_animateOnClick android:animateOnClick} Indicates whether the drawer should be opened/closed with an animation
when the user clicks the handle. {@link #SlidingDrawer_bottomOffset android:bottomOffset} Extra offset for the handle at the bottom of the SlidingDrawer. {@link #SlidingDrawer_content android:content} Identifier for the child that represents the drawer's content. {@link #SlidingDrawer_handle android:handle} Identifier for the child that represents the drawer's handle. {@link #SlidingDrawer_orientation android:orientation} Orientation of the SlidingDrawer. {@link #SlidingDrawer_topOffset android:topOffset} Extra offset for the handle at the top of the SlidingDrawer. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #SlidingTab_orientation
*/
public static final int[] SlidingTab = {
0x010100c4
};
/**
Attribute Description {@link #SlidingTab_orientation android:orientation} Use "horizontal" for a row, "vertical" for a column.
Constant Value Description horizontal0 Defines an horizontal widget. vertical1 Defines a vertical widget. spell-checker as the root tag of the XML resource that
describes an
{@link android.service.textservice.SpellCheckerService} service, which is
referenced from its
{@link android.view.textservice.SpellCheckerSession#SERVICE_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
@see #SpellChecker_label
@see #SpellChecker_settingsActivity
*/
public static final int[] SpellChecker = {
0x01010001, 0x01010225
};
/**
Attribute Description {@link #SpellChecker_label android:label} The name of the spell checker. {@link #SpellChecker_settingsActivity android:settingsActivity} Component name of an activity that allows the user to modify
the settings for this service. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #SpellChecker_Subtype_label
@see #SpellChecker_Subtype_subtypeExtraValue
@see #SpellChecker_Subtype_subtypeLocale
*/
public static final int[] SpellChecker_Subtype = {
0x01010001, 0x01010399, 0x0101039a
};
/**
Attribute Description {@link #SpellChecker_Subtype_label android:label} The name of the subtype. {@link #SpellChecker_Subtype_subtypeExtraValue android:subtypeExtraValue} The extra value of the subtype. {@link #SpellChecker_Subtype_subtypeLocale android:subtypeLocale} The locale of the subtype. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Spinner_dropDownHorizontalOffset
@see #Spinner_dropDownSelector
@see #Spinner_dropDownVerticalOffset
@see #Spinner_dropDownWidth
@see #Spinner_gravity
@see #Spinner_popupBackground
@see #Spinner_prompt
@see #Spinner_spinnerMode
*/
public static final int[] Spinner = {
0x010100af, 0x01010175, 0x01010176, 0x0101017b,
0x01010262, 0x010102ac, 0x010102ad, 0x010102f1,
0x0101043a, 0x0101043b
};
/**
Attribute Description {@link #Spinner_dropDownHorizontalOffset android:dropDownHorizontalOffset} Horizontal offset from the spinner widget for positioning the dropdown
in spinnerMode="dropdown". {@link #Spinner_dropDownSelector android:dropDownSelector} List selector to use for spinnerMode="dropdown" display. {@link #Spinner_dropDownVerticalOffset android:dropDownVerticalOffset} Vertical offset from the spinner widget for positioning the dropdown in
spinnerMode="dropdown". {@link #Spinner_dropDownWidth android:dropDownWidth} Width of the dropdown in spinnerMode="dropdown". {@link #Spinner_gravity android:gravity} Gravity setting for positioning the currently selected item. {@link #Spinner_popupBackground android:popupBackground} Background drawable to use for the dropdown in spinnerMode="dropdown". {@link #Spinner_prompt android:prompt} The prompt to display when the spinner's dialog is shown. {@link #Spinner_spinnerMode android:spinnerMode} Display mode for spinner options. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The dropdown should fill the width of the screen.
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The dropdown should fit the width of the screen.
Introduced in API Level 8. wrap_content-2 The dropdown should fit the width of its anchor.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description dialog0 Spinner options will be presented to the user as a dialog window. dropdown1 Spinner options will be presented to the user as an inline dropdown
anchored to the spinner widget itself.
*/
public static final int[] StackView = {
0x01010437, 0x01010438
};
/** Drawable used to render several states. Each state is represented by
a child drawable.
Attribute Description
@see #StateListDrawable_autoMirrored
@see #StateListDrawable_constantSize
@see #StateListDrawable_dither
@see #StateListDrawable_enterFadeDuration
@see #StateListDrawable_exitFadeDuration
@see #StateListDrawable_variablePadding
@see #StateListDrawable_visible
*/
public static final int[] StateListDrawable = {
0x0101011c, 0x01010194, 0x01010195, 0x01010196,
0x0101030c, 0x0101030d, 0x010103ea
};
/**
Attribute Description {@link #StateListDrawable_autoMirrored android:autoMirrored} Indicates if the drawable needs to be mirrored when its layout direction is
RTL (right-to-left). {@link #StateListDrawable_constantSize 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. {@link #StateListDrawable_dither 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). {@link #StateListDrawable_enterFadeDuration android:enterFadeDuration} Amount of time (in milliseconds) to fade in a new state drawable. {@link #StateListDrawable_exitFadeDuration android:exitFadeDuration} Amount of time (in milliseconds) to fade out an old state drawable. {@link #StateListDrawable_variablePadding android:variablePadding} If true, allows the drawable's padding to change based on the
current state that is selected. {@link #StateListDrawable_visible android:visible} Indicates whether the drawable should be initially visible. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int[] Storage = {
0x01010469, 0x0101046a, 0x0101046b, 0x0101046c,
0x0101046d, 0x0101046e, 0x0101046f, 0x01010470
};
/** Attributes that can be used with a SuggestionSpan.
Attribute Description
*/
public static final int[] SuggestionSpan = {
0x010103f4, 0x010103f5
};
/** Attributes that can be used with a Switch.
Attribute Description
@see #Switch_switchMinWidth
@see #Switch_switchPadding
@see #Switch_switchTextAppearance
@see #Switch_textOff
@see #Switch_textOn
@see #Switch_thumb
@see #Switch_thumbTextPadding
@see #Switch_track
*/
public static final int[] Switch = {
0x01010124, 0x01010125, 0x01010142, 0x0101036e,
0x0101036f, 0x01010370, 0x01010371, 0x01010372
};
/**
Attribute Description {@link #Switch_switchMinWidth android:switchMinWidth} Minimum width for the switch component {@link #Switch_switchPadding android:switchPadding} Minimum space between the switch and caption text {@link #Switch_switchTextAppearance android:switchTextAppearance} TextAppearance style for text displayed on the switch thumb. {@link #Switch_textOff android:textOff} Text to use when the switch is in the unchecked/"off" state. {@link #Switch_textOn android:textOn} Text to use when the switch is in the checked/"on" state. {@link #Switch_thumb android:thumb} Drawable to use as the "thumb" that switches back and forth. {@link #Switch_thumbTextPadding android:thumbTextPadding} Amount of padding on either side of text within the switch thumb. {@link #Switch_track android:track} Drawable to use as the "track" that the switch thumb slides within. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #SwitchPreference_disableDependentsState
@see #SwitchPreference_summaryOff
@see #SwitchPreference_summaryOn
@see #SwitchPreference_switchTextOff
@see #SwitchPreference_switchTextOn
*/
public static final int[] SwitchPreference = {
0x010101ef, 0x010101f0, 0x010101f1, 0x0101036b,
0x0101036c
};
/**
Attribute Description {@link #SwitchPreference_disableDependentsState android:disableDependentsState} The state (true for on, or false for off) that causes dependents to be disabled. {@link #SwitchPreference_summaryOff android:summaryOff} The summary for the Preference in a PreferenceActivity screen when the
SwitchPreference is unchecked. {@link #SwitchPreference_summaryOn android:summaryOn} The summary for the Preference in a PreferenceActivity screen when the
SwitchPreference is checked. {@link #SwitchPreference_switchTextOff android:switchTextOff} The text used on the switch itself when in the "off" state. {@link #SwitchPreference_switchTextOn android:switchTextOn} The text used on the switch itself when in the "on" state. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
account-authenticator as the root tag of the XML resource that
describes an account authenticator.
@see #SyncAdapter_accountType
@see #SyncAdapter_allowParallelSyncs
@see #SyncAdapter_contentAuthority
@see #SyncAdapter_isAlwaysSyncable
@see #SyncAdapter_settingsActivity
@see #SyncAdapter_supportsUploading
@see #SyncAdapter_userVisible
*/
public static final int[] SyncAdapter = {
0x01010225, 0x0101028f, 0x01010290, 0x01010291,
0x0101029b, 0x01010332, 0x01010333
};
/**
Attribute Description {@link #SyncAdapter_accountType android:accountType} The account type this authenticator handles. {@link #SyncAdapter_allowParallelSyncs android:allowParallelSyncs} Set to true to tell the SyncManager that this SyncAdapter supports
multiple simultaneous syncs for the same account type and authority. {@link #SyncAdapter_contentAuthority android:contentAuthority} the authority of a content provider. {@link #SyncAdapter_isAlwaysSyncable android:isAlwaysSyncable} Set to true to tell the SyncManager to automatically call setIsSyncable(. {@link #SyncAdapter_settingsActivity android:settingsActivity} If provided, specifies the action of the settings
activity for this SyncAdapter. {@link #SyncAdapter_supportsUploading android:supportsUploading}{@link #SyncAdapter_userVisible android:userVisible}@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:supportsUploading
*/
public static final int SyncAdapter_supportsUploading = 4;
/**
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:userVisible
*/
public static final int SyncAdapter_userVisible = 3;
/** Attributes that can be used with a TabWidget.
@see #TabWidget_divider
@see #TabWidget_tabStripEnabled
@see #TabWidget_tabStripLeft
@see #TabWidget_tabStripRight
*/
public static final int[] TabWidget = {
0x01010129, 0x010102bb, 0x010102bc, 0x010102bd,
0x01010439
};
/**
Attribute Description {@link #TabWidget_divider android:divider} Drawable used to draw the divider between tabs. {@link #TabWidget_tabStripEnabled android:tabStripEnabled} Determines whether the strip under the tab indicators is drawn or not. {@link #TabWidget_tabStripLeft android:tabStripLeft} Drawable used to draw the left part of the strip underneath the tabs. {@link #TabWidget_tabStripRight android:tabStripRight} Drawable used to draw the right part of the strip underneath the tabs. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #TableLayout_collapseColumns
@see #TableLayout_shrinkColumns
@see #TableLayout_stretchColumns
*/
public static final int[] TableLayout = {
0x01010149, 0x0101014a, 0x0101014b
};
/**
Attribute Description {@link #TableLayout_collapseColumns android:collapseColumns} The zero-based index of the columns to collapse. {@link #TableLayout_shrinkColumns android:shrinkColumns} The zero-based index of the columns to shrink. {@link #TableLayout_stretchColumns android:stretchColumns} The zero-based index of the columns to stretch. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #TableRow_Cell_layout_column
@see #TableRow_Cell_layout_span
*/
public static final int[] TableRow_Cell = {
0x0101014c, 0x0101014d
};
/**
Attribute Description {@link #TableRow_Cell_layout_column android:layout_column} The index of the column in which this child should be. {@link #TableRow_Cell_layout_span android:layout_span} Defines how many columns this child should span. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #TextAppearance_fontFamily
@see #TextAppearance_shadowColor
@see #TextAppearance_shadowDx
@see #TextAppearance_shadowDy
@see #TextAppearance_shadowRadius
@see #TextAppearance_textAllCaps
@see #TextAppearance_textColor
@see #TextAppearance_textColorHighlight
@see #TextAppearance_textColorHint
@see #TextAppearance_textColorLink
@see #TextAppearance_textSize
@see #TextAppearance_textStyle
@see #TextAppearance_typeface
*/
public static final int[] TextAppearance = {
0x01010095, 0x01010096, 0x01010097, 0x01010098,
0x01010099, 0x0101009a, 0x0101009b, 0x01010161,
0x01010162, 0x01010163, 0x01010164, 0x0101038c,
0x010103ac
};
/**
Attribute Description {@link #TextAppearance_fontFamily android:fontFamily} Font family (named by string) for the text. {@link #TextAppearance_shadowColor android:shadowColor} Place a shadow of the specified color behind the text. {@link #TextAppearance_shadowDx android:shadowDx} Horizontal offset of the shadow. {@link #TextAppearance_shadowDy android:shadowDy} Vertical offset of the shadow. {@link #TextAppearance_shadowRadius android:shadowRadius} Radius of the shadow. {@link #TextAppearance_textAllCaps android:textAllCaps} Present the text in ALL CAPS. {@link #TextAppearance_textColor android:textColor} Text color. {@link #TextAppearance_textColorHighlight android:textColorHighlight} Color of the text selection highlight. {@link #TextAppearance_textColorHint android:textColorHint} Color of the hint text. {@link #TextAppearance_textColorLink android:textColorLink} Color of the links. {@link #TextAppearance_textSize android:textSize} Size of the text. {@link #TextAppearance_textStyle android:textStyle} Style (bold, italic, bolditalic) for the text. {@link #TextAppearance_typeface android:typeface} Typeface (normal, sans, serif, monospace) for the text. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description normal0 bold1 italic2
Constant Value Description normal0 sans1 serif2 monospace3
@see #TextClock_format12Hour
@see #TextClock_format24Hour
@see #TextClock_timeZone
*/
public static final int[] TextClock = {
0x010103ca, 0x010103cb, 0x010103cc
};
/**
Attribute Description {@link #TextClock_format12Hour android:format12Hour} Specifies the formatting pattern used to show the time and/or date
in 12-hour mode. {@link #TextClock_format24Hour android:format24Hour} Specifies the formatting pattern used to show the time and/or date
in 24-hour mode. {@link #TextClock_timeZone android:timeZone} Specifies the time zone to use. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
tts-engine as the root tag of the XML resource that
describes a text to speech engine implemented as a subclass of
{@link android.speech.tts.TextToSpeechService}.
The XML resource must be referenced from its
{@link android.speech.tts.TextToSpeech.Engine#SERVICE_META_DATA} meta-data
entry.
@see #TextToSpeechEngine_settingsActivity
*/
public static final int[] TextToSpeechEngine = {
0x01010225
};
/**
Attribute Description {@link #TextToSpeechEngine_settingsActivity android:settingsActivity} Component name of an activity that allows the user to modify
the settings for this service. @[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #TextView_autoLink
@see #TextView_autoText
@see #TextView_bufferType
@see #TextView_capitalize
@see #TextView_cursorVisible
@see #TextView_digits
@see #TextView_drawableBottom
@see #TextView_drawableEnd
@see #TextView_drawableLeft
@see #TextView_drawablePadding
@see #TextView_drawableRight
@see #TextView_drawableStart
@see #TextView_drawableTop
@see #TextView_editable
@see #TextView_editorExtras
@see #TextView_ellipsize
@see #TextView_ems
@see #TextView_enabled
@see #TextView_fontFamily
@see #TextView_freezesText
@see #TextView_gravity
@see #TextView_height
@see #TextView_hint
@see #TextView_imeActionId
@see #TextView_imeActionLabel
@see #TextView_imeOptions
@see #TextView_includeFontPadding
@see #TextView_inputMethod
@see #TextView_inputType
@see #TextView_lineSpacingExtra
@see #TextView_lineSpacingMultiplier
@see #TextView_lines
@see #TextView_linksClickable
@see #TextView_marqueeRepeatLimit
@see #TextView_maxEms
@see #TextView_maxHeight
@see #TextView_maxLength
@see #TextView_maxLines
@see #TextView_maxWidth
@see #TextView_minEms
@see #TextView_minHeight
@see #TextView_minLines
@see #TextView_minWidth
@see #TextView_numeric
@see #TextView_password
@see #TextView_phoneNumber
@see #TextView_privateImeOptions
@see #TextView_scrollHorizontally
@see #TextView_selectAllOnFocus
@see #TextView_shadowColor
@see #TextView_shadowDx
@see #TextView_shadowDy
@see #TextView_shadowRadius
@see #TextView_singleLine
@see #TextView_text
@see #TextView_textAllCaps
@see #TextView_textAppearance
@see #TextView_textColor
@see #TextView_textColorHighlight
@see #TextView_textColorHint
@see #TextView_textColorLink
@see #TextView_textCursorDrawable
@see #TextView_textEditNoPasteWindowLayout
@see #TextView_textEditPasteWindowLayout
@see #TextView_textEditSideNoPasteWindowLayout
@see #TextView_textEditSidePasteWindowLayout
@see #TextView_textEditSuggestionItemLayout
@see #TextView_textIsSelectable
@see #TextView_textScaleX
@see #TextView_textSelectHandle
@see #TextView_textSelectHandleLeft
@see #TextView_textSelectHandleRight
@see #TextView_textSize
@see #TextView_textStyle
@see #TextView_typeface
@see #TextView_width
*/
public static final int[] TextView = {
0x0101000e, 0x01010034, 0x01010095, 0x01010096,
0x01010097, 0x01010098, 0x01010099, 0x0101009a,
0x0101009b, 0x010100ab, 0x010100af, 0x010100b0,
0x010100b1, 0x0101011f, 0x01010120, 0x0101013f,
0x01010140, 0x0101014e, 0x0101014f, 0x01010150,
0x01010151, 0x01010152, 0x01010153, 0x01010154,
0x01010155, 0x01010156, 0x01010157, 0x01010158,
0x01010159, 0x0101015a, 0x0101015b, 0x0101015c,
0x0101015d, 0x0101015e, 0x0101015f, 0x01010160,
0x01010161, 0x01010162, 0x01010163, 0x01010164,
0x01010165, 0x01010166, 0x01010167, 0x01010168,
0x01010169, 0x0101016a, 0x0101016b, 0x0101016c,
0x0101016d, 0x0101016e, 0x0101016f, 0x01010170,
0x01010171, 0x01010217, 0x01010218, 0x0101021d,
0x01010220, 0x01010223, 0x01010224, 0x01010264,
0x01010265, 0x01010266, 0x010102c5, 0x010102c6,
0x010102c7, 0x01010314, 0x01010315, 0x01010316,
0x0101035e, 0x0101035f, 0x01010362, 0x01010374,
0x0101038c, 0x01010392, 0x01010393, 0x010103ac
};
/**
Attribute Description {@link #TextView_autoLink android:autoLink} Controls whether links such as urls and email addresses are
automatically found and converted to clickable links. {@link #TextView_autoText android:autoText} If set, specifies that this TextView has a textual input method
and automatically corrects some common spelling errors. {@link #TextView_bufferType android:bufferType} Determines the minimum type that getText() will return. {@link #TextView_capitalize android:capitalize} If set, specifies that this TextView has a textual input method
and should automatically capitalize what the user types. {@link #TextView_cursorVisible android:cursorVisible} Makes the cursor visible (the default) or invisible. {@link #TextView_digits 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. {@link #TextView_drawableBottom android:drawableBottom} The drawable to be drawn below the text. {@link #TextView_drawableEnd android:drawableEnd} The drawable to be drawn to the end of the text. {@link #TextView_drawableLeft android:drawableLeft} The drawable to be drawn to the left of the text. {@link #TextView_drawablePadding android:drawablePadding} The padding between the drawables and the text. {@link #TextView_drawableRight android:drawableRight} The drawable to be drawn to the right of the text. {@link #TextView_drawableStart android:drawableStart} The drawable to be drawn to the start of the text. {@link #TextView_drawableTop android:drawableTop} The drawable to be drawn above the text. {@link #TextView_editable android:editable} If set, specifies that this TextView has an input method. {@link #TextView_editorExtras android:editorExtras} Reference to an
{@link android.R.styleable#InputExtras <input-extras>}
XML resource containing additional data to
supply to an input method, which is private to the implementation
of the input method. {@link #TextView_ellipsize android:ellipsize} If set, causes words that are longer than the view is wide
to be ellipsized instead of broken in the middle. {@link #TextView_ems android:ems} Makes the TextView be exactly this many ems wide. {@link #TextView_enabled android:enabled} Specifies whether the widget is enabled. {@link #TextView_fontFamily android:fontFamily} Font family (named by string) for the text. {@link #TextView_freezesText 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. {@link #TextView_gravity android:gravity} Specifies how to align the text by the view's x- and/or y-axis
when the text is smaller than the view. {@link #TextView_height android:height} Makes the TextView be exactly this many pixels tall. {@link #TextView_hint android:hint} Hint text to display when the text is empty. {@link #TextView_imeActionId android:imeActionId} Supply a value for
{@link android.view.inputmethod.EditorInfo#actionId EditorInfo.actionId}
used when an input method is connected to the text view. {@link #TextView_imeActionLabel android:imeActionLabel} Supply a value for
{@link android.view.inputmethod.EditorInfo#actionLabel EditorInfo.actionLabel}
used when an input method is connected to the text view. {@link #TextView_imeOptions android:imeOptions} Additional features you can enable in an IME associated with an editor
to improve the integration with your application. {@link #TextView_includeFontPadding android:includeFontPadding} Leave enough room for ascenders and descenders instead of
using the font ascent and descent strictly. {@link #TextView_inputMethod android:inputMethod} If set, specifies that this TextView should use the specified
input method (specified by fully-qualified class name). {@link #TextView_inputType android:inputType} The type of data being placed in a text field, used to help an
input method decide how to let the user enter text. {@link #TextView_lineSpacingExtra android:lineSpacingExtra} Extra spacing between lines of text. {@link #TextView_lineSpacingMultiplier android:lineSpacingMultiplier} Extra spacing between lines of text, as a multiplier. {@link #TextView_lines android:lines} Makes the TextView be exactly this many lines tall. {@link #TextView_linksClickable 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. {@link #TextView_marqueeRepeatLimit android:marqueeRepeatLimit} The number of times to repeat the marquee animation. {@link #TextView_maxEms android:maxEms} Makes the TextView be at most this many ems wide. {@link #TextView_maxHeight android:maxHeight} Makes the TextView be at most this many pixels tall. {@link #TextView_maxLength android:maxLength} Set an input filter to constrain the text length to the
specified number. {@link #TextView_maxLines android:maxLines} Makes the TextView be at most this many lines tall. {@link #TextView_maxWidth android:maxWidth} Makes the TextView be at most this many pixels wide. {@link #TextView_minEms android:minEms} Makes the TextView be at least this many ems wide. {@link #TextView_minHeight android:minHeight} Makes the TextView be at least this many pixels tall. {@link #TextView_minLines android:minLines} Makes the TextView be at least this many lines tall. {@link #TextView_minWidth android:minWidth} Makes the TextView be at least this many pixels wide. {@link #TextView_numeric android:numeric} If set, specifies that this TextView has a numeric input method. {@link #TextView_password android:password} Whether the characters of the field are displayed as
password dots instead of themselves. {@link #TextView_phoneNumber android:phoneNumber} If set, specifies that this TextView has a phone number input
method. {@link #TextView_privateImeOptions android:privateImeOptions} An addition content type description to supply to the input
method attached to the text view, which is private to the
implementation of the input method. {@link #TextView_scrollHorizontally android:scrollHorizontally} Whether the text is allowed to be wider than the view (and
therefore can be scrolled horizontally). {@link #TextView_selectAllOnFocus android:selectAllOnFocus} If the text is selectable, select it all when the view takes
focus. {@link #TextView_shadowColor android:shadowColor} Place a shadow of the specified color behind the text. {@link #TextView_shadowDx android:shadowDx} Horizontal offset of the shadow. {@link #TextView_shadowDy android:shadowDy} Vertical offset of the shadow. {@link #TextView_shadowRadius android:shadowRadius} Radius of the shadow. {@link #TextView_singleLine 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. {@link #TextView_text android:text} Text to display. {@link #TextView_textAllCaps android:textAllCaps} Present the text in ALL CAPS. {@link #TextView_textAppearance android:textAppearance} Base text color, typeface, size, and style. {@link #TextView_textColor android:textColor} Text color. {@link #TextView_textColorHighlight android:textColorHighlight} Color of the text selection highlight. {@link #TextView_textColorHint android:textColorHint} Color of the hint text. {@link #TextView_textColorLink android:textColorLink} Text color for links. {@link #TextView_textCursorDrawable android:textCursorDrawable} Reference to a drawable that will be drawn under the insertion cursor. {@link #TextView_textEditNoPasteWindowLayout android:textEditNoPasteWindowLayout} Variation of textEditPasteWindowLayout displayed when the clipboard is empty. {@link #TextView_textEditPasteWindowLayout android:textEditPasteWindowLayout} The layout of the view that is displayed on top of the cursor to paste inside a
TextEdit field. {@link #TextView_textEditSideNoPasteWindowLayout android:textEditSideNoPasteWindowLayout} Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. {@link #TextView_textEditSidePasteWindowLayout android:textEditSidePasteWindowLayout} Used instead of textEditPasteWindowLayout when the window is moved on the side of the
insertion cursor because it would be clipped if it were positioned on top. {@link #TextView_textEditSuggestionItemLayout android:textEditSuggestionItemLayout} Layout of the TextView item that will populate the suggestion popup window. {@link #TextView_textIsSelectable android:textIsSelectable} Indicates that the content of a non-editable text can be selected. {@link #TextView_textScaleX android:textScaleX} Sets the horizontal scaling factor for the text. {@link #TextView_textSelectHandle android:textSelectHandle} Reference to a drawable that will be used to display a text selection
anchor for positioning the cursor within text. {@link #TextView_textSelectHandleLeft android:textSelectHandleLeft} Reference to a drawable that will be used to display a text selection
anchor on the left side of a selection region. {@link #TextView_textSelectHandleRight android:textSelectHandleRight} Reference to a drawable that will be used to display a text selection
anchor on the right side of a selection region. {@link #TextView_textSize android:textSize} Size of the text. {@link #TextView_textStyle android:textStyle} Style (bold, italic, bolditalic) for the text. {@link #TextView_typeface android:typeface} Typeface (normal, sans, serif, monospace) for the text. {@link #TextView_width android:width} Makes the TextView be exactly this many pixels wide.
Constant Value Description none0x00 Match no patterns (default). web0x01 Match Web URLs. email0x02 Match email addresses. phone0x04 Match phone numbers. map0x08 Match map addresses. all0x0f Match all patterns (equivalent to web|email|phone|map). true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description normal0 Can return any CharSequence, possibly a
Spanned one if the source text was Spanned. spannable1 Can only return Spannable. editable2 Can only return Spannable and Editable.
Constant Value Description none0 Don't automatically capitalize anything. sentences1 Capitalize the first word of each sentence. words2 Capitalize the first letter of every word. characters3 Capitalize every character. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description none0 start1 middle2 end3 marquee4 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description top0x30 Push object to the top of its container, not changing its size. bottom0x50 Push object to the bottom of its container, not changing its size. left0x03 Push object to the left of its container, not changing its size. right0x05 Push object to the right of its container, not changing its size. center_vertical0x10 Place object in the vertical center of its container, not changing its size. fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container. center_horizontal0x01 Place object in the horizontal center of its container, not changing its size. fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container. center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container. clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of
the child clipped to its container's bounds.
The clip will be based on the vertical gravity: a top gravity will clip the bottom
edge, a bottom gravity will clip the top edge, and neither will clip both edges. clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of
the child clipped to its container's bounds.
The clip will be based on the horizontal gravity: a left gravity will clip the right
edge, a right gravity will clip the left edge, and neither will clip both edges. start0x00800003 Push object to the beginning of its container, not changing its size. end0x00800005 Push object to the end of its container, not changing its size. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description normal0x00000000 There are no special semantics associated with this editor. actionUnspecified0x00000000 There is no specific action associated with this editor, let the
editor come up with its own if it can.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_NULL}. actionNone0x00000001 This editor has no action associated with it.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NONE}. actionGo0x00000002 The action key performs a "go"
operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_GO}. actionSearch0x00000003 The action key performs a "search"
operation, taking the user to the results of searching for the text
the have typed (in whatever context is appropriate).
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEARCH}. actionSend0x00000004 The action key performs a "send"
operation, delivering the text to its target. This is typically used
when composing a message.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_SEND}. actionNext0x00000005 The action key performs a "next"
operation, taking the user to the next field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_NEXT}. actionDone0x00000006 The action key performs a "done"
operation, closing the soft input method.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_DONE}. actionPrevious0x00000007 The action key performs a "previous"
operation, taking the user to the previous field that will accept text.
Corresponds to
{@link android.view.inputmethod.EditorInfo#IME_ACTION_PREVIOUS}. flagNoFullscreen0x2000000 Used to request that the IME never go
into fullscreen mode. Applications need to be aware that the flag is not
a guarantee, and not all IMEs will respect it.
flagNavigatePrevious0x4000000 Like flagNavigateNext, but
specifies there is something interesting that a backward navigation
can focus on. If the user selects the IME's facility to backward
navigate, this will show up in the application as an actionPrevious
at {@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNavigateNext0x8000000 Used to specify that there is something
interesting that a forward navigation can focus on. This is like using
actionNext, except allows the IME to be multiline (with
an enter key) as well as provide forward navigation. Note that some
IMEs may not be able to do this, especially when running on a small
screen where there is little space. In that case it does not need to
present a UI for this option. Like actionNext, if the
user selects the IME's facility to forward navigate, this will show up
in the application at
{@link android.view.inputmethod.InputConnection#performEditorAction(int)
InputConnection.performEditorAction(int)}.
flagNoExtractUi0x10000000 Used to specify that the IME does not need
to show its extracted text UI. For input methods that may be fullscreen,
often when in landscape mode, this allows them to be smaller and let part
of the application be shown behind. Though there will likely be limited
access to the application available from the user, it can make the
experience of a (mostly) fullscreen IME less jarring. Note that when
this flag is specified the IME may not be set up to be able
to display text, so it should only be used in situations where this is
not needed.
flagNoAccessoryAction0x20000000 Used in conjunction with a custom action, this indicates that the
action should not be available as an accessory button when the
input method is full-screen.
Note that by setting this flag, there can be cases where the action
is simply never available to the user. Setting this generally means
that you think showing text being edited is more important than the
action you have supplied.
flagNoEnterAction0x40000000 Used in conjunction with a custom action,
this indicates that the action should not be available in-line as
a replacement for the "enter" key. Typically this is
because the action has such a significant impact or is not recoverable
enough that accidentally hitting it should be avoided, such as sending
a message. Note that {@link android.widget.TextView} will
automatically set this flag for you on multi-line text views.
flagForceAscii0x80000000 Used to request that the IME should be capable of inputting ASCII
characters. The intention of this flag is to ensure that the user
can type Roman alphabet characters in a {@link android.widget.TextView}
used for, typically, account ID or password input. It is expected that IMEs
normally are able to input ASCII even without being told so (such IMEs
already respect this flag in a sense), but there could be some cases they
aren't when, for instance, only non-ASCII input languagaes like Arabic,
Greek, Hebrew, Russian are enabled in the IME. Applications need to be
aware that the flag is not a guarantee, and not all IMEs will respect it.
However, it is strongly recommended for IME authors to respect this flag
especially when their IME could end up with a state that has only non-ASCII
input languages enabled.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description none0x00000000 There is no content type. The text is not editable. text0x00000001 Just plain old text. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_NORMAL}. textCapCharacters0x00001001 Can be combined with text and its variations to
request capitalization of all characters. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}. textCapWords0x00002001 Can be combined with text and its variations to
request capitalization of the first character of every word. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_WORDS}. textCapSentences0x00004001 Can be combined with text and its variations to
request capitalization of the first character of every sentence. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_CAP_SENTENCES}. textAutoCorrect0x00008001 Can be combined with text and its variations to
request auto-correction of text being input. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_CORRECT}. textAutoComplete0x00010001 Can be combined with text and its variations to
specify that this field will be doing its own auto-completion and
talking with the input method appropriately. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_AUTO_COMPLETE}. textMultiLine0x00020001 Can be combined with text and its variations to
allow multiple lines of text in the field. If this flag is not set,
the text field will be constrained to a single line. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_MULTI_LINE}. textImeMultiLine0x00040001 Can be combined with text and its variations to
indicate that though the regular text view should not be multiple
lines, the IME should provide multiple lines if it can. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_IME_MULTI_LINE}. textNoSuggestions0x00080001 Can be combined with text and its variations to
indicate that the IME should not show any
dictionary-based word suggestions. Corresponds to
{@link android.text.InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS}. textUri0x00000011 Text that will be used as a URI. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_URI}. textEmailAddress0x00000021 Text that will be used as an e-mail address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_ADDRESS}. textEmailSubject0x00000031 Text that is being supplied as the subject of an e-mail. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_EMAIL_SUBJECT}. textShortMessage0x00000041 Text that is the content of a short message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_SHORT_MESSAGE}. textLongMessage0x00000051 Text that is the content of a long message. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_LONG_MESSAGE}. textPersonName0x00000061 Text that is the name of a person. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PERSON_NAME}. textPostalAddress0x00000071 Text that is being supplied as a postal mailing address. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_POSTAL_ADDRESS}. textPassword0x00000081 Text that is a password. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PASSWORD}. textVisiblePassword0x00000091 Text that is a password that should be visible. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD}. textWebEditText0x000000a1 Text that is being supplied as text in a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EDIT_TEXT}. textFilter0x000000b1 Text that is filtering some other data. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_FILTER}. textPhonetic0x000000c1 Text that is for phonetic pronunciation, such as a phonetic name
field in a contact entry. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_PHONETIC}. textWebEmailAddress0x000000d1 Text that will be used as an e-mail address on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS}. textWebPassword0x000000e1 Text that will be used as a password on a web form. Corresponds to
{@link android.text.InputType#TYPE_CLASS_TEXT} |
{@link android.text.InputType#TYPE_TEXT_VARIATION_WEB_PASSWORD}. number0x00000002 A numeric only field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_NORMAL}. numberSigned0x00001002 Can be combined with number and its other options to
allow a signed number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_SIGNED}. numberDecimal0x00002002 Can be combined with number and its other options to
allow a decimal (fractional) number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_FLAG_DECIMAL}. numberPassword0x00000012 A numeric password field. Corresponds to
{@link android.text.InputType#TYPE_CLASS_NUMBER} |
{@link android.text.InputType#TYPE_NUMBER_VARIATION_PASSWORD}. phone0x00000003 For entering a phone number. Corresponds to
{@link android.text.InputType#TYPE_CLASS_PHONE}. datetime0x00000004 For entering a date and time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_NORMAL}. date0x00000014 For entering a date. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_DATE}. time0x00000024 For entering a time. Corresponds to
{@link android.text.InputType#TYPE_CLASS_DATETIME} |
{@link android.text.InputType#TYPE_DATETIME_VARIATION_TIME}. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description marquee_forever-1 Indicates that marquee should repeat indefinitely. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
inputType attribute's value must be
combined with the textMultiLine flag for the maxLines attribute to apply.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
inputType attribute's value must be
combined with the textMultiLine flag for the minLines attribute to apply.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description integer0x01 Input is numeric. signed0x03 Input is numeric, with sign allowed. decimal0x05 Input is numeric, with decimals allowed. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
maxLines instead to change
the layout of a static text, and use the textMultiLine flag in the
inputType attribute instead for editable text views (if both singleLine and inputType
are supplied, the inputType flags will override the value of singleLine). }
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description normal0 bold1 italic2
Constant Value Description normal0 sans1 serif2 monospace3 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #TextViewAppearance_textAppearance
*/
public static final int[] TextViewAppearance = {
0x01010034
};
/**
Attribute Description {@link #TextViewAppearance_textAppearance android:textAppearance} Base text color, typeface, size, and style. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #TextViewMultiLineBackgroundState_state_multiline
*/
public static final int[] TextViewMultiLineBackgroundState = {
0x0101034d
};
/**
Attribute Description {@link #TextViewMultiLineBackgroundState_state_multiline android:state_multiline} State identifier indicating a TextView has a multi-line layout. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #Theme_absListViewStyle
@see #Theme_actionBarDivider
@see #Theme_actionBarItemBackground
@see #Theme_actionBarSize
@see #Theme_actionBarSplitStyle
@see #Theme_actionBarStyle
@see #Theme_actionBarTabBarStyle
@see #Theme_actionBarTabStyle
@see #Theme_actionBarTabTextStyle
@see #Theme_actionBarWidgetTheme
@see #Theme_actionButtonStyle
@see #Theme_actionDropDownStyle
@see #Theme_actionMenuTextAppearance
@see #Theme_actionMenuTextColor
@see #Theme_actionModeBackground
@see #Theme_actionModeCloseButtonStyle
@see #Theme_actionModeCloseDrawable
@see #Theme_actionModeCopyDrawable
@see #Theme_actionModeCutDrawable
@see #Theme_actionModePasteDrawable
@see #Theme_actionModeSelectAllDrawable
@see #Theme_actionModeSplitBackground
@see #Theme_actionModeStyle
@see #Theme_actionOverflowButtonStyle
@see #Theme_activatedBackgroundIndicator
@see #Theme_alertDialogIcon
@see #Theme_alertDialogStyle
@see #Theme_alertDialogTheme
@see #Theme_autoCompleteTextViewStyle
@see #Theme_backgroundDimAmount
@see #Theme_backgroundDimEnabled
@see #Theme_borderlessButtonStyle
@see #Theme_buttonBarButtonStyle
@see #Theme_buttonBarStyle
@see #Theme_buttonStyle
@see #Theme_buttonStyleInset
@see #Theme_buttonStyleSmall
@see #Theme_buttonStyleToggle
@see #Theme_calendarViewStyle
@see #Theme_candidatesTextStyleSpans
@see #Theme_checkBoxPreferenceStyle
@see #Theme_checkboxStyle
@see #Theme_checkedTextViewStyle
@see #Theme_colorActivatedHighlight
@see #Theme_colorBackground
@see #Theme_colorBackgroundCacheHint
@see #Theme_colorFocusedHighlight
@see #Theme_colorForeground
@see #Theme_colorForegroundInverse
@see #Theme_colorLongPressedHighlight
@see #Theme_colorMultiSelectHighlight
@see #Theme_colorPressedHighlight
@see #Theme_datePickerStyle
@see #Theme_detailsElementBackground
@see #Theme_dialogPreferenceStyle
@see #Theme_dialogTheme
@see #Theme_disabledAlpha
@see #Theme_dividerHorizontal
@see #Theme_dividerVertical
@see #Theme_dropDownHintAppearance
@see #Theme_dropDownItemStyle
@see #Theme_dropDownListViewStyle
@see #Theme_dropDownSpinnerStyle
@see #Theme_editTextBackground
@see #Theme_editTextColor
@see #Theme_editTextPreferenceStyle
@see #Theme_editTextStyle
@see #Theme_expandableListPreferredChildIndicatorLeft
@see #Theme_expandableListPreferredChildIndicatorRight
@see #Theme_expandableListPreferredChildPaddingLeft
@see #Theme_expandableListPreferredItemIndicatorLeft
@see #Theme_expandableListPreferredItemIndicatorRight
@see #Theme_expandableListPreferredItemPaddingLeft
@see #Theme_expandableListViewStyle
@see #Theme_expandableListViewWhiteStyle
@see #Theme_fastScrollOverlayPosition
@see #Theme_fastScrollPreviewBackgroundLeft
@see #Theme_fastScrollPreviewBackgroundRight
@see #Theme_fastScrollTextColor
@see #Theme_fastScrollThumbDrawable
@see #Theme_fastScrollTrackDrawable
@see #Theme_galleryItemBackground
@see #Theme_galleryStyle
@see #Theme_gridViewStyle
@see #Theme_homeAsUpIndicator
@see #Theme_horizontalScrollViewStyle
@see #Theme_imageButtonStyle
@see #Theme_imageWellStyle
@see #Theme_listChoiceBackgroundIndicator
@see #Theme_listChoiceIndicatorMultiple
@see #Theme_listChoiceIndicatorSingle
@see #Theme_listDivider
@see #Theme_listDividerAlertDialog
@see #Theme_listPopupWindowStyle
@see #Theme_listPreferredItemHeight
@see #Theme_listPreferredItemHeightLarge
@see #Theme_listPreferredItemHeightSmall
@see #Theme_listPreferredItemPaddingEnd
@see #Theme_listPreferredItemPaddingLeft
@see #Theme_listPreferredItemPaddingRight
@see #Theme_listPreferredItemPaddingStart
@see #Theme_listSeparatorTextViewStyle
@see #Theme_listViewStyle
@see #Theme_listViewWhiteStyle
@see #Theme_mapViewStyle
@see #Theme_mediaRouteButtonStyle
@see #Theme_panelBackground
@see #Theme_panelColorBackground
@see #Theme_panelColorForeground
@see #Theme_panelFullBackground
@see #Theme_panelTextAppearance
@see #Theme_popupMenuStyle
@see #Theme_popupWindowStyle
@see #Theme_preferenceCategoryStyle
@see #Theme_preferenceInformationStyle
@see #Theme_preferenceLayoutChild
@see #Theme_preferenceScreenStyle
@see #Theme_preferenceStyle
@see #Theme_presentationTheme
@see #Theme_progressBarStyle
@see #Theme_progressBarStyleHorizontal
@see #Theme_progressBarStyleInverse
@see #Theme_progressBarStyleLarge
@see #Theme_progressBarStyleLargeInverse
@see #Theme_progressBarStyleSmall
@see #Theme_progressBarStyleSmallInverse
@see #Theme_progressBarStyleSmallTitle
@see #Theme_quickContactBadgeStyleSmallWindowLarge
@see #Theme_quickContactBadgeStyleSmallWindowMedium
@see #Theme_quickContactBadgeStyleSmallWindowSmall
@see #Theme_quickContactBadgeStyleWindowLarge
@see #Theme_quickContactBadgeStyleWindowMedium
@see #Theme_quickContactBadgeStyleWindowSmall
@see #Theme_radioButtonStyle
@see #Theme_ratingBarStyle
@see #Theme_ratingBarStyleIndicator
@see #Theme_ratingBarStyleSmall
@see #Theme_ringtonePreferenceStyle
@see #Theme_scrollViewStyle
@see #Theme_seekBarStyle
@see #Theme_segmentedButtonStyle
@see #Theme_selectableItemBackground
@see #Theme_spinnerDropDownItemStyle
@see #Theme_spinnerItemStyle
@see #Theme_spinnerStyle
@see #Theme_starStyle
@see #Theme_switchPreferenceStyle
@see #Theme_tabWidgetStyle
@see #Theme_textAppearance
@see #Theme_textAppearanceButton
@see #Theme_textAppearanceInverse
@see #Theme_textAppearanceLarge
@see #Theme_textAppearanceLargeInverse
@see #Theme_textAppearanceLargePopupMenu
@see #Theme_textAppearanceListItem
@see #Theme_textAppearanceListItemSmall
@see #Theme_textAppearanceMedium
@see #Theme_textAppearanceMediumInverse
@see #Theme_textAppearanceSearchResultSubtitle
@see #Theme_textAppearanceSearchResultTitle
@see #Theme_textAppearanceSmall
@see #Theme_textAppearanceSmallInverse
@see #Theme_textAppearanceSmallPopupMenu
@see #Theme_textCheckMark
@see #Theme_textCheckMarkInverse
@see #Theme_textColorAlertDialogListItem
@see #Theme_textColorHighlightInverse
@see #Theme_textColorHintInverse
@see #Theme_textColorLinkInverse
@see #Theme_textColorPrimary
@see #Theme_textColorPrimaryDisableOnly
@see #Theme_textColorPrimaryInverse
@see #Theme_textColorPrimaryInverseDisableOnly
@see #Theme_textColorPrimaryInverseNoDisable
@see #Theme_textColorPrimaryNoDisable
@see #Theme_textColorSecondary
@see #Theme_textColorSecondaryInverse
@see #Theme_textColorSecondaryInverseNoDisable
@see #Theme_textColorSecondaryNoDisable
@see #Theme_textColorTertiary
@see #Theme_textColorTertiaryInverse
@see #Theme_textEditNoPasteWindowLayout
@see #Theme_textEditPasteWindowLayout
@see #Theme_textEditSideNoPasteWindowLayout
@see #Theme_textEditSidePasteWindowLayout
@see #Theme_textEditSuggestionItemLayout
@see #Theme_textSelectHandle
@see #Theme_textSelectHandleLeft
@see #Theme_textSelectHandleRight
@see #Theme_textSelectHandleWindowStyle
@see #Theme_textSuggestionsWindowStyle
@see #Theme_textViewStyle
@see #Theme_webTextViewStyle
@see #Theme_webViewStyle
@see #Theme_windowActionBar
@see #Theme_windowActionBarOverlay
@see #Theme_windowActionModeOverlay
@see #Theme_windowAnimationStyle
@see #Theme_windowBackground
@see #Theme_windowCloseOnTouchOutside
@see #Theme_windowContentOverlay
@see #Theme_windowDisablePreview
@see #Theme_windowEnableSplitTouch
@see #Theme_windowFrame
@see #Theme_windowFullscreen
@see #Theme_windowIsFloating
@see #Theme_windowIsTranslucent
@see #Theme_windowNoDisplay
@see #Theme_windowNoTitle
@see #Theme_windowOverscan
@see #Theme_windowShowWallpaper
@see #Theme_windowSoftInputMode
@see #Theme_windowTitleBackgroundStyle
@see #Theme_windowTitleSize
@see #Theme_windowTitleStyle
@see #Theme_windowTranslucentNavigation
@see #Theme_windowTranslucentStatus
@see #Theme_yesNoPreferenceStyle
*/
public static final int[] Theme = {
0x01010030, 0x01010031, 0x01010032, 0x01010033,
0x01010034, 0x01010035, 0x01010036, 0x01010037,
0x01010038, 0x01010039, 0x0101003a, 0x0101003b,
0x0101003c, 0x0101003d, 0x0101003e, 0x0101003f,
0x01010040, 0x01010041, 0x01010042, 0x01010043,
0x01010044, 0x01010045, 0x01010046, 0x01010047,
0x01010048, 0x01010049, 0x0101004a, 0x0101004b,
0x0101004c, 0x0101004d, 0x0101004e, 0x0101004f,
0x01010050, 0x01010051, 0x01010052, 0x01010053,
0x01010054, 0x01010055, 0x01010056, 0x01010057,
0x01010058, 0x01010059, 0x0101005a, 0x0101005b,
0x0101005c, 0x0101005d, 0x0101005e, 0x0101005f,
0x01010060, 0x01010061, 0x01010062, 0x0101006a,
0x0101006b, 0x0101006c, 0x0101006d, 0x0101006e,
0x0101006f, 0x01010070, 0x01010071, 0x01010072,
0x01010073, 0x01010074, 0x01010075, 0x01010076,
0x01010077, 0x01010078, 0x01010079, 0x0101007a,
0x0101007b, 0x0101007c, 0x0101007d, 0x0101007e,
0x01010080, 0x01010081, 0x01010082, 0x01010083,
0x01010084, 0x01010085, 0x01010086, 0x01010087,
0x01010088, 0x01010089, 0x0101008a, 0x0101008b,
0x0101008c, 0x0101008d, 0x0101008e, 0x0101008f,
0x01010090, 0x01010091, 0x01010092, 0x01010093,
0x01010094, 0x010100ae, 0x01010206, 0x01010207,
0x01010208, 0x0101020d, 0x0101020f, 0x01010210,
0x01010212, 0x01010213, 0x01010214, 0x01010219,
0x0101021a, 0x0101021e, 0x0101021f, 0x01010222,
0x0101022b, 0x01010230, 0x01010267, 0x01010287,
0x01010288, 0x01010289, 0x0101028b, 0x01010292,
0x010102a0, 0x010102a1, 0x010102ab, 0x010102ae,
0x010102af, 0x010102b0, 0x010102b1, 0x010102b2,
0x010102b3, 0x010102b6, 0x010102b9, 0x010102c5,
0x010102c6, 0x010102c7, 0x010102c8, 0x010102cd,
0x010102ce, 0x010102d6, 0x010102d7, 0x010102d8,
0x010102db, 0x010102dc, 0x010102dd, 0x010102e4,
0x010102eb, 0x010102f0, 0x010102f3, 0x010102f4,
0x010102f5, 0x010102f6, 0x010102f7, 0x010102fd,
0x010102ff, 0x01010300, 0x01010301, 0x01010302,
0x01010305, 0x01010306, 0x01010308, 0x01010309,
0x0101030a, 0x0101030b, 0x0101030e, 0x01010311,
0x01010312, 0x01010313, 0x01010314, 0x01010315,
0x01010317, 0x0101032b, 0x0101032c, 0x0101032e,
0x0101032f, 0x01010330, 0x01010336, 0x01010337,
0x01010338, 0x01010339, 0x0101033a, 0x0101034e,
0x0101034f, 0x01010350, 0x01010351, 0x01010352,
0x01010353, 0x01010355, 0x01010359, 0x0101035b,
0x0101035c, 0x0101035d, 0x0101035e, 0x0101035f,
0x01010360, 0x01010361, 0x0101036d, 0x01010373,
0x01010374, 0x0101037e, 0x01010386, 0x01010387,
0x01010388, 0x0101038d, 0x0101038e, 0x0101038f,
0x01010390, 0x01010391, 0x01010394, 0x01010397,
0x0101039b, 0x0101039c, 0x0101039d, 0x0101039e,
0x0101039f, 0x010103a3, 0x010103a4, 0x010103a8,
0x010103ad, 0x010103bd, 0x010103be, 0x010103c0,
0x010103c3, 0x010103c8, 0x010103cf, 0x010103ef,
0x010103f0, 0x010103f2, 0x010103f3, 0x010103f4,
0x010103f5, 0x010103f6, 0x010103f7, 0x010103f8,
0x010103f9, 0x010103fa, 0x010103fb, 0x010103fc,
0x010103fd, 0x010103fe, 0x010103ff, 0x01010400,
0x01010401, 0x01010402, 0x01010403, 0x01010404,
0x01010405, 0x01010406, 0x01010407, 0x01010408,
0x01010409, 0x0101040a, 0x0101040b, 0x0101040c,
0x0101040d, 0x0101040e, 0x0101040f, 0x01010410,
0x01010411, 0x01010412, 0x01010413, 0x01010414,
0x01010415, 0x01010416, 0x01010417, 0x01010418,
0x01010419, 0x0101041a, 0x0101041b, 0x0101041c,
0x0101041d, 0x0101041e, 0x0101041f, 0x01010420,
0x01010421, 0x01010422, 0x01010423
};
/**
Attribute Description {@link #Theme_absListViewStyle android:absListViewStyle} Default AbsListView style. {@link #Theme_actionBarDivider android:actionBarDivider} Custom divider drawable to use for elements in the action bar. {@link #Theme_actionBarItemBackground android:actionBarItemBackground} Custom item state list drawable background for action bar items. {@link #Theme_actionBarSize android:actionBarSize} Size of the Action Bar, including the contextual
bar used to present Action Modes. {@link #Theme_actionBarSplitStyle android:actionBarSplitStyle} Reference to a style for the split Action Bar. {@link #Theme_actionBarStyle android:actionBarStyle} Reference to a style for the Action Bar {@link #Theme_actionBarTabBarStyle android:actionBarTabBarStyle}{@link #Theme_actionBarTabStyle android:actionBarTabStyle} Default style for tabs within an action bar {@link #Theme_actionBarTabTextStyle android:actionBarTabTextStyle}{@link #Theme_actionBarWidgetTheme android:actionBarWidgetTheme} Reference to a theme that should be used to inflate widgets
and layouts destined for the action bar. {@link #Theme_actionButtonStyle android:actionButtonStyle} Default action button style. {@link #Theme_actionDropDownStyle android:actionDropDownStyle} Default ActionBar dropdown style. {@link #Theme_actionMenuTextAppearance android:actionMenuTextAppearance} TextAppearance style that will be applied to text that
appears within action menu items. {@link #Theme_actionMenuTextColor android:actionMenuTextColor} Color for text that appears within action menu items. {@link #Theme_actionModeBackground android:actionModeBackground} Background drawable to use for action mode UI {@link #Theme_actionModeCloseButtonStyle android:actionModeCloseButtonStyle}{@link #Theme_actionModeCloseDrawable android:actionModeCloseDrawable} Drawable to use for the close action mode button {@link #Theme_actionModeCopyDrawable android:actionModeCopyDrawable} Drawable to use for the Copy action button in Contextual Action Bar {@link #Theme_actionModeCutDrawable android:actionModeCutDrawable} Drawable to use for the Cut action button in Contextual Action Bar {@link #Theme_actionModePasteDrawable android:actionModePasteDrawable} Drawable to use for the Paste action button in Contextual Action Bar {@link #Theme_actionModeSelectAllDrawable android:actionModeSelectAllDrawable} Drawable to use for the Select all action button in Contextual Action Bar {@link #Theme_actionModeSplitBackground android:actionModeSplitBackground} Background drawable to use for action mode UI in the lower split bar {@link #Theme_actionModeStyle android:actionModeStyle}{@link #Theme_actionOverflowButtonStyle android:actionOverflowButtonStyle}{@link #Theme_activatedBackgroundIndicator android:activatedBackgroundIndicator} Drawable used as a background for activated items. {@link #Theme_alertDialogIcon android:alertDialogIcon} Icon drawable to use for alerts {@link #Theme_alertDialogStyle android:alertDialogStyle}{@link #Theme_alertDialogTheme android:alertDialogTheme} Theme to use for alert dialogs spawned from this theme. {@link #Theme_autoCompleteTextViewStyle android:autoCompleteTextViewStyle} Default AutoCompleteTextView style. {@link #Theme_backgroundDimAmount android:backgroundDimAmount} Default background dim amount when a menu, dialog, or something similar pops up. {@link #Theme_backgroundDimEnabled android:backgroundDimEnabled} Control whether dimming behind the window is enabled. {@link #Theme_borderlessButtonStyle android:borderlessButtonStyle} Style for buttons without an explicit border, often used in groups. {@link #Theme_buttonBarButtonStyle android:buttonBarButtonStyle} Style for buttons within button bars {@link #Theme_buttonBarStyle android:buttonBarStyle} Style for button bars {@link #Theme_buttonStyle android:buttonStyle} Normal Button style. {@link #Theme_buttonStyleInset android:buttonStyleInset} Button style to inset into an EditText. {@link #Theme_buttonStyleSmall android:buttonStyleSmall} Small Button style. {@link #Theme_buttonStyleToggle android:buttonStyleToggle} ToggleButton style. {@link #Theme_calendarViewStyle android:calendarViewStyle} The CalendarView style. {@link #Theme_candidatesTextStyleSpans android:candidatesTextStyleSpans} A styled string, specifying the style to be used for showing
inline candidate text when composing with an input method. {@link #Theme_checkBoxPreferenceStyle android:checkBoxPreferenceStyle} Default style for CheckBoxPreference. {@link #Theme_checkboxStyle android:checkboxStyle} Default Checkbox style. {@link #Theme_checkedTextViewStyle android:checkedTextViewStyle} Default CheckedTextView style. {@link #Theme_colorActivatedHighlight android:colorActivatedHighlight} Default highlight color for items that are
activated. {@link #Theme_colorBackground android:colorBackground} Color that matches (as closely as possible) the window background. {@link #Theme_colorBackgroundCacheHint android:colorBackgroundCacheHint} This is a hint for a solid color that can be used for caching
rendered views. {@link #Theme_colorFocusedHighlight android:colorFocusedHighlight} Default highlight color for items that are
focused. {@link #Theme_colorForeground android:colorForeground} Default color of foreground imagery. {@link #Theme_colorForegroundInverse android:colorForegroundInverse} Default color of foreground imagery on an inverted background. {@link #Theme_colorLongPressedHighlight android:colorLongPressedHighlight} Default highlight color for items that are long-pressed. {@link #Theme_colorMultiSelectHighlight android:colorMultiSelectHighlight} Default highlight color for items in multiple selection
mode. {@link #Theme_colorPressedHighlight android:colorPressedHighlight} Default highlight color for items that are pressed. {@link #Theme_datePickerStyle android:datePickerStyle} The DatePicker style. {@link #Theme_detailsElementBackground android:detailsElementBackground} Background that can be used behind parts of a UI that provide
details on data the user is selecting. {@link #Theme_dialogPreferenceStyle android:dialogPreferenceStyle} Default style for DialogPreference. {@link #Theme_dialogTheme android:dialogTheme} Theme to use for dialogs spawned from this theme. {@link #Theme_disabledAlpha android:disabledAlpha} Default disabled alpha for widgets that set enabled/disabled alpha programmatically. {@link #Theme_dividerHorizontal android:dividerHorizontal} Drawable to use for generic horizontal dividers. {@link #Theme_dividerVertical android:dividerVertical} Drawable to use for generic vertical dividers. {@link #Theme_dropDownHintAppearance android:dropDownHintAppearance} Default style for drop down hints. {@link #Theme_dropDownItemStyle android:dropDownItemStyle} Default style for drop down items. {@link #Theme_dropDownListViewStyle android:dropDownListViewStyle} Default ListView style for drop downs. {@link #Theme_dropDownSpinnerStyle android:dropDownSpinnerStyle} Default dropdown Spinner style. {@link #Theme_editTextBackground android:editTextBackground} EditText background drawable. {@link #Theme_editTextColor android:editTextColor} EditText text foreground color. {@link #Theme_editTextPreferenceStyle android:editTextPreferenceStyle} Default style for EditTextPreference. {@link #Theme_editTextStyle android:editTextStyle} Default EditText style. {@link #Theme_expandableListPreferredChildIndicatorLeft android:expandableListPreferredChildIndicatorLeft} The preferred left bound for an expandable list child's indicator. {@link #Theme_expandableListPreferredChildIndicatorRight android:expandableListPreferredChildIndicatorRight} The preferred right bound for an expandable list child's indicator. {@link #Theme_expandableListPreferredChildPaddingLeft android:expandableListPreferredChildPaddingLeft} The preferred left padding for an expandable list item that is a child. {@link #Theme_expandableListPreferredItemIndicatorLeft android:expandableListPreferredItemIndicatorLeft} The preferred left bound for an expandable list item's indicator. {@link #Theme_expandableListPreferredItemIndicatorRight android:expandableListPreferredItemIndicatorRight} The preferred right bound for an expandable list item's indicator. {@link #Theme_expandableListPreferredItemPaddingLeft android:expandableListPreferredItemPaddingLeft} The preferred left padding for an expandable list item (for child-specific layouts,
use expandableListPreferredChildPaddingLeft). {@link #Theme_expandableListViewStyle android:expandableListViewStyle} Default ExpandableListView style. {@link #Theme_expandableListViewWhiteStyle android:expandableListViewWhiteStyle} ExpandableListView with white background. {@link #Theme_fastScrollOverlayPosition android:fastScrollOverlayPosition} Position of the fast scroll index overlay window. {@link #Theme_fastScrollPreviewBackgroundLeft android:fastScrollPreviewBackgroundLeft} Drawable to use as the fast scroll index preview window background
when shown on the left. {@link #Theme_fastScrollPreviewBackgroundRight android:fastScrollPreviewBackgroundRight} Drawable to use as the fast scroll index preview window background
when shown on the right. {@link #Theme_fastScrollTextColor android:fastScrollTextColor} Text color for the fast scroll index overlay. {@link #Theme_fastScrollThumbDrawable android:fastScrollThumbDrawable} Drawable to use as the fast scroll thumb. {@link #Theme_fastScrollTrackDrawable android:fastScrollTrackDrawable} Drawable to use as the track for the fast scroll thumb. {@link #Theme_galleryItemBackground android:galleryItemBackground} The preferred background for gallery items. {@link #Theme_galleryStyle android:galleryStyle} Default Gallery style. {@link #Theme_gridViewStyle android:gridViewStyle} Default GridView style. {@link #Theme_homeAsUpIndicator android:homeAsUpIndicator} Specifies a drawable to use for the 'home as up' indicator. {@link #Theme_horizontalScrollViewStyle android:horizontalScrollViewStyle} Default HorizontalScrollView style. {@link #Theme_imageButtonStyle android:imageButtonStyle} The style resource to use for an ImageButton. {@link #Theme_imageWellStyle android:imageWellStyle} The style resource to use for an ImageButton that is an image well. {@link #Theme_listChoiceBackgroundIndicator android:listChoiceBackgroundIndicator} Drawable used as a background for selected list items. {@link #Theme_listChoiceIndicatorMultiple android:listChoiceIndicatorMultiple} Drawable to use for multiple choice indicators. {@link #Theme_listChoiceIndicatorSingle android:listChoiceIndicatorSingle} Drawable to use for single choice indicators. {@link #Theme_listDivider android:listDivider} The drawable for the list divider. {@link #Theme_listDividerAlertDialog android:listDividerAlertDialog} The list divider used in alert dialogs. {@link #Theme_listPopupWindowStyle android:listPopupWindowStyle} Default ListPopupWindow style. {@link #Theme_listPreferredItemHeight android:listPreferredItemHeight} The preferred list item height. {@link #Theme_listPreferredItemHeightLarge android:listPreferredItemHeightLarge} A larger, more robust list item height. {@link #Theme_listPreferredItemHeightSmall android:listPreferredItemHeightSmall} A smaller, sleeker list item height. {@link #Theme_listPreferredItemPaddingEnd android:listPreferredItemPaddingEnd} The preferred padding along the end edge of list items. {@link #Theme_listPreferredItemPaddingLeft android:listPreferredItemPaddingLeft} The preferred padding along the left edge of list items. {@link #Theme_listPreferredItemPaddingRight android:listPreferredItemPaddingRight} The preferred padding along the right edge of list items. {@link #Theme_listPreferredItemPaddingStart android:listPreferredItemPaddingStart} The preferred padding along the start edge of list items. {@link #Theme_listSeparatorTextViewStyle android:listSeparatorTextViewStyle} TextView style for list separators. {@link #Theme_listViewStyle android:listViewStyle} Default ListView style. {@link #Theme_listViewWhiteStyle android:listViewWhiteStyle} ListView with white background. {@link #Theme_mapViewStyle android:mapViewStyle} Default MapView style. {@link #Theme_mediaRouteButtonStyle android:mediaRouteButtonStyle} Default style for the MediaRouteButton widget. {@link #Theme_panelBackground android:panelBackground} The background of a panel when it is inset from the left and right edges of the screen. {@link #Theme_panelColorBackground android:panelColorBackground} Color that matches (as closely as possible) the panel background. {@link #Theme_panelColorForeground android:panelColorForeground} Default color of foreground panel imagery. {@link #Theme_panelFullBackground android:panelFullBackground} The background of a panel when it extends to the left and right edges of the screen. {@link #Theme_panelTextAppearance android:panelTextAppearance} Default appearance of panel text. {@link #Theme_popupMenuStyle android:popupMenuStyle} Default PopupMenu style. {@link #Theme_popupWindowStyle android:popupWindowStyle} Default PopupWindow style. {@link #Theme_preferenceCategoryStyle android:preferenceCategoryStyle} Default style for PreferenceCategory. {@link #Theme_preferenceInformationStyle android:preferenceInformationStyle} Default style for informational Preference. {@link #Theme_preferenceLayoutChild android:preferenceLayoutChild} The preference layout that has the child/tabbed effect. {@link #Theme_preferenceScreenStyle android:preferenceScreenStyle} Default style for PreferenceScreen. {@link #Theme_preferenceStyle android:preferenceStyle} Default style for Preference. {@link #Theme_presentationTheme android:presentationTheme} Theme to use for presentations spawned from this theme. {@link #Theme_progressBarStyle android:progressBarStyle} Default ProgressBar style. {@link #Theme_progressBarStyleHorizontal android:progressBarStyleHorizontal} Horizontal ProgressBar style. {@link #Theme_progressBarStyleInverse android:progressBarStyleInverse} Inverse ProgressBar style. {@link #Theme_progressBarStyleLarge android:progressBarStyleLarge} Large ProgressBar style. {@link #Theme_progressBarStyleLargeInverse android:progressBarStyleLargeInverse} Large inverse ProgressBar style. {@link #Theme_progressBarStyleSmall android:progressBarStyleSmall} Small ProgressBar style. {@link #Theme_progressBarStyleSmallInverse android:progressBarStyleSmallInverse} Small inverse ProgressBar style. {@link #Theme_progressBarStyleSmallTitle android:progressBarStyleSmallTitle} Small ProgressBar in title style. {@link #Theme_quickContactBadgeStyleSmallWindowLarge android:quickContactBadgeStyleSmallWindowLarge} Default quickcontact badge style with large quickcontact window. {@link #Theme_quickContactBadgeStyleSmallWindowMedium android:quickContactBadgeStyleSmallWindowMedium} Default quickcontact badge style with medium quickcontact window. {@link #Theme_quickContactBadgeStyleSmallWindowSmall android:quickContactBadgeStyleSmallWindowSmall} Default quickcontact badge style with small quickcontact window. {@link #Theme_quickContactBadgeStyleWindowLarge android:quickContactBadgeStyleWindowLarge} Default quickcontact badge style with large quickcontact window. {@link #Theme_quickContactBadgeStyleWindowMedium android:quickContactBadgeStyleWindowMedium} Default quickcontact badge style with medium quickcontact window. {@link #Theme_quickContactBadgeStyleWindowSmall android:quickContactBadgeStyleWindowSmall} Default quickcontact badge style with small quickcontact window. {@link #Theme_radioButtonStyle android:radioButtonStyle} Default RadioButton style. {@link #Theme_ratingBarStyle android:ratingBarStyle} Default RatingBar style. {@link #Theme_ratingBarStyleIndicator android:ratingBarStyleIndicator} Indicator RatingBar style. {@link #Theme_ratingBarStyleSmall android:ratingBarStyleSmall} Small indicator RatingBar style. {@link #Theme_ringtonePreferenceStyle android:ringtonePreferenceStyle} Default style for RingtonePreference. {@link #Theme_scrollViewStyle android:scrollViewStyle} Default ScrollView style. {@link #Theme_seekBarStyle android:seekBarStyle} Default SeekBar style. {@link #Theme_segmentedButtonStyle android:segmentedButtonStyle} Style for segmented buttons - a container that houses several buttons
with the appearance of a singel button broken into segments. {@link #Theme_selectableItemBackground android:selectableItemBackground} Background drawable for standalone items that need focus/pressed states. {@link #Theme_spinnerDropDownItemStyle android:spinnerDropDownItemStyle} Default style for spinner drop down items. {@link #Theme_spinnerItemStyle android:spinnerItemStyle} Default spinner item style. {@link #Theme_spinnerStyle android:spinnerStyle} Default Spinner style. {@link #Theme_starStyle android:starStyle} Default Star style. {@link #Theme_switchPreferenceStyle android:switchPreferenceStyle} Default style for switch preferences. {@link #Theme_tabWidgetStyle android:tabWidgetStyle} Default TabWidget style. {@link #Theme_textAppearance android:textAppearance} Default appearance of text: color, typeface, size, and style. {@link #Theme_textAppearanceButton android:textAppearanceButton} Text color, typeface, size, and style for the text inside of a button. {@link #Theme_textAppearanceInverse android:textAppearanceInverse} Default appearance of text against an inverted background:
color, typeface, size, and style. {@link #Theme_textAppearanceLarge android:textAppearanceLarge} Text color, typeface, size, and style for "large" text. {@link #Theme_textAppearanceLargeInverse android:textAppearanceLargeInverse} Text color, typeface, size, and style for "large" inverse text. {@link #Theme_textAppearanceLargePopupMenu android:textAppearanceLargePopupMenu} Text color, typeface, size, and style for the text inside of a popup menu. {@link #Theme_textAppearanceListItem android:textAppearanceListItem} The preferred TextAppearance for the primary text of list items. {@link #Theme_textAppearanceListItemSmall android:textAppearanceListItemSmall} The preferred TextAppearance for the primary text of small list items. {@link #Theme_textAppearanceMedium android:textAppearanceMedium} Text color, typeface, size, and style for "medium" text. {@link #Theme_textAppearanceMediumInverse android:textAppearanceMediumInverse} Text color, typeface, size, and style for "medium" inverse text. {@link #Theme_textAppearanceSearchResultSubtitle android:textAppearanceSearchResultSubtitle} Text color, typeface, size, and style for system search result subtitle. {@link #Theme_textAppearanceSearchResultTitle android:textAppearanceSearchResultTitle} Text color, typeface, size, and style for system search result title. {@link #Theme_textAppearanceSmall android:textAppearanceSmall} Text color, typeface, size, and style for "small" text. {@link #Theme_textAppearanceSmallInverse android:textAppearanceSmallInverse} Text color, typeface, size, and style for "small" inverse text. {@link #Theme_textAppearanceSmallPopupMenu android:textAppearanceSmallPopupMenu} Text color, typeface, size, and style for small text inside of a popup menu. {@link #Theme_textCheckMark android:textCheckMark} Drawable to use for check marks. {@link #Theme_textCheckMarkInverse android:textCheckMarkInverse}{@link #Theme_textColorAlertDialogListItem android:textColorAlertDialogListItem} Color of list item text in alert dialogs. {@link #Theme_textColorHighlightInverse android:textColorHighlightInverse} Color of highlighted text, when used in a light theme. {@link #Theme_textColorHintInverse android:textColorHintInverse} Inverse hint text color. {@link #Theme_textColorLinkInverse android:textColorLinkInverse} Color of link text (URLs), when used in a light theme. {@link #Theme_textColorPrimary android:textColorPrimary} The most prominent text color. {@link #Theme_textColorPrimaryDisableOnly android:textColorPrimaryDisableOnly} Bright text color. {@link #Theme_textColorPrimaryInverse android:textColorPrimaryInverse} Primary inverse text color, useful for inverted backgrounds. {@link #Theme_textColorPrimaryInverseDisableOnly android:textColorPrimaryInverseDisableOnly} Bright inverse text color. {@link #Theme_textColorPrimaryInverseNoDisable android:textColorPrimaryInverseNoDisable} Bright inverse text color. {@link #Theme_textColorPrimaryNoDisable android:textColorPrimaryNoDisable} Bright text color. {@link #Theme_textColorSecondary android:textColorSecondary} Secondary text color. {@link #Theme_textColorSecondaryInverse android:textColorSecondaryInverse} Secondary inverse text color, useful for inverted backgrounds. {@link #Theme_textColorSecondaryInverseNoDisable android:textColorSecondaryInverseNoDisable} Dim inverse text color. {@link #Theme_textColorSecondaryNoDisable android:textColorSecondaryNoDisable} Dim text color. {@link #Theme_textColorTertiary android:textColorTertiary} Tertiary text color. {@link #Theme_textColorTertiaryInverse android:textColorTertiaryInverse} Tertiary inverse text color, useful for inverted backgrounds. {@link #Theme_textEditNoPasteWindowLayout android:textEditNoPasteWindowLayout} Variation of textEditPasteWindowLayout displayed when the clipboard is empty. {@link #Theme_textEditPasteWindowLayout android:textEditPasteWindowLayout} The layout of the view that is displayed on top of the cursor to paste inside a
TextEdit field. {@link #Theme_textEditSideNoPasteWindowLayout android:textEditSideNoPasteWindowLayout} Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. {@link #Theme_textEditSidePasteWindowLayout android:textEditSidePasteWindowLayout} Used instead of textEditPasteWindowLayout when the window is moved on the side of the
insertion cursor because it would be clipped if it were positioned on top. {@link #Theme_textEditSuggestionItemLayout android:textEditSuggestionItemLayout} Layout of the TextView item that will populate the suggestion popup window. {@link #Theme_textSelectHandle android:textSelectHandle} Reference to a drawable that will be used to display a text selection
anchor for positioning the cursor within text. {@link #Theme_textSelectHandleLeft android:textSelectHandleLeft} Reference to a drawable that will be used to display a text selection
anchor on the left side of a selection region. {@link #Theme_textSelectHandleRight android:textSelectHandleRight} Reference to a drawable that will be used to display a text selection
anchor on the right side of a selection region. {@link #Theme_textSelectHandleWindowStyle android:textSelectHandleWindowStyle} Reference to a style that will be used for the window containing a text
selection anchor. {@link #Theme_textSuggestionsWindowStyle android:textSuggestionsWindowStyle} Reference to a style that will be used for the window containing a list of possible
text suggestions in an EditText. {@link #Theme_textViewStyle android:textViewStyle} Default TextView style. {@link #Theme_webTextViewStyle android:webTextViewStyle} Default WebTextView style. {@link #Theme_webViewStyle android:webViewStyle} Default WebView style. {@link #Theme_windowActionBar android:windowActionBar} Flag indicating whether this window should have an Action Bar
in place of the usual title bar. {@link #Theme_windowActionBarOverlay android:windowActionBarOverlay} Flag indicating whether this window's Action Bar should overlay
application content. {@link #Theme_windowActionModeOverlay android:windowActionModeOverlay} Flag indicating whether action modes should overlay window content
when there is not reserved space for their UI (such as an Action Bar). {@link #Theme_windowAnimationStyle android:windowAnimationStyle} Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
{@link android.R.styleable#WindowAnimation}. {@link #Theme_windowBackground android:windowBackground} Drawable to use as the overall window background. {@link #Theme_windowCloseOnTouchOutside android:windowCloseOnTouchOutside} Control whether a container should automatically close itself if
the user touches outside of it. {@link #Theme_windowContentOverlay android:windowContentOverlay} This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title. {@link #Theme_windowDisablePreview android:windowDisablePreview} Flag allowing you to disable the preview animation for a window. {@link #Theme_windowEnableSplitTouch android:windowEnableSplitTouch} Flag indicating that this window should allow touches to be split
across other windows that also support split touch. {@link #Theme_windowFrame android:windowFrame} Drawable to use as a frame around the window. {@link #Theme_windowFullscreen android:windowFullscreen} Flag indicating whether this window should fill the entire screen. {@link #Theme_windowIsFloating android:windowIsFloating} Flag indicating whether this is a floating window. {@link #Theme_windowIsTranslucent android:windowIsTranslucent} Flag indicating whether this is a translucent window. {@link #Theme_windowNoDisplay android:windowNoDisplay} Flag indicating that this window should not be displayed at all. {@link #Theme_windowNoTitle android:windowNoTitle} Flag indicating whether there should be no title on this window. {@link #Theme_windowOverscan android:windowOverscan} Flag indicating whether this window should extend into overscan region. {@link #Theme_windowShowWallpaper android:windowShowWallpaper} Flag indicating that this window's background should be the
user's current wallpaper. {@link #Theme_windowSoftInputMode android:windowSoftInputMode} Defines the default soft input state that this window would
like when it is displayed. {@link #Theme_windowTitleBackgroundStyle android:windowTitleBackgroundStyle} The style resource to use for a window's title area. {@link #Theme_windowTitleSize android:windowTitleSize} The style resource to use for a window's title bar height. {@link #Theme_windowTitleStyle android:windowTitleStyle} The style resource to use for a window's title text. {@link #Theme_windowTranslucentNavigation android:windowTranslucentNavigation} Flag indicating whether this window requests a translucent navigation bar. {@link #Theme_windowTranslucentStatus android:windowTranslucentStatus} Flag indicating whether this window requests a translucent status bar. {@link #Theme_yesNoPreferenceStyle android:yesNoPreferenceStyle} Default style for YesNoPreference. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description wrap_content0 @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:actionBarTabBarStyle
*/
public static final int Theme_actionBarTabBarStyle = 143;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:actionBarTabTextStyle
*/
public static final int Theme_actionBarTabTextStyle = 144;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:actionModeCloseButtonStyle
*/
public static final int Theme_actionModeCloseButtonStyle = 146;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:actionModeStyle
*/
public static final int Theme_actionModeStyle = 202;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:actionOverflowButtonStyle
*/
public static final int Theme_actionOverflowButtonStyle = 145;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:alertDialogStyle
*/
public static final int Theme_alertDialogStyle = 45;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description floating0 atThumb1 @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@attr name android:textCheckMarkInverse
*/
public static final int Theme_textCheckMarkInverse = 23;
/**
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description stateUnspecified0 Not specified, use what the system thinks is best. This
is the default. stateUnchanged1 Leave the soft input window as-is, in whatever state it
last was. stateHidden2 Make the soft input area hidden when normally appropriate
(when the user is navigating forward to your window). stateAlwaysHidden3 Always make the soft input area hidden when this window
has input focus. stateVisible4 Make the soft input area visible when normally appropriate
(when the user is navigating forward to your window). stateAlwaysVisible5 Always make the soft input area visible when this window
has input focus. adjustUnspecified0x00 The window resize/pan adjustment has not been specified,
the system will automatically select between resize and pan
modes, depending
on whether the content of the window has any layout views
that can scroll their contents. If there is such a view,
then the window will be resized, with the assumption being
that the resizeable area can be reduced to make room for
the input UI. adjustResize0x10 Always resize the window: the content area of the window is
reduced to make room for the soft input area. adjustPan0x20 Don't resize the window to make room for the soft input area;
instead pan the contents of the window as focus moves inside
of it so that the user can see what they are typing. This is
generally less desireable than panning because the user may
need to close the input area to get at and interact with
parts of the window. adjustNothing0x30 Don't resize or pan the window to make room for the
soft input area; the window is never adjusted for it. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int[] TimePicker = {
0x0101043c
};
/** Attributes that can be used with a ToggleButton.
Attribute Description
@see #ToggleButton_disabledAlpha
@see #ToggleButton_textOff
@see #ToggleButton_textOn
*/
public static final int[] ToggleButton = {
0x01010033, 0x01010124, 0x01010125
};
/**
Attribute Description {@link #ToggleButton_disabledAlpha android:disabledAlpha} The alpha to apply to the indicator when disabled. {@link #ToggleButton_textOff android:textOff} The text for the button when it is not checked. {@link #ToggleButton_textOn android:textOn} The text for the button when it is checked. 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
move, fade, and set.
@see #Transition_duration
@see #Transition_interpolator
@see #Transition_startDelay
*/
public static final int[] Transition = {
0x01010141, 0x01010198, 0x010103e2
};
/**
Attribute Description {@link #Transition_duration android:duration} Amount of time (in milliseconds) that the transition should run. {@link #Transition_interpolator android:interpolator} Interpolator to be used in the animations spawned by this transition. {@link #Transition_startDelay android:startDelay} Delay in milliseconds before the transition starts. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
transitionManager as the root tag of the XML resource that
describes a {@link android.transition.TransitionManager
TransitionManager}.
@see #TransitionManager_fromScene
@see #TransitionManager_toScene
@see #TransitionManager_transition
*/
public static final int[] TransitionManager = {
0x010103dd, 0x010103de, 0x010103df
};
/**
Attribute Description {@link #TransitionManager_fromScene android:fromScene} The originating scene in this scene change. {@link #TransitionManager_toScene android:toScene} The destination scene in this scene change. {@link #TransitionManager_transition android:transition} The id of a transition to be used in a particular scene change. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
set as the root tag of the XML resource that
describes a {@link android.transition.TransitionSet
TransitionSet} transition.
@see #TransitionSet_transitionOrdering
*/
public static final int[] TransitionSet = {
0x010103e0
};
/**
Attribute Description {@link #TransitionSet_transitionOrdering android:transitionOrdering}
@attr name android:transitionOrdering
*/
public static final int TransitionSet_transitionOrdering = 0;
/** Use Constant Value Description together0 child transitions should be played together. sequential1 child transitions should be played sequentially, in the same order
as the xml. target as the root tag of the XML resource that
describes a {@link android.transition.Transition#addTarget(int)
targetId} of a transition. There can be one or more targets inside
a targets tag, which is itself inside an appropriate
{@link android.R.styleable#Transition Transition} tag.
@see #TransitionTarget_targetId
*/
public static final int[] TransitionTarget = {
0x010103dc
};
/**
Attribute Description {@link #TransitionTarget_targetId android:targetId} The id of a target on which this transition will animate changes. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #TranslateAnimation_fromXDelta
@see #TranslateAnimation_fromYDelta
@see #TranslateAnimation_toXDelta
@see #TranslateAnimation_toYDelta
*/
public static final int[] TranslateAnimation = {
0x010101c6, 0x010101c7, 0x010101c8, 0x010101c9
};
/**
Attribute Description {@link #TranslateAnimation_fromXDelta android:fromXDelta}{@link #TranslateAnimation_fromYDelta android:fromYDelta}{@link #TranslateAnimation_toXDelta android:toXDelta}{@link #TranslateAnimation_toYDelta android:toYDelta}1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromXDelta
*/
public static final int TranslateAnimation_fromXDelta = 0;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:fromYDelta
*/
public static final int TranslateAnimation_fromYDelta = 2;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toXDelta
*/
public static final int TranslateAnimation_toXDelta = 1;
/**
1.2".
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:toYDelta
*/
public static final int TranslateAnimation_toYDelta = 3;
/** Attributes that can be used with a TwoLineListItem.
@see #TwoLineListItem_mode
*/
public static final int[] TwoLineListItem = {
0x0101017e
};
/**
Attribute Description {@link #TwoLineListItem_mode android:mode}
@attr name android:mode
*/
public static final int TwoLineListItem_mode = 0;
/** Attributes that can be used with a VerticalSlider_Layout.
Constant Value Description oneLine1 Always show only the first line. collapsing2 When selected show both lines, otherwise show only the first line.
This is the default mode. twoLine3 Always show both lines.
@see #VerticalSlider_Layout_layout_scale
*/
public static final int[] VerticalSlider_Layout = {
0x01010193
};
/**
Attribute Description {@link #VerticalSlider_Layout_layout_scale android:layout_scale}1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:layout_scale
*/
public static final int VerticalSlider_Layout_layout_scale = 0;
/** Attributes that can be used with {@link android.view.View} or
any of its subclasses. Also see {@link #ViewGroup_Layout} for
attributes that are processed by the view's parent.
@see #View_accessibilityLiveRegion
@see #View_alpha
@see #View_background
@see #View_clickable
@see #View_contentDescription
@see #View_drawingCacheQuality
@see #View_duplicateParentState
@see #View_fadeScrollbars
@see #View_fadingEdge
@see #View_fadingEdgeLength
@see #View_filterTouchesWhenObscured
@see #View_fitsSystemWindows
@see #View_focusable
@see #View_focusableInTouchMode
@see #View_hapticFeedbackEnabled
@see #View_id
@see #View_importantForAccessibility
@see #View_isScrollContainer
@see #View_keepScreenOn
@see #View_labelFor
@see #View_layerType
@see #View_layoutDirection
@see #View_longClickable
@see #View_minHeight
@see #View_minWidth
@see #View_nextFocusDown
@see #View_nextFocusForward
@see #View_nextFocusLeft
@see #View_nextFocusRight
@see #View_nextFocusUp
@see #View_onClick
@see #View_overScrollMode
@see #View_padding
@see #View_paddingBottom
@see #View_paddingEnd
@see #View_paddingLeft
@see #View_paddingRight
@see #View_paddingStart
@see #View_paddingTop
@see #View_requiresFadingEdge
@see #View_rotation
@see #View_rotationX
@see #View_rotationY
@see #View_saveEnabled
@see #View_scaleX
@see #View_scaleY
@see #View_scrollX
@see #View_scrollY
@see #View_scrollbarAlwaysDrawHorizontalTrack
@see #View_scrollbarAlwaysDrawVerticalTrack
@see #View_scrollbarDefaultDelayBeforeFade
@see #View_scrollbarFadeDuration
@see #View_scrollbarSize
@see #View_scrollbarStyle
@see #View_scrollbarThumbHorizontal
@see #View_scrollbarThumbVertical
@see #View_scrollbarTrackHorizontal
@see #View_scrollbarTrackVertical
@see #View_scrollbars
@see #View_soundEffectsEnabled
@see #View_tag
@see #View_textAlignment
@see #View_textDirection
@see #View_transformPivotX
@see #View_transformPivotY
@see #View_translationX
@see #View_translationY
@see #View_verticalScrollbarPosition
@see #View_visibility
*/
public static final int[] View = {
0x01010063, 0x01010064, 0x01010065, 0x01010066,
0x01010067, 0x01010068, 0x01010069, 0x0101007f,
0x010100d0, 0x010100d1, 0x010100d2, 0x010100d3,
0x010100d4, 0x010100d5, 0x010100d6, 0x010100d7,
0x010100d8, 0x010100d9, 0x010100da, 0x010100db,
0x010100dc, 0x010100dd, 0x010100de, 0x010100df,
0x010100e0, 0x010100e1, 0x010100e2, 0x010100e3,
0x010100e4, 0x010100e5, 0x010100e6, 0x010100e7,
0x010100e8, 0x010100e9, 0x0101013f, 0x01010140,
0x01010215, 0x01010216, 0x0101024e, 0x0101025e,
0x0101026f, 0x01010273, 0x010102a8, 0x010102a9,
0x010102aa, 0x010102c1, 0x010102c4, 0x0101031f,
0x01010320, 0x01010321, 0x01010322, 0x01010323,
0x01010324, 0x01010325, 0x01010326, 0x01010327,
0x01010328, 0x01010334, 0x0101033c, 0x01010354,
0x010103a5, 0x010103aa, 0x010103b0, 0x010103b1,
0x010103b2, 0x010103b3, 0x010103b4, 0x010103c6,
0x010103ee
};
/**
Attribute Description {@link #View_accessibilityLiveRegion android:accessibilityLiveRegion} Indicates to accessibility services whether the user should be notified when
this view changes. {@link #View_alpha android:alpha} alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque). {@link #View_background android:background} A drawable to use as the background. {@link #View_clickable android:clickable} Defines whether this view reacts to click events. {@link #View_contentDescription android:contentDescription} Defines text that briefly describes content of the view. {@link #View_drawingCacheQuality android:drawingCacheQuality} Defines the quality of translucent drawing caches. {@link #View_duplicateParentState android:duplicateParentState} When this attribute is set to true, the view gets its drawable state
(focused, pressed, etc. {@link #View_fadeScrollbars android:fadeScrollbars} Defines whether to fade out scrollbars when they are not in use. {@link #View_fadingEdge android:fadingEdge} This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}). {@link #View_fadingEdgeLength android:fadingEdgeLength} Defines the length of the fading edges. {@link #View_filterTouchesWhenObscured android:filterTouchesWhenObscured} Specifies whether to filter touches when the view's window is obscured by
another visible window. {@link #View_fitsSystemWindows android:fitsSystemWindows} Boolean internal attribute to adjust view layout based on
system windows such as the status bar. {@link #View_focusable android:focusable} Boolean that controls whether a view can take focus. {@link #View_focusableInTouchMode android:focusableInTouchMode} Boolean that controls whether a view can take focus while in touch mode. {@link #View_hapticFeedbackEnabled android:hapticFeedbackEnabled} Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses. {@link #View_id android:id} Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById Activity.findViewById()}. {@link #View_importantForAccessibility android:importantForAccessibility} Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen. {@link #View_isScrollContainer android:isScrollContainer} Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method. {@link #View_keepScreenOn android:keepScreenOn} Controls whether the view's window should keep the screen on
while visible. {@link #View_labelFor android:labelFor} Specifies the id of a view for which this view serves as a label for
accessibility purposes. {@link #View_layerType android:layerType} Specifies the type of layer backing this view. {@link #View_layoutDirection android:layoutDirection} Defines the direction of layout drawing. {@link #View_longClickable android:longClickable} Defines whether this view reacts to long click events. {@link #View_minHeight android:minHeight} Defines the minimum height of the view. {@link #View_minWidth android:minWidth} Defines the minimum width of the view. {@link #View_nextFocusDown android:nextFocusDown} Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed. {@link #View_nextFocusForward android:nextFocusForward} Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed. {@link #View_nextFocusLeft android:nextFocusLeft} Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}. {@link #View_nextFocusRight android:nextFocusRight} Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed. {@link #View_nextFocusUp android:nextFocusUp} Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed. {@link #View_onClick android:onClick} Name of the method in this View's context to invoke when the view is
clicked. {@link #View_overScrollMode android:overScrollMode} Defines over-scrolling behavior. {@link #View_padding android:padding} Sets the padding, in pixels, of all four edges. {@link #View_paddingBottom android:paddingBottom} Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}. {@link #View_paddingEnd android:paddingEnd} Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. {@link #View_paddingLeft android:paddingLeft} Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}. {@link #View_paddingRight android:paddingRight} Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}. {@link #View_paddingStart android:paddingStart} Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. {@link #View_paddingTop android:paddingTop} Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}. {@link #View_requiresFadingEdge android:requiresFadingEdge} Defines which edges should be faded on scrolling. {@link #View_rotation android:rotation} rotation of the view, in degrees. {@link #View_rotationX android:rotationX} rotation of the view around the x axis, in degrees. {@link #View_rotationY android:rotationY} rotation of the view around the y axis, in degrees. {@link #View_saveEnabled android:saveEnabled} If unset, no state will be saved for this view when it is being
frozen. {@link #View_scaleX android:scaleX} scale of the view in the x direction. {@link #View_scaleY android:scaleY} scale of the view in the y direction. {@link #View_scrollX android:scrollX} The initial horizontal scroll offset, in pixels. {@link #View_scrollY android:scrollY} The initial vertical scroll offset, in pixels. {@link #View_scrollbarAlwaysDrawHorizontalTrack android:scrollbarAlwaysDrawHorizontalTrack} Defines whether the horizontal scrollbar track should always be drawn. {@link #View_scrollbarAlwaysDrawVerticalTrack android:scrollbarAlwaysDrawVerticalTrack} Defines whether the vertical scrollbar track should always be drawn. {@link #View_scrollbarDefaultDelayBeforeFade android:scrollbarDefaultDelayBeforeFade} Defines the delay in milliseconds that a scrollbar waits before fade out. {@link #View_scrollbarFadeDuration android:scrollbarFadeDuration} Defines the delay in milliseconds that a scrollbar takes to fade out. {@link #View_scrollbarSize android:scrollbarSize} Sets the width of vertical scrollbars and height of horizontal scrollbars. {@link #View_scrollbarStyle android:scrollbarStyle} Controls the scrollbar style and position. {@link #View_scrollbarThumbHorizontal android:scrollbarThumbHorizontal} Defines the horizontal scrollbar thumb drawable. {@link #View_scrollbarThumbVertical android:scrollbarThumbVertical} Defines the vertical scrollbar thumb drawable. {@link #View_scrollbarTrackHorizontal android:scrollbarTrackHorizontal} Defines the horizontal scrollbar track drawable. {@link #View_scrollbarTrackVertical android:scrollbarTrackVertical} Defines the vertical scrollbar track drawable. {@link #View_scrollbars android:scrollbars} Defines which scrollbars should be displayed on scrolling or not. {@link #View_soundEffectsEnabled android:soundEffectsEnabled} Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching. {@link #View_tag android:tag} Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
View.findViewWithTag()}. {@link #View_textAlignment android:textAlignment} Defines the alignment of the text. {@link #View_textDirection android:textDirection} Defines the direction of the text. {@link #View_transformPivotX android:transformPivotX} x location of the pivot point around which the view will rotate and scale. {@link #View_transformPivotY android:transformPivotY} y location of the pivot point around which the view will rotate and scale. {@link #View_translationX android:translationX} translation in x of the view. {@link #View_translationY android:translationY} translation in y of the view. {@link #View_verticalScrollbarPosition android:verticalScrollbarPosition} Determines which side the vertical scroll bar should be placed on. {@link #View_visibility android:visibility} Controls the initial visibility of the view. 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description none0 Accessibility services should not announce changes to this view. polite1 Accessibility services should announce changes to this view. assertive2 Accessibility services should interrupt ongoing speech to immediately
announce changes to this view. 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description auto0 Lets the framework decide what quality level should be used
for the drawing cache. low1 Low quality. When set to low quality, the drawing cache uses a lower color
depth, thus losing precision in rendering gradients, but uses less memory. high2 High quality. When set to high quality, the drawing cache uses a higher
color depth but uses more memory. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
android:requiresFadingEdge attribute instead.
Constant Value Description none0x00000000 No edge is faded. horizontal0x00001000 Fades horizontal edges only. vertical0x00002000 Fades vertical edges only. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@+ 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).
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description auto0 The system determines whether the view is important for accessibility - default
(recommended). yes1 The view is important for accessibility. no2 The view is not important for accessibility. noHideDescendants4 The view is not important for accessibility, nor are any of its descendant
views. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description none0 Don't use a layer. software1 Use a software layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint)} for
more information. hardware2 Use a hardware layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint)} for
more information.
Constant Value Description ltr0 Left-to-Right rtl1 Right-to-Left inherit2 Inherit from parent locale3 Locale true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
android:onClick="sayHello", you must declare a
public void sayHello(View v) method of your context
(typically, your Activity).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description always0 Always show over-scroll effects, even if the content fits entirely
within the available space. ifContentScrolls1 Only show over-scroll effects if the content is large
enough to meaningfully scroll. never2 Never show over-scroll effects. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description none0x00000000 No edge is faded. horizontal0x00001000 Fades horizontal edges only. vertical0x00002000 Fades vertical edges only. 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description insideOverlay0x0 Inside the padding and overlaid insideInset0x01000000 Inside the padding and inset outsideOverlay0x02000000 Edge of the view and overlaid outsideInset0x03000000 Edge of the view and inset @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description none0x00000000 No scrollbar is displayed. horizontal0x00000100 Displays horizontal scrollbar only. vertical0x00000200 Displays vertical scrollbar only. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description inherit0 Default gravity1 Default for the root view. The gravity determines the alignment, ALIGN_NORMAL,
ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s
text direction textStart2 Align to the start of the paragraph, e.g. ALIGN_NORMAL. textEnd3 Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. center4 Center the paragraph, e.g. ALIGN_CENTER. viewStart5 Align to the start of the view, which is ALIGN_LEFT if the view’s resolved
layoutDirection is LTR, and ALIGN_RIGHT otherwise. viewEnd6 Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved
layoutDirection is LTR, and ALIGN_LEFT otherwise 100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description inherit0 Default firstStrong1 Default for the root view. The first strong directional character determines the
paragraph direction. If there is no strong directional character, the paragraph
direction is the view’s resolved layout direction. anyRtl2 The paragraph direction is RTL if it contains any strong RTL character, otherwise
it is LTR if it contains any strong LTR characters. If there are neither, the
paragraph direction is the view’s resolved layout direction. ltr3 The paragraph direction is left to right. rtl4 The paragraph direction is right to left. locale5 The paragraph direction is coming from the system Locale. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description defaultPosition0 Place the scroll bar wherever the system default determines. left1 Place the scroll bar on the left. right2 Place the scroll bar on the right.
Constant Value Description visible0 Visible on screen; the default value. invisible1 Not displayed, but taken into account during layout (space is left for it). gone2 Completely hidden, as if the view had not been added.
@see #ViewAnimator_animateFirstView
@see #ViewAnimator_inAnimation
@see #ViewAnimator_outAnimation
*/
public static final int[] ViewAnimator = {
0x01010177, 0x01010178, 0x010102d5
};
/**
Attribute Description {@link #ViewAnimator_animateFirstView android:animateFirstView} Defines whether to animate the current View when the ViewAnimation
is first displayed. {@link #ViewAnimator_inAnimation android:inAnimation} Identifier for the animation to use when a view is shown. {@link #ViewAnimator_outAnimation android:outAnimation} Identifier for the animation to use when a view is hidden. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #ViewDrawableStates_state_accelerated
@see #ViewDrawableStates_state_activated
@see #ViewDrawableStates_state_drag_can_accept
@see #ViewDrawableStates_state_drag_hovered
@see #ViewDrawableStates_state_enabled
@see #ViewDrawableStates_state_focused
@see #ViewDrawableStates_state_hovered
@see #ViewDrawableStates_state_pressed
@see #ViewDrawableStates_state_selected
@see #ViewDrawableStates_state_window_focused
*/
public static final int[] ViewDrawableStates = {
0x0101009c, 0x0101009d, 0x0101009e, 0x010100a1,
0x010100a7, 0x010102fe, 0x0101031b, 0x01010367,
0x01010368, 0x01010369
};
/**
Attribute Description {@link #ViewDrawableStates_state_accelerated android:state_accelerated} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
indicating that the Drawable is in a view that is hardware accelerated. {@link #ViewDrawableStates_state_activated android:state_activated} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view or its parent has been "activated" meaning the user has currently
marked it as being of interest. {@link #ViewDrawableStates_state_drag_can_accept android:state_drag_can_accept} State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that the Drawable is in a view that is capable of accepting a drop of
the content currently being manipulated in a drag-and-drop operation. {@link #ViewDrawableStates_state_drag_hovered android:state_drag_hovered} State for {@link android.graphics.drawable.StateListDrawable StateListDrawable}
indicating that a drag operation (for which the Drawable's view is a valid recipient)
is currently positioned over the Drawable. {@link #ViewDrawableStates_state_enabled android:state_enabled} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view is enabled. {@link #ViewDrawableStates_state_focused android:state_focused} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view has input focus. {@link #ViewDrawableStates_state_hovered android:state_hovered} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a pointer is hovering over the view. {@link #ViewDrawableStates_state_pressed android:state_pressed} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when the user is pressing down in a view. {@link #ViewDrawableStates_state_selected android:state_selected} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view (or one of its parents) is currently selected. {@link #ViewDrawableStates_state_window_focused android:state_window_focused} State value for {@link android.graphics.drawable.StateListDrawable StateListDrawable},
set when a view's window has input focus. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ViewFlipper_autoStart
@see #ViewFlipper_flipInterval
*/
public static final int[] ViewFlipper = {
0x01010179, 0x010102b5
};
/**
Attribute Description {@link #ViewFlipper_autoStart android:autoStart} When true, automatically start animating {@link #ViewFlipper_flipInterval android:flipInterval}true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
100".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:flipInterval
*/
public static final int ViewFlipper_flipInterval = 0;
/** Attributes that can be used with a {@link android.view.ViewGroup} or any
of its subclasses. Also see {@link #ViewGroup_Layout} for
attributes that this class processes in its children.
@see #ViewGroup_addStatesFromChildren
@see #ViewGroup_alwaysDrawnWithCache
@see #ViewGroup_animateLayoutChanges
@see #ViewGroup_animationCache
@see #ViewGroup_clipChildren
@see #ViewGroup_clipToPadding
@see #ViewGroup_descendantFocusability
@see #ViewGroup_layoutAnimation
@see #ViewGroup_layoutMode
@see #ViewGroup_persistentDrawingCache
@see #ViewGroup_splitMotionEvents
*/
public static final int[] ViewGroup = {
0x010100ea, 0x010100eb, 0x010100ec, 0x010100ed,
0x010100ee, 0x010100ef, 0x010100f0, 0x010100f1,
0x010102ef, 0x010102f2, 0x010103da
};
/**
Attribute Description {@link #ViewGroup_addStatesFromChildren android:addStatesFromChildren} Sets whether this ViewGroup's drawable states also include
its children's drawable states. {@link #ViewGroup_alwaysDrawnWithCache android:alwaysDrawnWithCache} Defines whether the ViewGroup should always draw its children using their
drawing cache or not. {@link #ViewGroup_animateLayoutChanges android:animateLayoutChanges} Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run. {@link #ViewGroup_animationCache android:animationCache} Defines whether layout animations should create a drawing cache for their
children. {@link #ViewGroup_clipChildren android:clipChildren} Defines whether a child is limited to draw inside of its bounds or not. {@link #ViewGroup_clipToPadding android:clipToPadding} Defines whether the ViewGroup will clip its drawing surface so as to exclude
the padding area. {@link #ViewGroup_descendantFocusability android:descendantFocusability} Defines the relationship between the ViewGroup and its descendants
when looking for a View to take focus. {@link #ViewGroup_layoutAnimation android:layoutAnimation} Defines the layout animation to use the first time the ViewGroup is laid out. {@link #ViewGroup_layoutMode android:layoutMode} Defines the layout mode of this ViewGroup. {@link #ViewGroup_persistentDrawingCache android:persistentDrawingCache} Defines the persistence of the drawing cache. {@link #ViewGroup_splitMotionEvents android:splitMotionEvents} Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description beforeDescendants0 The ViewGroup will get focus before any of its descendants. afterDescendants1 The ViewGroup will get focus only if none of its descendants want it. blocksDescendants2 The ViewGroup will block its descendants from receiving focus. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
Constant Value Description clipBounds0 Use the children's clip bounds when laying out this container. opticalBounds1 Use the children's optical bounds when laying out this container.
Constant Value Description none0x0 The drawing cache is not persisted after use. animation0x1 The drawing cache is persisted after a layout animation. scrolling0x2 The drawing cache is persisted after a scroll. all0x3 The drawing cache is always persisted. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #ViewGroup_Layout_layout_height
@see #ViewGroup_Layout_layout_width
*/
public static final int[] ViewGroup_Layout = {
0x010100f4, 0x010100f5
};
/**
Attribute Description {@link #ViewGroup_Layout_layout_height android:layout_height} Specifies the basic height of the view. {@link #ViewGroup_Layout_layout_width android:layout_width} Specifies the basic width of the view. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding). 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding).
@see #ViewGroup_MarginLayout_layout_height
@see #ViewGroup_MarginLayout_layout_margin
@see #ViewGroup_MarginLayout_layout_marginBottom
@see #ViewGroup_MarginLayout_layout_marginEnd
@see #ViewGroup_MarginLayout_layout_marginLeft
@see #ViewGroup_MarginLayout_layout_marginRight
@see #ViewGroup_MarginLayout_layout_marginStart
@see #ViewGroup_MarginLayout_layout_marginTop
@see #ViewGroup_MarginLayout_layout_width
*/
public static final int[] ViewGroup_MarginLayout = {
0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7,
0x010100f8, 0x010100f9, 0x010100fa, 0x010103b5,
0x010103b6
};
/**
Attribute Description {@link #ViewGroup_MarginLayout_layout_height android:layout_height} Specifies the basic height of the view. {@link #ViewGroup_MarginLayout_layout_margin android:layout_margin} Specifies extra space on the left, top, right and bottom
sides of this view. {@link #ViewGroup_MarginLayout_layout_marginBottom android:layout_marginBottom} Specifies extra space on the bottom side of this view. {@link #ViewGroup_MarginLayout_layout_marginEnd android:layout_marginEnd} Specifies extra space on the end side of this view. {@link #ViewGroup_MarginLayout_layout_marginLeft android:layout_marginLeft} Specifies extra space on the left side of this view. {@link #ViewGroup_MarginLayout_layout_marginRight android:layout_marginRight} Specifies extra space on the right side of this view. {@link #ViewGroup_MarginLayout_layout_marginStart android:layout_marginStart} Specifies extra space on the start side of this view. {@link #ViewGroup_MarginLayout_layout_marginTop android:layout_marginTop} Specifies extra space on the top side of this view. {@link #ViewGroup_MarginLayout_layout_width android:layout_width} Specifies the basic width of the view. 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding). 14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description fill_parent-1 The view should be as big as its parent (minus padding).
This constant is deprecated starting from API Level 8 and
is replaced by {@code match_parent}. match_parent-1 The view should be as big as its parent (minus padding).
Introduced in API Level 8. wrap_content-2 The view should be only big enough to enclose its content (plus padding).
@see #ViewStub_inflatedId
@see #ViewStub_layout
*/
public static final int[] ViewStub = {
0x010100f2, 0x010100f3
};
/**
Attribute Description {@link #ViewStub_inflatedId android:inflatedId} Overrides the id of the inflated View with this value. {@link #ViewStub_layout android:layout} Supply an identifier for the layout resource to inflate when the ViewStub
becomes visible or when forced to do so. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@see #VolumePreference_streamType
*/
public static final int[] VolumePreference = {
0x01010209
};
/**
Attribute Description {@link #VolumePreference_streamType android:streamType} Different audio stream types.
Constant Value Description voice0 system1 ring2 music3 alarm4 wallpaper as the root tag of the XML resource that
describes an
{@link android.service.wallpaper.WallpaperService}, which is
referenced from its
{@link android.service.wallpaper.WallpaperService#SERVICE_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
@see #Wallpaper_author
@see #Wallpaper_description
@see #Wallpaper_settingsActivity
@see #Wallpaper_thumbnail
*/
public static final int[] Wallpaper = {
0x01010020, 0x01010225, 0x010102a5, 0x010102b4
};
/**
Attribute Description {@link #Wallpaper_author android:author} Name of the author of this component, e. {@link #Wallpaper_description android:description} Short description of the component's purpose or behavior. {@link #Wallpaper_settingsActivity android:settingsActivity} Component name of an activity that allows the user to modify
the settings for this service. {@link #Wallpaper_thumbnail android:thumbnail} Reference to a the wallpaper's thumbnail bitmap. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
wallpaper-preview as the root tag of the XML resource that
describes a wallpaper preview.
@see #WallpaperPreviewInfo_staticWallpaperPreview
*/
public static final int[] WallpaperPreviewInfo = {
0x01010331
};
/**
Attribute Description {@link #WallpaperPreviewInfo_staticWallpaperPreview android:staticWallpaperPreview} A resource id of a static drawable. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
*/
public static final int[] WeightedLinearLayout = {
0x0101043e, 0x0101043f, 0x01010440, 0x01010441
};
/** The set of attributes that describe a Windows's theme.
Attribute Description
@see #Window_backgroundDimAmount
@see #Window_backgroundDimEnabled
@see #Window_textColor
@see #Window_windowActionBar
@see #Window_windowActionBarOverlay
@see #Window_windowActionModeOverlay
@see #Window_windowAnimationStyle
@see #Window_windowBackground
@see #Window_windowCloseOnTouchOutside
@see #Window_windowContentOverlay
@see #Window_windowDisablePreview
@see #Window_windowEnableSplitTouch
@see #Window_windowFrame
@see #Window_windowFullscreen
@see #Window_windowIsFloating
@see #Window_windowIsTranslucent
@see #Window_windowMinWidthMajor
@see #Window_windowMinWidthMinor
@see #Window_windowNoDisplay
@see #Window_windowNoTitle
@see #Window_windowOverscan
@see #Window_windowShowWallpaper
@see #Window_windowSoftInputMode
@see #Window_windowTranslucentNavigation
@see #Window_windowTranslucentStatus
*/
public static final int[] Window = {
0x01010032, 0x01010054, 0x01010055, 0x01010056,
0x01010057, 0x01010058, 0x01010059, 0x01010098,
0x010100ae, 0x0101020d, 0x0101021e, 0x0101021f,
0x01010222, 0x0101022b, 0x01010292, 0x010102cd,
0x010102dd, 0x010102e4, 0x01010317, 0x01010356,
0x01010357, 0x0101035b, 0x010103cf, 0x010103ef,
0x010103f0, 0x010103fa, 0x01010424, 0x01010425,
0x01010426, 0x01010427
};
/**
Attribute Description {@link #Window_backgroundDimAmount android:backgroundDimAmount} Default background dim amount when a menu, dialog, or something similar pops up. {@link #Window_backgroundDimEnabled android:backgroundDimEnabled} Control whether dimming behind the window is enabled. {@link #Window_textColor android:textColor} Color of text (usually same as colorForeground). {@link #Window_windowActionBar android:windowActionBar} Flag indicating whether this window should have an Action Bar
in place of the usual title bar. {@link #Window_windowActionBarOverlay android:windowActionBarOverlay} Flag indicating whether this window's Action Bar should overlay
application content. {@link #Window_windowActionModeOverlay android:windowActionModeOverlay} Flag indicating whether action modes should overlay window content
when there is not reserved space for their UI (such as an Action Bar). {@link #Window_windowAnimationStyle android:windowAnimationStyle} Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
{@link android.R.styleable#WindowAnimation}. {@link #Window_windowBackground android:windowBackground} Drawable to use as the overall window background. {@link #Window_windowCloseOnTouchOutside android:windowCloseOnTouchOutside} Control whether a container should automatically close itself if
the user touches outside of it. {@link #Window_windowContentOverlay android:windowContentOverlay} This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title. {@link #Window_windowDisablePreview android:windowDisablePreview} Flag allowing you to disable the preview animation for a window. {@link #Window_windowEnableSplitTouch android:windowEnableSplitTouch} Flag indicating that this window should allow touches to be split
across other windows that also support split touch. {@link #Window_windowFrame android:windowFrame} Drawable to use as a frame around the window. {@link #Window_windowFullscreen android:windowFullscreen} Flag indicating whether this window should fill the entire screen. {@link #Window_windowIsFloating android:windowIsFloating} Flag indicating whether this is a floating window. {@link #Window_windowIsTranslucent android:windowIsTranslucent} Flag indicating whether this is a translucent window. {@link #Window_windowMinWidthMajor android:windowMinWidthMajor} The minimum width the window is allowed to be, along the major
axis of the screen. {@link #Window_windowMinWidthMinor android:windowMinWidthMinor} The minimum width the window is allowed to be, along the minor
axis of the screen. {@link #Window_windowNoDisplay android:windowNoDisplay} Flag indicating that this window should not be displayed at all. {@link #Window_windowNoTitle android:windowNoTitle} Flag indicating whether there should be no title on this window. {@link #Window_windowOverscan android:windowOverscan} Flag indicating whether this window should extend into overscan region. {@link #Window_windowShowWallpaper android:windowShowWallpaper} Flag indicating that this window's background should be the
user's current wallpaper. {@link #Window_windowSoftInputMode android:windowSoftInputMode} Defines the default soft input state that this window would
like when it is displayed. {@link #Window_windowTranslucentNavigation android:windowTranslucentNavigation} Flag indicating whether this window requests a translucent navigation bar. {@link #Window_windowTranslucentStatus android:windowTranslucentStatus} Flag indicating whether this window requests a translucent status bar. 1.2".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
14.5%".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
Constant Value Description stateUnspecified0 Not specified, use what the system thinks is best. This
is the default. stateUnchanged1 Leave the soft input window as-is, in whatever state it
last was. stateHidden2 Make the soft input area hidden when normally appropriate
(when the user is navigating forward to your window). stateAlwaysHidden3 Always make the soft input area hidden when this window
has input focus. stateVisible4 Make the soft input area visible when normally appropriate
(when the user is navigating forward to your window). stateAlwaysVisible5 Always make the soft input area visible when this window
has input focus. adjustUnspecified0x00 The window resize/pan adjustment has not been specified,
the system will automatically select between resize and pan
modes, depending
on whether the content of the window has any layout views
that can scroll their contents. If there is such a view,
then the window will be resized, with the assumption being
that the resizeable area can be reduced to make room for
the input UI. adjustResize0x10 Always resize the window: the content area of the window is
reduced to make room for the soft input area. adjustPan0x20 Don't resize the window to make room for the soft input area;
instead pan the contents of the window as focus moves inside
of it so that the user can see what they are typing. This is
generally less desireable than panning because the user may
need to close the input area to get at and interact with
parts of the window. adjustNothing0x30 Don't resize or pan the window to make room for the
soft input area; the window is never adjusted for it. true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
true" or "false".
@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@see #WindowAnimation_activityCloseEnterAnimation
@see #WindowAnimation_activityCloseExitAnimation
@see #WindowAnimation_activityOpenEnterAnimation
@see #WindowAnimation_activityOpenExitAnimation
@see #WindowAnimation_taskCloseEnterAnimation
@see #WindowAnimation_taskCloseExitAnimation
@see #WindowAnimation_taskOpenEnterAnimation
@see #WindowAnimation_taskOpenExitAnimation
@see #WindowAnimation_taskToBackEnterAnimation
@see #WindowAnimation_taskToBackExitAnimation
@see #WindowAnimation_taskToFrontEnterAnimation
@see #WindowAnimation_taskToFrontExitAnimation
@see #WindowAnimation_wallpaperCloseEnterAnimation
@see #WindowAnimation_wallpaperCloseExitAnimation
@see #WindowAnimation_wallpaperIntraCloseEnterAnimation
@see #WindowAnimation_wallpaperIntraCloseExitAnimation
@see #WindowAnimation_wallpaperIntraOpenEnterAnimation
@see #WindowAnimation_wallpaperIntraOpenExitAnimation
@see #WindowAnimation_wallpaperOpenEnterAnimation
@see #WindowAnimation_wallpaperOpenExitAnimation
@see #WindowAnimation_windowEnterAnimation
@see #WindowAnimation_windowExitAnimation
@see #WindowAnimation_windowHideAnimation
@see #WindowAnimation_windowShowAnimation
*/
public static final int[] WindowAnimation = {
0x010100b4, 0x010100b5, 0x010100b6, 0x010100b7,
0x010100b8, 0x010100b9, 0x010100ba, 0x010100bb,
0x010100bc, 0x010100bd, 0x010100be, 0x010100bf,
0x010100c0, 0x010100c1, 0x010100c2, 0x010100c3,
0x01010293, 0x01010294, 0x01010295, 0x01010296,
0x01010297, 0x01010298, 0x01010299, 0x0101029a
};
/**
Attribute Description {@link #WindowAnimation_activityCloseEnterAnimation android:activityCloseEnterAnimation} When closing the current activity, this is the animation that is
run on the next activity (which is entering the screen). {@link #WindowAnimation_activityCloseExitAnimation android:activityCloseExitAnimation} When closing the current activity, this is the animation that is
run on the current activity (which is exiting the screen). {@link #WindowAnimation_activityOpenEnterAnimation android:activityOpenEnterAnimation} When opening a new activity, this is the animation that is
run on the next activity (which is entering the screen). {@link #WindowAnimation_activityOpenExitAnimation android:activityOpenExitAnimation} When opening a new activity, this is the animation that is
run on the previous activity (which is exiting the screen). {@link #WindowAnimation_taskCloseEnterAnimation android:taskCloseEnterAnimation} When closing the last activity of a task, this is the animation that is
run on the activity of the next task (which is entering the screen). {@link #WindowAnimation_taskCloseExitAnimation android:taskCloseExitAnimation} When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen). {@link #WindowAnimation_taskOpenEnterAnimation android:taskOpenEnterAnimation} When opening an activity in a new task, this is the animation that is
run on the activity of the new task (which is entering the screen). {@link #WindowAnimation_taskOpenExitAnimation android:taskOpenExitAnimation} When opening an activity in a new task, this is the animation that is
run on the activity of the old task (which is exiting the screen). {@link #WindowAnimation_taskToBackEnterAnimation android:taskToBackEnterAnimation} When sending the current task to the background, this is the
animation that is run on the top activity of the task behind
it (which is entering the screen). {@link #WindowAnimation_taskToBackExitAnimation android:taskToBackExitAnimation} When sending the current task to the background, this is the
animation that is run on the top activity of the current task
(which is exiting the screen). {@link #WindowAnimation_taskToFrontEnterAnimation android:taskToFrontEnterAnimation} When bringing an existing task to the foreground, this is the
animation that is run on the top activity of the task being brought
to the foreground (which is entering the screen). {@link #WindowAnimation_taskToFrontExitAnimation android:taskToFrontExitAnimation} When bringing an existing task to the foreground, this is the
animation that is run on the current foreground activity
(which is exiting the screen). {@link #WindowAnimation_wallpaperCloseEnterAnimation android:wallpaperCloseEnterAnimation} When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the new activity (which is entering the screen). {@link #WindowAnimation_wallpaperCloseExitAnimation android:wallpaperCloseExitAnimation} When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the old wallpaper activity (which is exiting the screen). {@link #WindowAnimation_wallpaperIntraCloseEnterAnimation android:wallpaperIntraCloseEnterAnimation} When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the previous activity
(which is entering the screen). {@link #WindowAnimation_wallpaperIntraCloseExitAnimation android:wallpaperIntraCloseExitAnimation} When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). {@link #WindowAnimation_wallpaperIntraOpenEnterAnimation android:wallpaperIntraOpenEnterAnimation} When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the new activity
(which is entering the screen). {@link #WindowAnimation_wallpaperIntraOpenExitAnimation android:wallpaperIntraOpenExitAnimation} When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen). {@link #WindowAnimation_wallpaperOpenEnterAnimation android:wallpaperOpenEnterAnimation} When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the new wallpaper activity (which is entering the screen). {@link #WindowAnimation_wallpaperOpenExitAnimation android:wallpaperOpenExitAnimation} When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the current activity (which is exiting the screen). {@link #WindowAnimation_windowEnterAnimation android:windowEnterAnimation} The animation used when a window is being added. {@link #WindowAnimation_windowExitAnimation android:windowExitAnimation} The animation used when a window is being removed. {@link #WindowAnimation_windowHideAnimation android:windowHideAnimation} The animation used when a window is going from VISIBLE to INVISIBLE. {@link #WindowAnimation_windowShowAnimation android:windowShowAnimation} The animation used when a window is going from INVISIBLE to VISIBLE. @[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".