http://stackoverflow.com/questions/31722798/enteralwayscollapsed-does-not-bring-back-the-toolbar-when-scrolling-down/31946043#31946043
1.enterAlwaysCollapsed: 当你的视图已经设置minHeight属性又使用此标志时,你的视图只能已最小高度进入,只有当滚动视图到达顶部时才扩大到完整高度
2. 含有app:layout_scrollFlags的view必须声明在不含该属性的view的布局的前面
|
Hard to say without seeing your code, as a guess this could be one of two things: 1.
2. You have not formatted your code correctly. From Android's Developer Blog I quote on "CoordinatorLayout and the app bar":
This link also goes into more detail about how to use
|