Skip to content

这是使用CoordinatorLayout打造 打造炫酷效果的例子

License

Notifications You must be signed in to change notification settings

boydos/CoordinatorLayoutExample

Repository files navigation

CoordinatorLayout简介

CoordinatorLayout是在 Google IO/15 大会发布的,遵循Material 风格,包含在 support Library中,结合AppbarLayout, CollapsingToolbarLayout等 可 产生各种炫酷的效果

CoordinatorLayout简介通常用来 干什么

Google官方地址

CoordinatorLayout is intended for two primary use cases:

As a top-level application decor or chrome layout

As a container for a specific interaction with one or more child views

简单来说就是

  • 作为最上层的View
  • 作为一个 容器与一个或者多个子View进行交互

下面我们一起先来看一下我们实现的效果图

动态图

结合ToolBar

结合ViewPager

ViewPager

结合ViewPager的视觉特差

转载请注明博客地址:http://blog.csdn.net/gdutxiaoxu/article/details/52858598

About

这是使用CoordinatorLayout打造 打造炫酷效果的例子

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages