Android RecyclerView with CollapsingToolbarLayout smooth scroll issue

后端 未结 3 1468
温柔的废话
温柔的废话 2020-12-18 10:27

I want to use CollapsingToolbarLayoutwith RecyclerView, like Whatsapp.

Here is the captured video : https://sendvid.com/0oi2lx

3条回答
  •  星月不相逢
    2020-12-18 11:13

    Well i will explain how to solve issue , now my layout is super smooth ;

    Actually i dont know how its solved , but ;

    • i deleted all android:fitsSystemWindows="true" attributes.
    • then added app:layout_scrollFlags="scroll|enterAlways" attribute to CollapsingToolbarLayout , ImageView and Toolbar.
    • And moved all elements before my AppBarLayout in xml.

    My activity_profile.xml like :

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    
            
    
            
    
        
    
      
    
    
    

    And the content_profile_edit.xml like :

    
    
    
    
    
       
    
    
    
    
    

提交回复
热议问题