可折叠效果(CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+Toolbar)

效果展示

可折叠效果(CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+Toolbar)_第1张图片



    

         app:collapsedTitleGravity="center"
            app:collapsedTitleTextAppearance="@style/collapsed_tv"
            app:contentScrim="@color/endColorForSetVideo"
            app:expandedTitleGravity="center"
            app:expandedTitleTextAppearance="@style/expanded_tv"
            app:layout_scrollFlags="scroll|exitUntilCollapsed"
            app:title="标题">


            


            app:layout_collapseMode="pin">

              
            
        

        

            

            

            

            

            

        

    

      app:layout_behavior="@string/appbar_scrolling_view_behavior" />

对于这种效果其实不难,关键是了解各个控件的属性。

参考于:颖字传说
链接:https://www.jianshu.com/p/575af19b63f7
来源:简书


参考于:http://www.jcodecraeer.com/plus/view.php?aid=10428

 

你可能感兴趣的:(可折叠效果(CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+Toolbar))