Layout Params
A ViewGroup.LayoutParams implementation for AppBarLayout.
Types
Link copied to clipboard
The scroll effect to be applied when the AppBarLayout's offset changes.
Link copied to clipboard
Properties
Link copied to clipboard
An effect that will "compress" this view as it hits the scroll ceiling (typically the top of the screen).
Link copied to clipboard
No effect should be placed on this view.
Link copied to clipboard
When entering (scrolling on screen) the view will scroll on any downwards scroll event, regardless of whether the scrolling view is also scrolling.
Link copied to clipboard
An additional flag for 'enterAlways' which modifies the returning view to only initially scroll back to it's collapsed height.
Link copied to clipboard
When exiting (scrolling off screen) the view will be scrolled until it is 'collapsed'.
Link copied to clipboard
Disable scrolling on the view.
Link copied to clipboard
The view will be scroll in direct relation to scroll events.
Link copied to clipboard
Upon a scroll ending, if the view is only partially visible then it will be snapped and scrolled to its closest edge.
Link copied to clipboard
An additional flag to be used with 'snap'.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard