opacapp / multiline-collapsingtoolbar

A modified CollapsingToolbarLayout that can deal with multiline titles
Other
782 stars 113 forks source link

Add "autoAnimate" attribute to configure how scrim and title behave w… #38

Open dmfs opened 7 years ago

dmfs commented 7 years ago

…hen collapsing the toolbar.

none - nothing will be auto-animated, i.e. values change gradually as you scroll title - the title blending will be auto-animated when the scrim height has been reached scrim - scrim will be auto-animated when the scrim height has been reached (this is the default) all - title and scrim will be auto-animated when the scrim height as been reached

Note there is another value "children" which requires the changes of another branch to work