Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 619 Bytes

CoordinatorLayout.md

File metadata and controls

9 lines (5 loc) · 619 Bytes

Coordinator Layout

In the Google I/O 15, Google released a new support library which implements several components closely related with the Material Design's spec, among these components you can find new ViewGroups like the AppbarLayout, CollapsingToolbarLayout and CoordinatorLayout.

You can master it by reading this article.

Collapsing Toolbar

This file contains some usefull information about constructing a collapsing toolbar using flags . Read more here.