What is the difference between AppBarLayout vs Toolbar?

前端 未结 3 513
说谎
说谎 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:44

    The AppBarLayout is used to achieve various scrolling behaviors such as collapse, flex space, and quick return.

    http://www.google.com/design/spec/patterns/scrolling-techniques.html

    http://android-developers.blogspot.com/2015/05/android-design-support-library.html

提交回复
热议问题