I created Collapsing Toolbar based on the MotionLayout using this example
It works good but in CoordinatorLayout it is possible to set enterAlways
flag to achieve effect when Toolbar appears even on scroll up from the middle of the list. In MotionLayout I have to scroll the list to start to show up Toolbar. Is it possible to improve this behaviour?