Toolbar will not collapse with Scrollview as child of CoordinatorLayout

后端 未结 5 1325
南笙
南笙 2020-12-23 18:52

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the ScrollView inside the CoordinatorLayout. Basically, the Toolbar normal

5条回答
  •  抹茶落季
    2020-12-23 19:32

    Use NestedScrollView to collapse your scrollview as a child of Coordinator Layout. Replace your code with this code:

    
    
        
    
            
    
            
    
        
        
    
        
            
    
        
    
        
    

提交回复
热议问题