TransformationChildLayout

Wrapper layout for views that can react to an ExpandableWidget's setExpanded state changes by transforming the ExpandableWidget into itself.

This ViewGroup should contain exactly one child.

If this layout needs to support shadows on pre-L devices, use TransformationChildCard instead.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)