Android: CollapsingToolbarLayout and SwipeRefreshLayout get stuck

前端 未结 5 1880
别跟我提以往
别跟我提以往 2020-11-27 10:42

I use CollapsingToolbarLayout, RecyclerView and SwipeRefreshLayout together:

Xml:



        
5条回答
  •  感情败类
    2020-11-27 11:14

    I had to make the RecyclerView the main child of the SwipeRefreshLayout in order to remove the issue using Support Library 23.2.0. Could not fixed it having an include layout inside of the SwipeRefreshLayout

    
    
            
    
            
            
    
        
    

提交回复
热议问题