setScaleOnlyChildren
Sets whether to scale only the children of the target view.
If enabled and the target view is a ViewGroup, only its children will be scaled. Otherwise, the target view itself will be scaled. This is false by default.
Parameters
enable
true
to scale only children, false
otherwise.