| Modifier and Type | Field and Description |
|---|---|
static int |
debugDraw
Must be a boolean value, either "
true" or "false". |
static int |
horizontalSpacing
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
layout_horizontalSpacing
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
layout_newLine
Must be a boolean value, either "
true" or "false". |
static int |
layout_verticalSpacing
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
static int |
orientation
Must be one of the following constant values.
|
static int |
verticalSpacing
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp". |
| Constructor and Description |
|---|
R.attr() |
public static final int debugDraw
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in 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
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_horizontalSpacing
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_newLine
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in 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_verticalSpacing
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 orientation
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
horizontal | 0 | |
vertical | 1 |
public static final int verticalSpacing
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.