CollapsingToolbarLayout + TabLayout, strange toolbar title margin

前端 未结 2 2035
离开以前
离开以前 2021-01-22 05:40

I have a srange toolbar title behaviour that I doubt to be valid.

collapsed :

extended :

The strangest part is that the

2条回答
  •  耶瑟儿~
    2021-01-22 06:16

    I think your TabLayout should be outside your CollapsingToolbarLayout while still inside your AppBarLayout:

        
    
        
    
    
    

    A tab section is part of the app bar, but not part of the tool bar.

提交回复
热议问题