Fixed
Status Update
Comments
al...@android.com <al...@android.com>
ch...@google.com <ch...@google.com> #2
We are currently using AGP internal task types to flag memory-intensive tasks to enforce a reduced parallelism at execution time. I've raised this separately (with a lot more detail) as a feature request (
Description
Version used: 23.3.0
On downwards scroll event the remainder of toolbar is shown as expected, but then snapped off screen (probably, because when it is collapsed, it's less than a half of the full element height)
--
Videos (expected behaviour from Google Material Design Patterns and current behaviour) attached.
--
<android.support.design.widget.CollapsingToolbarLayout
...
android:fitsSystemWindows="true"
app:layout_scrollFlags="scroll|enterAlways|enterAlwaysCollapsed|snap">
...
<android.support.v7.widget.Toolbar
...
app:layout_collapseMode="pin" />
</android.support.design.widget.CollapsingToolbarLayout>