What is the difference between AppBarLayout vs Toolbar?

前端 未结 3 516
说谎
说谎 2021-01-29 23:24

I want to include Toolbar in my app, but the design support library just came out with AppBarLayout, so I just need clarification on what the differenc

3条回答
  •  太阳男子
    2021-01-29 23:57

    If you want just to include the Toolbar without any scrolling effects you can use Toolbar. But if you want to make some scrolling effects like on the images you need to use AppBarLayout.

    More here and here.

提交回复
热议问题