Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the basis of alignment during layout operations on this ViewGroup:
either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds.
If no layoutMode was explicitly set, either programmatically or in an XML resource,
the method returns the layoutMode of the view's parent ViewGroup if such a parent exists,
otherwise the method returns a default value of ViewGroup.LayoutModeClipBounds.
Set method documentation [Android Documentation]
Sets the basis of alignment during the layout of this ViewGroup.
Valid values are either ViewGroup.LayoutModeClipBounds or
ViewGroup.LayoutModeOpticalBounds.