Behavior

Behavior designed for use with BottomAppBar instances. Its main function is to link a dependent FloatingActionButton so that it can be shown docked in the cradle.

Constructors

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

Functions

Link copied to clipboard
open fun onLayoutChild(@NonNull parent: CoordinatorLayout, @NonNull child: BottomAppBar, layoutDirection: Int): Boolean
Link copied to clipboard
open fun onStartNestedScroll(@NonNull coordinatorLayout: CoordinatorLayout, @NonNull child: BottomAppBar, @NonNull directTargetChild: View, @NonNull target: View, axes: Int, type: Int): Boolean