CoordinatorLayout + AppBarLayout +ToolBar +TabLayout + ViewPager + Fragment

1.CoordinatorLayout

1.扩展了完成许多Google Material Design 滚动效果的能力
2.通常需要搭配其他控件使用,如Floating Action Button,SnackBar,AppBarLayout

2.AppBarLayout

1.AppBarLayout必须作为CoordinatorLayout的直接子View,如layout_scrollFlags等
2.给需要滑动的组件设置 app:layout_scrollFlags=”scroll|enterAlways” 属性
3.给滑动的组件设置app:layout_behavior属性(如RecyclerView)

3.案例

upload.gif



    

    

    

        

            

            

            

            

            

            

            

            
            

        

        

    


    
    

你可能感兴趣的:(CoordinatorLayout + AppBarLayout +ToolBar +TabLayout + ViewPager + Fragment)