Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Get the LayoutParams associated with this view. All views should have
layout parameters. These supply parameters to the parent of this
view specifying how it should be arranged. There are many subclasses of
ViewGroup.LayoutParams, and these correspond to the different subclasses
of ViewGroup that are responsible for arranging their children.
This method may return null if this View is not attached to a parent
ViewGroup or View.LayoutParameters
was not invoked successfully. When a View is attached to a parent
ViewGroup, this method must not return null.
Set method documentation [Android Documentation]
Set the layout parameters associated with this view. These supply
parameters to the parent of this view specifying how it should be
arranged. There are many subclasses of ViewGroup.LayoutParams, and these
correspond to the different subclasses of ViewGroup that are responsible
for arranging their children.