/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package android.support.v7.gridlayout; public final class R { public static final class attr { /** When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins. When set to alignBounds, causes alignment to take place between the edges of the view. The default is alignMargins. See {@link android.widget.GridLayout#setAlignmentMode(int)}.

Must be one of the following constant values.

ConstantValueDescription
alignBounds0 Align the bounds of the children. See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
alignMargins1 Align the margins of the children. See {@link android.widget.GridLayout#ALIGN_MARGINS}.
*/ public static int alignmentMode=0x7f010004; /** The maximum number of columns to create when automatically positioning children.

Must be an integer value, such as "100".

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 columnCount=0x7f010002; /** When set to true, forces column boundaries to appear in the same order as column indices. The default is true. See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.

Must be a boolean value, either "true" or "false".

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 columnOrderPreserved=0x7f010006; /** The column boundary delimiting the left of the group of cells occupied by this view.

Must be an integer value, such as "100".

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_column=0x7f010009; /** The column span: the difference between the right and left boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.

Must be an integer value, such as "100".

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_columnSpan=0x7f01000a; /** Gravity specifies how a component should be placed in its group of cells. The default is LEFT | BASELINE. See {@link android.widget.GridLayout.LayoutParams#setGravity(int)}.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.
start0x00800003 Push object to the beginning of its container, not changing its size.
end0x00800005 Push object to the end of its container, not changing its size.
*/ public static int layout_gravity=0x7f01000b; /** END MarginLayout layoutparams The row boundary delimiting the top of the group of cells occupied by this view.

Must be an integer value, such as "100".

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_row=0x7f010007; /** The row span: the difference between the bottom and top boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.

Must be an integer value, such as "100".

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_rowSpan=0x7f010008; /** support versions. All attributes not present in ViewGroup/View are redefined in the support library namespace. The orientation property is not used during layout. It is only used to allocate row and column parameters when they are not specified by its children's layout parameters. GridLayout works like LinearLayout in this case; putting all the components either in a single row or in a single column - depending on the value of this flag. In the horizontal case, a columnCount property may be additionally supplied to force new rows to be created when a row is full. The rowCount attribute may be used similarly in the vertical case. The default is horizontal.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.
*/ public static int orientation=0x7f010000; /** The maximum number of rows to create when automatically positioning children.

Must be an integer value, such as "100".

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 rowCount=0x7f010001; /** When set to true, forces row boundaries to appear in the same order as row indices. The default is true. See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.

Must be a boolean value, either "true" or "false".

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 rowOrderPreserved=0x7f010005; /** When set to true, tells GridLayout to use default margins when none are specified in a view's layout parameters. The default value is false. See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.

Must be a boolean value, either "true" or "false".

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 useDefaultMargins=0x7f010003; } public static final class dimen { /** The default gap between components in a layout. */ public static int default_gap=0x7f030000; } public static final class id { public static int alignBounds=0x7f020002; public static int alignMargins=0x7f020003; public static int bottom=0x7f020005; public static int center=0x7f02000c; public static int center_horizontal=0x7f02000a; public static int center_vertical=0x7f020008; public static int clip_horizontal=0x7f02000f; public static int clip_vertical=0x7f02000e; public static int end=0x7f020011; public static int fill=0x7f02000d; public static int fill_horizontal=0x7f02000b; public static int fill_vertical=0x7f020009; public static int horizontal=0x7f020000; public static int left=0x7f020006; public static int right=0x7f020007; public static int start=0x7f020010; public static int top=0x7f020004; public static int vertical=0x7f020001; } public static final class styleable { /** Attributes that can be used with a GridLayout.

Includes the following attributes:

AttributeDescription
{@link #GridLayout_alignmentMode android.support.v7.gridlayout:alignmentMode} When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins.
{@link #GridLayout_columnCount android.support.v7.gridlayout:columnCount} The maximum number of columns to create when automatically positioning children.
{@link #GridLayout_columnOrderPreserved android.support.v7.gridlayout:columnOrderPreserved} When set to true, forces column boundaries to appear in the same order as column indices.
{@link #GridLayout_orientation android.support.v7.gridlayout:orientation} support versions.
{@link #GridLayout_rowCount android.support.v7.gridlayout:rowCount} The maximum number of rows to create when automatically positioning children.
{@link #GridLayout_rowOrderPreserved android.support.v7.gridlayout:rowOrderPreserved} When set to true, forces row boundaries to appear in the same order as row indices.
{@link #GridLayout_useDefaultMargins android.support.v7.gridlayout:useDefaultMargins} When set to true, tells GridLayout to use default margins when none are specified in a view's layout parameters.
@see #GridLayout_alignmentMode @see #GridLayout_columnCount @see #GridLayout_columnOrderPreserved @see #GridLayout_orientation @see #GridLayout_rowCount @see #GridLayout_rowOrderPreserved @see #GridLayout_useDefaultMargins */ public static final int[] GridLayout = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 }; /**

@attr description When set to alignMargins, causes alignment to take place between the outer boundary of a view, as defined by its margins. When set to alignBounds, causes alignment to take place between the edges of the view. The default is alignMargins. See {@link android.widget.GridLayout#setAlignmentMode(int)}.

Must be one of the following constant values.

ConstantValueDescription
alignBounds0 Align the bounds of the children. See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
alignMargins1 Align the margins of the children. See {@link android.widget.GridLayout#ALIGN_MARGINS}.

This is a private symbol. @attr name android:alignmentMode */ public static final int GridLayout_alignmentMode = 4; /**

@attr description The maximum number of columns to create when automatically positioning children.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:columnCount */ public static final int GridLayout_columnCount = 2; /**

@attr description When set to true, forces column boundaries to appear in the same order as column indices. The default is true. See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.

Must be a boolean value, either "true" or "false".

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.

This is a private symbol. @attr name android:columnOrderPreserved */ public static final int GridLayout_columnOrderPreserved = 6; /**

@attr description support versions. All attributes not present in ViewGroup/View are redefined in the support library namespace. The orientation property is not used during layout. It is only used to allocate row and column parameters when they are not specified by its children's layout parameters. GridLayout works like LinearLayout in this case; putting all the components either in a single row or in a single column - depending on the value of this flag. In the horizontal case, a columnCount property may be additionally supplied to force new rows to be created when a row is full. The rowCount attribute may be used similarly in the vertical case. The default is horizontal.

Must be one of the following constant values.

ConstantValueDescription
horizontal0 Defines an horizontal widget.
vertical1 Defines a vertical widget.

This is a private symbol. @attr name android:orientation */ public static final int GridLayout_orientation = 0; /**

@attr description The maximum number of rows to create when automatically positioning children.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:rowCount */ public static final int GridLayout_rowCount = 1; /**

@attr description When set to true, forces row boundaries to appear in the same order as row indices. The default is true. See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.

Must be a boolean value, either "true" or "false".

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.

This is a private symbol. @attr name android:rowOrderPreserved */ public static final int GridLayout_rowOrderPreserved = 5; /**

@attr description When set to true, tells GridLayout to use default margins when none are specified in a view's layout parameters. The default value is false. See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.

Must be a boolean value, either "true" or "false".

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.

This is a private symbol. @attr name android:useDefaultMargins */ public static final int GridLayout_useDefaultMargins = 3; /** Attributes that can be used with a GridLayout_Layout.

Includes the following attributes:

AttributeDescription
{@link #GridLayout_Layout_android_layout_height android.support.v7.gridlayout:android_layout_height}
{@link #GridLayout_Layout_android_layout_margin android.support.v7.gridlayout:android_layout_margin} Specifies extra space on the left, top, right and bottom sides of this view.
{@link #GridLayout_Layout_android_layout_marginBottom android.support.v7.gridlayout:android_layout_marginBottom} Specifies extra space on the bottom side of this view.
{@link #GridLayout_Layout_android_layout_marginLeft android.support.v7.gridlayout:android_layout_marginLeft} Specifies extra space on the left side of this view.
{@link #GridLayout_Layout_android_layout_marginRight android.support.v7.gridlayout:android_layout_marginRight} Specifies extra space on the right side of this view.
{@link #GridLayout_Layout_android_layout_marginTop android.support.v7.gridlayout:android_layout_marginTop} Specifies extra space on the top side of this view.
{@link #GridLayout_Layout_android_layout_width android.support.v7.gridlayout:android_layout_width} support versions.
{@link #GridLayout_Layout_layout_column android.support.v7.gridlayout:layout_column} The column boundary delimiting the left of the group of cells occupied by this view.
{@link #GridLayout_Layout_layout_columnSpan android.support.v7.gridlayout:layout_columnSpan} The column span: the difference between the right and left boundaries delimiting the group of cells occupied by this view.
{@link #GridLayout_Layout_layout_gravity android.support.v7.gridlayout:layout_gravity} Gravity specifies how a component should be placed in its group of cells.
{@link #GridLayout_Layout_layout_row android.support.v7.gridlayout:layout_row} END MarginLayout layoutparams The row boundary delimiting the top of the group of cells occupied by this view.
{@link #GridLayout_Layout_layout_rowSpan android.support.v7.gridlayout:layout_rowSpan} The row span: the difference between the bottom and top boundaries delimiting the group of cells occupied by this view.
@see #GridLayout_Layout_android_layout_height @see #GridLayout_Layout_android_layout_margin @see #GridLayout_Layout_android_layout_marginBottom @see #GridLayout_Layout_android_layout_marginLeft @see #GridLayout_Layout_android_layout_marginRight @see #GridLayout_Layout_android_layout_marginTop @see #GridLayout_Layout_android_layout_width @see #GridLayout_Layout_layout_column @see #GridLayout_Layout_layout_columnSpan @see #GridLayout_Layout_layout_gravity @see #GridLayout_Layout_layout_row @see #GridLayout_Layout_layout_rowSpan */ public static final int[] GridLayout_Layout = { 0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b }; /**

This symbol is the offset where the {@link android.support.v7.gridlayout.R.attr#android_layout_height} attribute's value can be found in the {@link #GridLayout_Layout} array. @attr name android:android_layout_height */ public static final int GridLayout_Layout_android_layout_height = 1; /**

@attr description Specifies extra space on the left, top, right and bottom sides of this view. This space is outside this view's bounds.

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_margin}. @attr name android:android_layout_margin */ public static final int GridLayout_Layout_android_layout_margin = 2; /**

@attr description Specifies extra space on the bottom side of this view. This space is outside this view's bounds.

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginBottom}. @attr name android:android_layout_marginBottom */ public static final int GridLayout_Layout_android_layout_marginBottom = 6; /**

@attr description Specifies extra space on the left side of this view. This space is outside this view's bounds.

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginLeft}. @attr name android:android_layout_marginLeft */ public static final int GridLayout_Layout_android_layout_marginLeft = 3; /**

@attr description Specifies extra space on the right side of this view. This space is outside this view's bounds.

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginRight}. @attr name android:android_layout_marginRight */ public static final int GridLayout_Layout_android_layout_marginRight = 5; /**

@attr description Specifies extra space on the top side of this view. This space is outside this view's bounds.

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginTop}. @attr name android:android_layout_marginTop */ public static final int GridLayout_Layout_android_layout_marginTop = 4; /**

@attr description support versions. All attributes not present in MarginLayout are redefined in the support library name space. START MarginLayout layoutparams

This corresponds to the global attribute resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_width}. @attr name android:android_layout_width */ public static final int GridLayout_Layout_android_layout_width = 0; /**

@attr description The column boundary delimiting the left of the group of cells occupied by this view.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:layout_column */ public static final int GridLayout_Layout_layout_column = 9; /**

@attr description The column span: the difference between the right and left boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:layout_columnSpan */ public static final int GridLayout_Layout_layout_columnSpan = 10; /**

@attr description Gravity specifies how a component should be placed in its group of cells. The default is LEFT | BASELINE. See {@link android.widget.GridLayout.LayoutParams#setGravity(int)}.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
clip_horizontal0x08 Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.
start0x00800003 Push object to the beginning of its container, not changing its size.
end0x00800005 Push object to the end of its container, not changing its size.

This is a private symbol. @attr name android:layout_gravity */ public static final int GridLayout_Layout_layout_gravity = 11; /**

@attr description END MarginLayout layoutparams The row boundary delimiting the top of the group of cells occupied by this view.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:layout_row */ public static final int GridLayout_Layout_layout_row = 7; /**

@attr description The row span: the difference between the bottom and top boundaries delimiting the group of cells occupied by this view. The default is one. See {@link android.widget.GridLayout.Spec}.

Must be an integer value, such as "100".

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.

This is a private symbol. @attr name android:layout_rowSpan */ public static final int GridLayout_Layout_layout_rowSpan = 8; }; }