Material Design 简记

Material Design是一个指南,不同平台和设备上提供统一的视觉设计和交互。使用Material Design在你的Android应用程序。遵循它的指南并且使用心得组件在android5.0中。

本章节向你展示如何用以下的元素去创建material design


  • The material theme
  • Widgets for cards and lists
  • Custom shadows and view clipping
  • Vector drawables
  • Custom animations
当你在你的app中使用material design的特征时,这些类也会教给你如何去在低于Android 5.0的版本中保持一致性。



一.如何使用Material Theme

二.创建Lists和Cards
http://developer.android.com/training/material/lists-cards.html#RecyclerView







你可能感兴趣的:(Material Design 简记)