1. android5.0的新特性,使用CoordinatorLayout里面的AppBarLayout的隐藏效果
app:layout_scrollFlags="scroll|enterAlways"
当往上滑动的时候,整个AppBarLayout都隐藏了
app:layout_scrollFlags="scroll|exitUntilCollapsed"
向上滑动的时候,TabLayout会自动隐藏,就是当退出的时候会收缩这样的效果
时间: 2024-12-15 18:53:56
1. android5.0的新特性,使用CoordinatorLayout里面的AppBarLayout的隐藏效果
app:layout_scrollFlags="scroll|enterAlways"
当往上滑动的时候,整个AppBarLayout都隐藏了
app:layout_scrollFlags="scroll|exitUntilCollapsed"
向上滑动的时候,TabLayout会自动隐藏,就是当退出的时候会收缩这样的效果