What is CoordinatorLayout?

后端 未结 7 691
庸人自扰
庸人自扰 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:13

    Here it is you are looking for.

    from docs

    the Design library introduces CoordinatorLayout, a layout which provides an additional level of control over touch events between child views, something which many of the components in the Design library take advantage of.

    https://android-developers.googleblog.com/2015/05/android-design-support-library.html

    in this link you will see the demo videos of all above mentioned views.

    hope this helps :)

提交回复
热议问题