Toolbar需要AppBarLayout包裹,
在AppBarLayout中添加android:fitsSystemWindows="true"
在Toolbar中添加app:layout_scrollFlags="scroll|enterAlways"
如下图所示:
在content的最外层添加app:layout_behavior="@string/appbar_scrolling_view_behavior"
Toolbar需要AppBarLayout包裹,
在AppBarLayout中添加android:fitsSystemWindows="true"
在Toolbar中添加app:layout_scrollFlags="scroll|enterAlways"
如下图所示:
在content的最外层添加app:layout_behavior="@string/appbar_scrolling_view_behavior"
本文标题:使用CoordinatorLayout上滑隐藏Toolbar
本文链接:https://www.haomeiwen.com/subject/nhlshttx.html
网友评论