adjustChildren

open fun adjustChildren(widthMeasureSpec: Int, heightMeasureSpec: Int)

Iterates over children and changes their width and height to one calculated from percentage values.

Parameters

widthMeasureSpec

Width MeasureSpec of the parent ViewGroup.

heightMeasureSpec

Height MeasureSpec of the parent ViewGroup.