标签:.com layout nat exit app class src log android
1. android5.0的新特性,使用CoordinatorLayout里面的AppBarLayout的隐藏效果
app:layout_scrollFlags="scroll|enterAlways"
当往上滑动的时候,整个AppBarLayout都隐藏了
app:layout_scrollFlags="scroll|exitUntilCollapsed"
向上滑动的时候,TabLayout会自动隐藏,就是当退出的时候会收缩这样的效果
android CoornatorLayout中AppBarLayout的scrollFlags效果
标签:.com layout nat exit app class src log android
原文地址:http://www.cnblogs.com/xxss0903/p/6033609.html