轉載請註明出處:http://blog.csdn.net/bbld_/article/details/40400031html
翻譯自:http://developer.android.com/training/material/index.htmlandroid
前言app
這篇文章是官方material design文檔翻譯的第一篇。關於material design需要了解的知識可以參閱這本中文版的譯文電子書。
佈局
Material design是一種跨平臺的爲了視覺、動做、交互設計的綜合指南。要在你的Android應用中使用Material design,(你應該)遵循咱們的(教程)指南中說明的Material design設計規範和有效的使用新的組件和功能在Android5.0API級別21)。動畫
可以經過如下的幾點去建立materialdesign的app。google
l Material的主題spa
l 卡片和列表的控件.net
l 定製的陰影和view的剪接翻譯
l 矢量可繪製對象設計
l 本身定義動畫
課程
Getting Started [Android Material Design-Getting Started(入門)-(一)]
怎樣去使用materialdesign來更新你的app。
Using the Material Theme [Android Material Design-Using the Material Theme(使用Material主題)-(二)]
怎樣在你的app中使用material design的主題樣式。
Creating Lists and Cards [Android Material Design-Creating Lists and Cards(建立列表和卡片)-(三)]
怎樣經過系統的控件去建立外觀和感受融合一致的列表和卡片(佈局)。
怎樣爲你的佈局視圖建立本身定義的陰影和怎樣裁剪視圖。
Working with Drawables [Android Material Design-Working with Drawables(使用Drawable)-(五)]
怎樣建立矢量可繪製對象。以及怎樣着色繪製資源。
Defining CustomAnimations [Android Material Design-Defining Custom Animations(本身定義動畫)-(六)]
怎樣建立本身定義的動畫和activity伴隨共享元素的過渡。
Maintaining Compatibility [Android Material Design-Maintaining Compatibility(保持兼容性)-(七)]
怎樣去兼容Android5.0以前的版本號。