Behavior

open class Behavior : FloatingActionButton.BaseBehavior<T>

Behavior designed for use with FloatingActionButton instances. Its main function is to move FloatingActionButton views so that any displayed s do not cover them.

Constructors

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