How to use a TabLayout with Toolbar inside CollapsingToolbarLayout?

后端 未结 18 2283
逝去的感伤
逝去的感伤 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:11

    Try to put the Toolbar inside the CollapsingToolbar with app:layout_collapseMode="pin" and the TabLayout outside with app:layout_scrollFlags="enterAlways"

提交回复
热议问题