美文网首页
CoordinatorLayout的AppBarLayout使用

CoordinatorLayout的AppBarLayout使用

作者: leoryzhu | 来源:发表于2019-03-21 16:30 被阅读0次

    一、app:layout_scrollFlags五个参数

    AppBarLayout 继承LinearLayout,在XML里通过app:layout_scrollFlags来设置它的滑动手势,但是前提是根布局是CoordinatorLayout,app:layout_scrollFlags有5个参数,分别是scroll,enterAlways,enterAlwaysCollapsed,snap,exitUntilCollapsed;下面通过xml中设置分析各个参数的作用

    scroll

    child view伴随着滚动事件而滚出或滚进屏幕。注意两点:第一点,如果使用了其他参数,必定要使用这个参数才能起作用;第二点:如果在这个child View前面的任何其他Child View没有设置这个参数,那么这个Child View的设置将失去作用。scrollview滚动优先级比child view高
    代码:

    <?xml version="1.0" encoding="utf-8"?>
    <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        xmlns:app="http://schemas.android.com/apk/res-auto">
    
        <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll"
                app:title="标题"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize"/>
    
        </android.support.design.widget.AppBarLayout>
    
        <android.support.v4.widget.NestedScrollView
            android:id="@+id/ll_first"
            app:layout_behavior="@string/appbar_scrolling_view_behavior"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
            <LinearLayout
                android:orientation="vertical"
                android:layout_width="match_parent"
                android:layout_height="wrap_content">
                <TextView
                    android:textSize="40dp"
                    android:text="A\nB\nC\nD\nE\nF\nG\nH\nI\nJ\nK\nL\nM\nN\nO\nP\nQ\nR\nS\nT\nU\nV\nW\nX\nY\nZ"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content" />
    
            </LinearLayout>
        </android.support.v4.widget.NestedScrollView>
    </android.support.design.widget.CoordinatorLayout>
    
    device-2019-03-21-143146_20190321145526_20190321145735.gif

    enterAlways

    快速返回模式。child view滚动优先级比scrollview高
    代码:

     <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll|enterAlways"
                app:title="标题"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize"/>
    
        </android.support.design.widget.AppBarLayout>
    
    动画 (1).gif

    enterAlwaysCollapsed

    enterAlways的附加值。这里涉及到Child View的高度和最小高度,向下滚动时,Child View先向下滚动最小高度值,然后Scrolling View开始滚动,到达边界时,Child View再向下滚动,直至显示完全。
    代码:

    <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll|enterAlways|enterAlwaysCollapsed"
                app:title="标题"
                android:layout_width="match_parent"
                android:minHeight="56dp"
                android:layout_height="200dp"/>
    
        </android.support.design.widget.AppBarLayout>
    
    动画 (1).gif

    exitUntilCollapsed

    这里也涉及到最小高度。发生向上滚动事件时,Child View向上滚动退出直至最小高度,然后Scrolling View开始滚动。也就是,Child View不会完全退出屏幕。

    代码:

    <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll|exitUntilCollapsed"
                app:title="标题"
                android:layout_width="match_parent"
                android:minHeight="56dp"
                android:layout_height="200dp"/>
    
        </android.support.design.widget.AppBarLayout>
    
    动画 (2).gif

    snap

    简单理解,就是Child View滚动比例的一个吸附效果。也就是说,Child View不会存在局部显示的情况,滚动Child View的部分高度,当我们松开手指时,Child View要么向上全部滚出屏幕,要么向下全部滚进屏幕,有点类似ViewPager的左右滑动。

    代码:

      <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll|snap"
                app:title="标题"
                android:layout_width="match_parent"
                android:layout_height="200dp"/>
    
        </android.support.design.widget.AppBarLayout>
    
    动画 (3).gif

    二、与TabLayout结合应用

    AppBarLayout的子控件不仅仅可以设置为Toolbar,也可以包含其他的View,比如说包裹一个 TabLayout。
    代码

        <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.v7.widget.Toolbar
                app:layout_scrollFlags="scroll|enterAlways"
                app:title="标题"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize"/>
            <android.support.design.widget.TabLayout
                android:background="@color/colorAccent"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>
    
        </android.support.design.widget.AppBarLayout>
    
    动画 (4).gif

    三、与CollapsingToolbarLayout结合应用,实现折叠ToolBar

    CollapsingToolbarLayout 有几个重要的参数
    app:contentScrim 设置折叠后的颜色
    pp:layout_collapseMode 设置子视图折叠模式,有两个参数 1."pin" 固定模式,在折叠的时候固定在顶端 2. “parallax” 视差模式,在折叠的过程中会有个视差折叠的效果

    代码:

    <android.support.design.widget.AppBarLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <android.support.design.widget.CollapsingToolbarLayout
                app:collapsedTitleGravity="left"
                app:expandedTitleGravity="left|bottom"
                app:layout_scrollFlags="scroll|exitUntilCollapsed"
                app:contentScrim="@color/colorPrimary"
                android:layout_width="match_parent"
                android:layout_height="250dp">
                <ImageView
                    android:src="@mipmap/liuyifei"
                    android:scaleType="centerCrop"
                    app:layout_collapseMode="pin"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent" />
                <android.support.v7.widget.Toolbar
                    app:title="标题"
                    android:layout_width="match_parent"
                    app:layout_collapseMode="pin"
                    android:layout_height="?attr/actionBarSize"/>
            </android.support.design.widget.CollapsingToolbarLayout>
    
    
            <android.support.design.widget.TabLayout
                android:background="@color/colorAccent"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>
    
        </android.support.design.widget.AppBarLayout>
    
    pin模式 parallax模式

    相关文章

      网友评论

          本文标题:CoordinatorLayout的AppBarLayout使用

          本文链接:https://www.haomeiwen.com/subject/nobqvqtx.html