Skip to content

Commit

Permalink
根据官网 2015年5月 最新版https://www.google.com/design/spec/ 更新目录(SOURCE/TOC.m…
Browse files Browse the repository at this point in the history
…d)及README.md, 增加23章,已高亮显示
  • Loading branch information
floydzhang1984 authored and floydzhang1984 committed Jul 16, 2015
1 parent 5f817c9 commit 7f2fde7
Show file tree
Hide file tree
Showing 24 changed files with 550 additions and 12 deletions.
59 changes: 47 additions & 12 deletions README.md

Large diffs are not rendered by default.

411 changes: 411 additions & 0 deletions README副本.md

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions SOURCE/README副本.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Material Design 中文版

Google I/O 2014发布的**Material Design**将会成为统一Android,Chrome等平台的设计语言规范,对Android从业人员意义重大,我们一帮不知天高地厚的人正通过互联网的方式将其翻译成中文~

如果想做出贡献(翻译或者校对)的话,请加QQ群:**137198122**,谢谢!

**原文文档:** <br />
http://www.google.com/design/spec/material-design/introduction.html


##目录

* Material Design
* [Introduction](material-design/introduction.md)
* Animation
* [Authentic Motion](animation/authentic-motion.md)
* [Responsive Interaction](animation/responsive-interaction.md)
* [Meaningful Transitions](animation/meaningful-transitions.md)
* [Delightful Details](animation/delightful-details.md)
* Style
* [Color](style/color.md)
* [Typography](style/typography.md)
* [Icons](style/icons.md)
* [Imagery](style/imagery.md)
* Layout
* [Principles](layout/layout-principles.md)
* [Metrics and Keylines](layout/metrics-and-keylines.md)
* [Structure](layout/structure.md)
* Components
* [Bottom Sheets](components/bottom-sheets.md)
* [Buttons](components/buttons.md)
* [Cards](components/cards.md)
* [Chips](components/chips-tokens.md)
* [Dialogs](components/dialogs.md)
* [Dividers](components/dividers.md)
* [Grids](components/grids.md)
* [Lists](components/lists.md)
* [List controls](components/list-controls.md)
* [Menus](components/menus.md)
* [Progress and Activity](components/progress-activity.md)
* [Sliders](components/sliders.md)
* [Snackbars and Toasts](components/snackbars-and-toasts.md)
* [Subheaders](components/subheaders.md)
* [Switches](components/switches.md)
* [Tabs](components/tabs.md)
* [Text fields](components/text-fields.md)
* [Tooltips](components/tooltips.md)
* Patterns
* [Selection](patterns/selection.md)
* [Gestures](patterns/gestures.md)
* [Promoted Actions](patterns/promoted-actions.md)
* [Settings](patterns/settings.md)
* [Imagery Treatment](patterns/imagery-treatment.md)
* [Search](patterns/search.md)
* Usability
* [Accessibility](usability/accessibility.md)
* Resources
* [Layout Templates](resources/layout-templates.md)
* [Sticker Sheets](resources/sticker-sheets.md)
* [Roboto Font](resources/roboto-font.md)
* [Color Palettes](resources/color-palettes.md)


## 参与者(持续补充)
- [iceskysl](https://github.com/iceskysl)
- [vincent4J](https://github.com/vincent4j)
- [zhenbeiju](https://github.com/zhenbeiju)
- [Haoxiqiang](https://github.com/haoxiqiang)
24 changes: 24 additions & 0 deletions SOURCE/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Material Design
* [概述 - Introduction](material-design/introduction.md)
* `What is material?`
* [`环境 - Environment`](whatis-material-design/environment.md)
* [`Material 属性 - Material properties`](whatis-material-design/material-properties.md)
* [`高度和阴影 - Elevation and shadows`](whatis-material-design/elevation-shadows.md)
* Animation
* [真实的动作 - Authentic Motion](animation/authentic-motion.md)
* [响应式交互 - Responsive Interaction](animation/responsive-interaction.md)
Expand All @@ -12,22 +16,29 @@
* [字体排版 - Typography](style/typography.md)
* [图标 - Icons](style/icons.md)
* [图像 - Imagery](style/imagery.md)
* [`书写 - Writing`](style/writing.md)
* Layout
* [准则 - Principles](layout/layout-principles.md)
* [`单位和度量 - Units and measurements`](layout/units-measurements.md)
* [度量与边框 - Metrics and Keylines](layout/metrics-and-keylines.md)
* [结构 - Structure](layout/structure.md)
* [`自适应 UI - Adaptive UI`](layout/adaptive-ui.md)
* Components
* [底部动作条 - Bottom Sheets](components/bottom-sheets.md)
* [按钮 - Buttons](components/buttons.md)
* [`按钮:浮动动作按钮 - Buttons: Floating Action Button`](components/buttons-floating-action-button.md)
* [卡片 - Cards](components/cards.md)
* [纸片 - Chips](components/chips-tokens.md)
* [`数据表格 - Data tables`](components/data-tables.md)
* [提示框 - Dialogs](components/dialogs.md)
* [分隔线 - Dividers](components/dividers.md)
* [网格 - Grids](components/grids.md)
* [列表 - Lists](components/lists.md)
* [列表控制 - List controls](components/list-controls.md)
* [菜单 - Menus](components/menus.md)
* [`选择器 - Pickers`](components/pickers.md)
* [进度和动态 - Progress and Activity](components/progress-activity.md)
* [`选择控制 - Selection controls`](components/selection-controls.md)
* [滑块 - Sliders](components/sliders.md)
* [Snackbars 与 Toasts - Snackbars and Toasts](components/snackbars-and-toasts.md)
* [副标题 - Subheaders](components/subheaders.md)
Expand All @@ -36,16 +47,29 @@
* [文本框 - Text fields](components/text-fields.md)
* [工具提示 - Tooltips](components/tooltips.md)
* Patterns
* [`App 结构 - App structure`](patterns/app-structure.md)
* [`数据格式 - Data formats`](patterns/data-formats.md)
* [`空状态 - Empty states`](patterns/empty-states.md)
* [`错误 - Errors`](patterns/errors.md)
* [内容选取 - Selection](patterns/selection.md)
* [手势 - Gestures](patterns/gestures.md)
* [`启动屏幕 - Launch screens`](patterns/launch-screens.md)
* [`加载图像 - Loading Images`](patterns/loading-images.md)
* [抽屉式导航 - Navigation drawer](SOURCE/patterns/navigation-drawer.md)
* [`导航 - Navigation`](patterns/navigation.md)
* [`导航过渡 - Navigational transitions`](patterns/navigational-transitions.md)
* [`滚动技巧 - Scrolling techniques`](patterns/scrolling-techniques.md)
* [改进的操作 - Promoted Actions](patterns/promoted-actions.md)
* [设置 - Settings](patterns/settings.md)
* [影像处理 - Imagery Treatment](patterns/imagery-treatment.md)
* [搜索 - Search](patterns/search.md)
* [`刷新 - Swipe to refresh`](patterns/swipe-to-refresh.md)
* Usability
* [可达性 - Accessibility](usability/accessibility.md)
* [`双向性 - Bidirectionality`](usability/bidirectionality.md)
* Resources
* [布局模板 - Layout Templates](resources/layout-templates.md)
* [`设备 - Devices`](resources/devices.md)
* [贴片集 - Sticker Sheets](resources/sticker-sheets.md)
* [Roboto 字体 - Roboto Font](resources/roboto-font.md)
* [调色板 - Color Palettes](resources/color-palettes.md)
Empty file.
Empty file.
Empty file added SOURCE/components/pickers.md
Empty file.
Empty file.
Empty file added SOURCE/layout/adaptive-ui.md
Empty file.
Empty file.
Empty file.
Empty file added SOURCE/patterns/empty-states.md
Empty file.
Empty file added SOURCE/patterns/errors.md
Empty file.
Empty file.
Empty file.
Empty file added SOURCE/patterns/navigation.md
Empty file.
Empty file.
Empty file.
Empty file added SOURCE/resources/devices.md
Empty file.
Empty file added SOURCE/style/writing.md
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 7f2fde7

Please sign in to comment.