public static final class R.attr
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
flChildSpacing
May be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
flChildSpacingForLastRow
May be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
flFlow
Must be a boolean value, either "
true" or "false". |
static int |
flMaxRows
Must be an integer value, such as "
100". |
static int |
flRowSpacing
May be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
flRtl
Must be a boolean value, either "
true" or "false". |
| 构造器和说明 |
|---|
attr() |
public static int flChildSpacing
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 flChildSpacingForLastRow
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 flFlow
Must be a boolean value, either "true" or "false".
This may also be a reference to a 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 flMaxRows
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 flRowSpacing
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 flRtl
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.