Behavior

open class Behavior : AppBarLayout.BaseBehavior<T>

The default Behavior for AppBarLayout. Implements the necessary nested scroll handling with offsetting.

Inheritors

Constructors

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

Types

Link copied to clipboard
abstract class DragCallback : AppBarLayout.BaseBehavior.BaseDragCallback<T>
Callback to allow control over any AppBarLayout dragging.