What is CoordinatorLayout?

后端 未结 7 710
庸人自扰
庸人自扰 2020-12-12 14:43

Just had a look at the demo app of new Android support design library. It\'s provided by Chris Banes on github. Throught the app, CoordinatorLayout is used Heav

7条回答
  •  借酒劲吻你
    2020-12-12 15:28

    CoordinatorLayout is essentially the frame layout with lot of capabilities which is obvious from the name, it automates the coordination among its children and helps build beautiful views. Its implementation can be seen in Google Play Store App.How the toolbar collapses and changes colors.

    The best thing about CoordinatorLayoutis the behavior we give to its direct or indirect descendants. You must have seen while scrolling all the UI gets into motion. Its highly likely the behavior is working its magic.

提交回复
热议问题