No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||||
↳ | android.view.ViewGroup.LayoutParams | |||
↳ | android.view.ViewGroup.MarginLayoutParams | |||
↳ | android.widget.LinearLayout.LayoutParams | |||
↳ | android.widget.TableLayout.LayoutParams |
This set of layout parameters enforces the width of each child to be MATCH_PARENT
and the height of each child to be WRAP_CONTENT
, but only if the height is not specified.
[Expand]
Inherited XML Attributes
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
Sets the child width to |
||||||||||
|
|
||||||||||
|
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Fixes the row's width to |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
Sets the child width to ViewGroup.LayoutParams
and the child height to WRAP_CONTENT
.
Fixes the row's width to MATCH_PARENT
; the row's height is fixed to WRAP_CONTENT
if no layout height is specified.
a | the styled attributes set |
---|---|
widthAttr | the width attribute to fetch |
heightAttr | the height attribute to fetch |