Most visited

Recently visited

R.styleable

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_aspectRatio

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

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

Inherited methods

From class java.lang.Object

Fields

PercentLayout_Layout_layout_aspectRatio

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.

PercentLayout_Layout_layout_heightPercent

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.

PercentLayout_Layout_layout_marginBottomPercent

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.

PercentLayout_Layout_layout_marginEndPercent

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.

PercentLayout_Layout_layout_marginLeftPercent

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.

PercentLayout_Layout_layout_marginPercent

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.

PercentLayout_Layout_layout_marginRightPercent

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.

PercentLayout_Layout_layout_marginStartPercent

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.

PercentLayout_Layout_layout_marginTopPercent

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.

PercentLayout_Layout_layout_widthPercent

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.

Public constructors

R.styleable

R.styleable ()

Hooray!