| Package | Description |
|---|---|
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
GridLayout.Spec |
GridLayout.LayoutParams.columnSpec |
GridLayout.Spec |
GridLayout.LayoutParams.rowSpec |
| Modifier and Type | Method and Description |
|---|---|
static GridLayout.Spec |
GridLayout.spec(int start) |
static GridLayout.Spec |
GridLayout.spec(int start,
GridLayout.Alignment alignment) |
static GridLayout.Spec |
GridLayout.spec(int start,
int size) |
static GridLayout.Spec |
GridLayout.spec(int start,
int size,
GridLayout.Alignment alignment) |
| Constructor and Description |
|---|
GridLayout.LayoutParams(GridLayout.Spec rowSpec,
GridLayout.Spec columnSpec) |
Copyright © 2008-2013. All Rights Reserved.