Modifier and Type | Field and Description |
---|---|
static int[] |
AspectRatioLayout
Attributes that can be used with a AspectRatioLayout.
|
static int |
AspectRatioLayout_oakAspectRatio
This symbol is the offset where the
R.attr.oakAspectRatio
attribute's value can be found in the AspectRatioLayout array. |
static int[] |
RatioLinearLayout
Attributes that can be used with a RatioLinearLayout.
|
static int |
RatioLinearLayout_oakRatioHeight
This symbol is the offset where the
R.attr.oakRatioHeight
attribute's value can be found in the RatioLinearLayout array. |
static int |
RatioLinearLayout_oakRatioWidth
This symbol is the offset where the
R.attr.oakRatioWidth
attribute's value can be found in the RatioLinearLayout array. |
Constructor and Description |
---|
styleable() |
public static final int[] AspectRatioLayout
Includes the following attributes:
Attribute | Description |
---|---|
|
AspectRatioLayout_oakAspectRatio
public static int AspectRatioLayout_oakAspectRatio
This symbol is the offset where the R.attr.oakAspectRatio
attribute's value can be found in the AspectRatioLayout
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[] RatioLinearLayout
Includes the following attributes:
Attribute | Description |
---|---|
| |
|
public static int RatioLinearLayout_oakRatioHeight
This symbol is the offset where the R.attr.oakRatioHeight
attribute's value can be found in the RatioLinearLayout
array.
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be an integer value, such as "100
".
public static int RatioLinearLayout_oakRatioWidth
This symbol is the offset where the R.attr.oakRatioWidth
attribute's value can be found in the RatioLinearLayout
array.
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be an integer value, such as "100
".
Copyright © 2011–2014. All rights reserved.