Most visited

Recently visited

R.attr

public static final class R.attr
extends Object

java.lang.Object
   ↳ android.support.percent.R.attr


Summary

Fields

public static int layout_aspectRatio

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_heightPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginBottomPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginEndPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginLeftPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginRightPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginStartPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_marginTopPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

public static int layout_widthPercent

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".

Public constructors

R.attr()

Inherited methods

From class java.lang.Object

Fields

layout_aspectRatio

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.

layout_heightPercent

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.

layout_marginBottomPercent

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.

layout_marginEndPercent

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.

layout_marginLeftPercent

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.

layout_marginPercent

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.

layout_marginRightPercent

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.

layout_marginStartPercent

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.

layout_marginTopPercent

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.

layout_widthPercent

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.

Public constructors

R.attr

R.attr ()

Hooray!