SwipeRefreshLayout with NestedScrollView and LinearLayout

后端 未结 5 2063
迷失自我
迷失自我 2021-02-01 16:58


        
5条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 17:16

    app:layout_behavior should be added to the direct child of CoordinatorLayout. and after you need to use NestedScrollView in SwipeLayout like;

    
    
        
            ...
        
    
    
    

提交回复
热议问题