Added in API level 21
ActionMenuView.LayoutParams
public
static
class
ActionMenuView.LayoutParams
extends LinearLayout.LayoutParams
| java.lang.Object | ||||
| ↳ | android.view.ViewGroup.LayoutParams | |||
| ↳ | android.view.ViewGroup.MarginLayoutParams | |||
| ↳ | android.widget.LinearLayout.LayoutParams | |||
| ↳ | android.widget.ActionMenuView.LayoutParams | |||
Summary
Inherited XML attributes | |
|---|---|
Inherited constants |
|---|
Inherited fields |
|---|
Public constructors | |
|---|---|
LayoutParams(Context c, AttributeSet attrs)
|
|
LayoutParams(ViewGroup.LayoutParams other)
|
|
LayoutParams(ActionMenuView.LayoutParams other)
|
|
LayoutParams(int width, int height)
|
|
Inherited methods | |
|---|---|
Public constructors
LayoutParams
Added in API level 21
public LayoutParams (Context c, AttributeSet attrs)
| Parameters | |
|---|---|
c |
Context |
attrs |
AttributeSet |
LayoutParams
Added in API level 21
public LayoutParams (ViewGroup.LayoutParams other)
| Parameters | |
|---|---|
other |
ViewGroup.LayoutParams |
LayoutParams
Added in API level 21
public LayoutParams (ActionMenuView.LayoutParams other)
| Parameters | |
|---|---|
other |
ActionMenuView.LayoutParams |
LayoutParams
Added in API level 21
public LayoutParams (int width,
int height)
| Parameters | |
|---|---|
width |
int |
height |
int |