android CoornatorLayout中AppBarLayout的scrollFlags效果

1. android5.0的新特性,使用CoordinatorLayout里面的AppBarLayout的隐藏效果

app:layout_scrollFlags="scroll|enterAlways"

当往上滑动的时候,整个AppBarLayout都隐藏了

 

app:layout_scrollFlags="scroll|exitUntilCollapsed"

向上滑动的时候,TabLayout会自动隐藏,就是当退出的时候会收缩这样的效果

 

posted @ 2016-11-05 17:45  乌拉小考  阅读(1196)  评论(0编辑  收藏  举报