Child Scroll Effect
An effect class that should be implemented and used by AppBarLayout children to be given effects when the AppBarLayout's offset changes.
Inheritors
Functions
Link copied to clipboard
abstract fun onOffsetChanged(@NonNull appBarLayout: AppBarLayout, @NonNull child: View, offset: Float)
Called each time the AppBarLayout's offset changes.