| Modifier and Type | Field and Description |
|---|---|
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. |
| Constructor and Description |
|---|
R.styleable() |
public static final int[] FlowLayout
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
| |
| |
|
public static final 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 final 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 final 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 final 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 final 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 final 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 final 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.
Copyright © 2011-2014. All Rights Reserved.