How to use a TabLayout with Toolbar inside CollapsingToolbarLayout?

后端 未结 18 2265
逝去的感伤
逝去的感伤 2020-11-27 11:46

I am looking at the chrisbanes/cheesesquare and I am trying to put TabLayout with a Toolbar inside a CollapsingToolbarLayout, and here is my code



        
18条回答
  •  一生所求
    2020-11-27 12:14

    I placed the TabLayout outside the AppBarLayout and wrapped the ViewPager and TabLayout together inside a LinearLayout.

    
    
        
    
            
    
            
    
        
    
    
    
    
    
        
    
        
    
    

提交回复
热议问题