public
static
final
class
R.attr
extends Object
java.lang.Object | |
↳ | android.support.percent.R.attr |
Fields | |
---|---|
public
static
int |
layout_aspectRatio
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_heightPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginBottomPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginEndPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginLeftPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginRightPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginStartPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_marginTopPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
public
static
int |
layout_widthPercent
May be a fractional value, which is a floating point number appended with
either % or %p, such as " |
Public constructors | |
---|---|
R.attr()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int layout_aspectRatio
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 layout_heightPercent
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 layout_marginBottomPercent
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 layout_marginEndPercent
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 layout_marginLeftPercent
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 layout_marginPercent
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 layout_marginRightPercent
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 layout_marginStartPercent
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 layout_marginTopPercent
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 layout_widthPercent
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.attr ()