public static final class R.styleable
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int[] |
FlowLayout
Attributes that can be used with a FlowLayout.
|
static int |
FlowLayout_flChildSpacing
This symbol is the offset where the
R.attr.flChildSpacing
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_flChildSpacingForLastRow
This symbol is the offset where the
R.attr.flChildSpacingForLastRow
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_flFlow
This symbol is the offset where the
R.attr.flFlow
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_flMaxRows
This symbol is the offset where the
R.attr.flMaxRows
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_flRowSpacing
This symbol is the offset where the
R.attr.flRowSpacing
attribute's value can be found in the FlowLayout array. |
static int |
FlowLayout_flRtl
This symbol is the offset where the
R.attr.flRtl
attribute's value can be found in the FlowLayout array. |
| 构造器和说明 |
|---|
styleable() |
public static final int[] FlowLayout
Includes the following attributes:
public static int FlowLayout_flChildSpacing
This symbol is the offset where the R.attr.flChildSpacing
attribute's value can be found in the FlowLayout array.
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 |
|---|---|---|
auto | -65536 |
public static int FlowLayout_flChildSpacingForLastRow
This symbol is the offset where the R.attr.flChildSpacingForLastRow
attribute's value can be found in the FlowLayout array.
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 |
|---|---|---|
auto | -65536 | |
align | -65537 |
public static int FlowLayout_flFlow
This symbol is the offset where the R.attr.flFlow
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_flMaxRows
This symbol is the offset where the R.attr.flMaxRows
attribute's value can be found in the FlowLayout 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 FlowLayout_flRowSpacing
This symbol is the offset where the R.attr.flRowSpacing
attribute's value can be found in the FlowLayout array.
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 |
|---|---|---|
auto | -65536 |
public static int FlowLayout_flRtl
This symbol is the offset where the R.attr.flRtl
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.