ChildScrollEffect

abstract class ChildScrollEffect

An effect class that should be implemented and used by AppBarLayout children to be given effects when the AppBarLayout's offset changes.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun onOffsetChanged(@NonNull appBarLayout: AppBarLayout, @NonNull child: View, offset: Float)
Called each time the AppBarLayout's offset changes.