Android APIs
public static final class

R.attr

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

Summary

Fields
public static int layout_heightPercent

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

public static int layout_marginBottomPercent

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

public static int layout_marginEndPercent

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

public static int layout_marginLeftPercent

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

public static int layout_marginPercent

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

public static int layout_marginRightPercent

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

public static int layout_marginStartPercent

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

public static int layout_marginTopPercent

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

public static int layout_widthPercent

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

Public Constructors
R.attr()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int layout_heightPercent

Must 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.

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 int layout_marginBottomPercent

Must 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.

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 int layout_marginEndPercent

Must 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.

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 int layout_marginLeftPercent

Must 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.

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 int layout_marginPercent

Must 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.

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 int layout_marginRightPercent

Must 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.

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 int layout_marginStartPercent

Must 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.

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 int layout_marginTopPercent

Must 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.

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 int layout_widthPercent

Must 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.

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 Constructors

public R.attr ()