ChildrenAlphaProperty

A Property for the alpha of a ViewGroup's children.

All values are directly correlated with the children's alpha.

This property assumes that it is the only component responsible for the children's alpha.

Properties

Link copied to clipboard
A Property wrapper around the alpha functionality of a ViewGroup's children.

Functions

Link copied to clipboard
open fun get(@NonNull object: ViewGroup): Float
Link copied to clipboard
open fun set(@NonNull object: ViewGroup, @NonNull value: Float)