public
static
final
class
R.styleable
extends Object
java.lang.Object | |
↳ | android.support.percent.R.styleable |
Fields | |
---|---|
public
static
final
int[] |
PercentLayout_Layout
Attributes that can be used with a PercentLayout_Layout. |
public
static
int |
PercentLayout_Layout_layout_aspectRatio
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_heightPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginBottomPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginEndPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginLeftPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginRightPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginStartPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_marginTopPercent
This symbol is the offset where the |
public
static
int |
PercentLayout_Layout_layout_widthPercent
This symbol is the offset where the |
Public constructors | |
---|---|
R.styleable()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int[] PercentLayout_Layout
Attributes that can be used with a PercentLayout_Layout.
Includes the following attributes:
See also:
PercentLayout_Layout_layout_aspectRatio
PercentLayout_Layout_layout_heightPercent
PercentLayout_Layout_layout_marginBottomPercent
PercentLayout_Layout_layout_marginEndPercent
PercentLayout_Layout_layout_marginLeftPercent
PercentLayout_Layout_layout_marginPercent
PercentLayout_Layout_layout_marginRightPercent
PercentLayout_Layout_layout_marginStartPercent
PercentLayout_Layout_layout_marginTopPercent
PercentLayout_Layout_layout_widthPercent
int PercentLayout_Layout_layout_aspectRatio
This symbol is the offset where the layout_aspectRatio
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_heightPercent
This symbol is the offset where the layout_heightPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginBottomPercent
This symbol is the offset where the layout_marginBottomPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginEndPercent
This symbol is the offset where the layout_marginEndPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginLeftPercent
This symbol is the offset where the layout_marginLeftPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginPercent
This symbol is the offset where the layout_marginPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginRightPercent
This symbol is the offset where the layout_marginRightPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginStartPercent
This symbol is the offset where the layout_marginStartPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_marginTopPercent
This symbol is the offset where the layout_marginTopPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
int PercentLayout_Layout_layout_widthPercent
This symbol is the offset where the layout_widthPercent
attribute's value can be found in the PercentLayout_Layout
array.
May be a fractional value, which is a floating point number appended with
either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size;
the optional %p suffix provides a size relative to some parent container.
R.styleable ()