Toolbar遮住Recyclerview

注意:使用SwipeRefreshLayout包裹RecyclerView需要把app:layout_behavior="@string/appbar_scrolling_view_behavior"这句添加到SwipeRefreshLayout中。

下面是布局文件




    

        
    

    

        
        
    

你可能感兴趣的:(Toolbar遮住Recyclerview)