利用布局实现tablayout标题悬浮在最上面





    
        

            
                
                
            

            

    
        



            android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        app:layout_behavior="@string/appbar_scrolling_view_behavior">
            android:id="@+id/vp"
        android:layout_width="match_parent"
        android:layout_height="match_parent">


   
   


记得添加design依赖:

compile'com.android.support:design:27.1.0'

注意一点Fragment里的控件只能是Recycleview或是NestedScrollView,ScrollView是不起作用的

你可能感兴趣的:(利用布局实现tablayout标题悬浮在最上面)