public static final class R.styleable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int[] |
TileView
Attributes that can be used with a TileView.
|
static int |
TileView_tileSize
This symbol is the offset where the
R.attr.tileSize
attribute's value can be found in the TileView array. |
| Constructor and Description |
|---|
styleable() |
public static final int[] TileView
Includes the following attributes:
| Attribute | Description |
|---|---|
|
TileView_tileSizepublic static final int TileView_tileSize
This symbol is the offset where the R.attr.tileSize
attribute's value can be found in the TileView array.
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.