Added in API level 1
Summary:
XML Attrs
| Inherited XML Attrs
| Constants
| Inherited Constants
| Fields
| Inherited Fields
| Ctors
| Inherited Methods
FrameLayout.LayoutParams
public
static
class
FrameLayout.LayoutParams
extends ViewGroup.MarginLayoutParams
| java.lang.Object | |||
| ↳ | android.view.ViewGroup.LayoutParams | ||
| ↳ | android.view.ViewGroup.MarginLayoutParams | ||
| ↳ | android.widget.FrameLayout.LayoutParams | ||
Per-child layout information for layouts that support margins.
See FrameLayout Layout Attributes
for a list of all child view attributes that this class supports.
Summary
XML attributes | |
|---|---|
android:layout_gravity |
Standard gravity constant that a child supplies to its parent. |
Inherited XML attributes | |
|---|---|
Constants | |
|---|---|
int |
UNSPECIFIED_GRAVITY
Value for |
Inherited constants |
|---|
Fields | |
|---|---|
public
int |
gravity
The gravity to apply with the View to which these layout parameters are associated. |
Inherited fields |
|---|