Android APIs
public static final class

R.styleable

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

Summary

Fields
public static final int[] PercentLayout_Layout Attributes that can be used with a PercentLayout_Layout.
public static 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.

public static 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.

public static 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.

public static 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.

public static 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.

public static 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.

public static 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.

public static 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.

public static 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.

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

Fields

public static 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.

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 PercentLayout_Layout_layout_marginBottomPercent

This symbol is the offset where the layout_marginBottomPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginEndPercent

This symbol is the offset where the layout_marginEndPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginLeftPercent

This symbol is the offset where the layout_marginLeftPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginPercent

This symbol is the offset where the layout_marginPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginRightPercent

This symbol is the offset where the layout_marginRightPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginStartPercent

This symbol is the offset where the layout_marginStartPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_marginTopPercent

This symbol is the offset where the layout_marginTopPercent attribute's value can be found in the PercentLayout_Layout array.

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 PercentLayout_Layout_layout_widthPercent

This symbol is the offset where the layout_widthPercent attribute's value can be found in the PercentLayout_Layout array.

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.styleable ()