ViewPager in a NestedScrollView

前端 未结 19 2067
面向向阳花
面向向阳花 2020-11-27 10:08

I need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing header (vertical scroll). One of my requirements is to

19条回答
  •  無奈伤痛
    2020-11-27 10:27

    You dont need use the NestedScrollView to have the parallax effects. try something like this:

    
    
        
    
            
    
            
         
    
                
    
    
    

提交回复
热议问题