| Modifier and Type | Field and Description |
|---|---|
static int[] |
DirectionDragButton
Attributes that can be used with a DirectionDragButton.
|
static int |
DirectionDragButton_directionTextAlpha
This symbol is the offset where the
R.attr.directionTextAlpha
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_directionTextColor
This symbol is the offset where the
R.attr.directionTextColor
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_directionTextScale
This symbol is the offset where the
R.attr.directionTextScale
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_textDown
This symbol is the offset where the
R.attr.textDown
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_textLeft
This symbol is the offset where the
R.attr.textLeft
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_textRight
This symbol is the offset where the
R.attr.textRight
attribute's value can be found in the DirectionDragButton array. |
static int |
DirectionDragButton_textUp
This symbol is the offset where the
R.attr.textUp
attribute's value can be found in the DirectionDragButton array. |
static int[] |
DragButton
Attributes that can be used with a DragButton.
|
static int |
DragButton_hTextPosition
This symbol is the offset where the
R.attr.hTextPosition
attribute's value can be found in the DragButton array. |
static int[] |
FlowLayout
Attributes that can be used with a FlowLayout.
|
static int |
FlowLayout_debugDraw
This symbol is the offset where the
R.attr.debugDraw
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_horizontalSpacing
This symbol is the offset where the
R.attr.horizontalSpacing
attribute's value can be found in the FlowLayout array. |
static int[] |
FlowLayout_LayoutParams
Attributes that can be used with a FlowLayout_LayoutParams.
|
static int |
FlowLayout_LayoutParams_layout_horizontalSpacing
This symbol is the offset where the
R.attr.layout_horizontalSpacing
attribute's value can be found in the FlowLayout_LayoutParams array. |
static int |
FlowLayout_LayoutParams_layout_newLine
This symbol is the offset where the
R.attr.layout_newLine
attribute's value can be found in the FlowLayout_LayoutParams array. |
static int |
FlowLayout_LayoutParams_layout_verticalSpacing
This symbol is the offset where the
R.attr.layout_verticalSpacing
attribute's value can be found in the FlowLayout_LayoutParams array. |
static int |
FlowLayout_orientation
This symbol is the offset where the
R.attr.orientation
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_verticalSpacing
This symbol is the offset where the
R.attr.verticalSpacing
attribute's value can be found in the FlowLayout array. |
static int[] |
MultiSelectListPreference
Attributes that can be used with a MultiSelectListPreference.
|
static int |
MultiSelectListPreference_separator
This symbol is the offset where the
R.attr.separator
attribute's value can be found in the MultiSelectListPreference array. |
static int[] |
NumberRangeSeekBar
Attributes that can be used with a NumberRangeSeekBar.
|
static int |
NumberRangeSeekBar_boundaries
This symbol is the offset where the
R.attr.boundaries
attribute's value can be found in the NumberRangeSeekBar array. |
static int |
NumberRangeSeekBar_step
This symbol is the offset where the
R.attr.step
attribute's value can be found in the NumberRangeSeekBar array. |
static int[] |
Picker
Attributes that can be used with a Picker.
|
static int |
Picker_orientation
This symbol is the offset where the
R.attr.orientation
attribute's value can be found in the Picker array. |
static int[] |
SideBarLayout
Attributes that can be used with a SideBarLayout.
|
static int |
SideBarLayout_mainViewId
This symbol is the offset where the
R.attr.mainViewId
attribute's value can be found in the SideBarLayout array. |
static int |
SideBarLayout_slidingViewId
This symbol is the offset where the
R.attr.slidingViewId
attribute's value can be found in the SideBarLayout array. |
static int |
SideBarLayout_slidingViewLedge
This symbol is the offset where the
R.attr.slidingViewLedge
attribute's value can be found in the SideBarLayout array. |
static int |
SideBarLayout_slidingViewPosition
This symbol is the offset where the
R.attr.slidingViewPosition
attribute's value can be found in the SideBarLayout array. |
static int |
SideBarLayout_slidingViewStyle
This symbol is the offset where the
R.attr.slidingViewStyle
attribute's value can be found in the SideBarLayout array. |
| Constructor and Description |
|---|
R.styleable() |
public static final int[] DirectionDragButton
Includes the following attributes:
public static int DirectionDragButton_directionTextAlpha
This symbol is the offset where the R.attr.directionTextAlpha
attribute's value can be found in the DirectionDragButton 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.
public static int DirectionDragButton_directionTextColor
This symbol is the offset where the R.attr.directionTextColor
attribute's value can be found in the DirectionDragButton array.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int DirectionDragButton_directionTextScale
This symbol is the offset where the R.attr.directionTextScale
attribute's value can be found in the DirectionDragButton array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int DirectionDragButton_textDown
This symbol is the offset where the R.attr.textDown
attribute's value can be found in the DirectionDragButton array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int DirectionDragButton_textLeft
This symbol is the offset where the R.attr.textLeft
attribute's value can be found in the DirectionDragButton array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int DirectionDragButton_textRight
This symbol is the offset where the R.attr.textRight
attribute's value can be found in the DirectionDragButton array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int DirectionDragButton_textUp
This symbol is the offset where the R.attr.textUp
attribute's value can be found in the DirectionDragButton array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static final int[] DragButton
Includes the following attributes:
| Attribute | Description |
|---|---|
|
DragButton_hTextPositionpublic static int DragButton_hTextPosition
This symbol is the offset where the R.attr.hTextPosition
attribute's value can be found in the DragButton 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.
public static final int[] FlowLayout
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
| |
| |
|
public static int FlowLayout_debugDraw
This symbol is the offset where the R.attr.debugDraw
attribute's value can be found in the FlowLayout 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.
public static int FlowLayout_horizontalSpacing
This symbol is the offset where the R.attr.horizontalSpacing
attribute's value can be found in the FlowLayout 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.
public static int FlowLayout_orientation
This symbol is the offset where the R.attr.orientation
attribute's value can be found in the FlowLayout array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
horizontal | 0 | |
vertical | 1 |
public static int FlowLayout_verticalSpacing
This symbol is the offset where the R.attr.verticalSpacing
attribute's value can be found in the FlowLayout 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.
public static final int[] FlowLayout_LayoutParams
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
| |
|
public static int FlowLayout_LayoutParams_layout_horizontalSpacing
This symbol is the offset where the R.attr.layout_horizontalSpacing
attribute's value can be found in the FlowLayout_LayoutParams 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.
public static int FlowLayout_LayoutParams_layout_newLine
This symbol is the offset where the R.attr.layout_newLine
attribute's value can be found in the FlowLayout_LayoutParams 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.
public static int FlowLayout_LayoutParams_layout_verticalSpacing
This symbol is the offset where the R.attr.layout_verticalSpacing
attribute's value can be found in the FlowLayout_LayoutParams 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.
public static final int[] MultiSelectListPreference
Includes the following attributes:
| Attribute | Description |
|---|---|
|
MultiSelectListPreference_separatorpublic static int MultiSelectListPreference_separator
This symbol is the offset where the R.attr.separator
attribute's value can be found in the MultiSelectListPreference array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static final int[] NumberRangeSeekBar
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
|
public static int NumberRangeSeekBar_boundaries
This symbol is the offset where the R.attr.boundaries
attribute's value can be found in the NumberRangeSeekBar array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static int NumberRangeSeekBar_step
This symbol is the offset where the R.attr.step
attribute's value can be found in the NumberRangeSeekBar array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static final int[] Picker
Includes the following attributes:
| Attribute | Description |
|---|---|
|
Picker_orientationpublic static int Picker_orientation
This symbol is the offset where the R.attr.orientation
attribute's value can be found in the Picker array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
horizontal | 0 | |
vertical | 1 |
public static final int[] SideBarLayout
Includes the following attributes:
public static int SideBarLayout_mainViewId
This symbol is the offset where the R.attr.mainViewId
attribute's value can be found in the SideBarLayout 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".
public static int SideBarLayout_slidingViewId
This symbol is the offset where the R.attr.slidingViewId
attribute's value can be found in the SideBarLayout 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".
public static int SideBarLayout_slidingViewLedge
This symbol is the offset where the R.attr.slidingViewLedge
attribute's value can be found in the SideBarLayout 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.
public static int SideBarLayout_slidingViewPosition
This symbol is the offset where the R.attr.slidingViewPosition
attribute's value can be found in the SideBarLayout array.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
left | 0 | |
top | 1 | |
right | 2 | |
bottom | 3 |
public static int SideBarLayout_slidingViewStyle
This symbol is the offset where the R.attr.slidingViewStyle
attribute's value can be found in the SideBarLayout array.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
hover | 0 | |
push | 1 |
Copyright © 2015 se.solovyev. All Rights Reserved.