您的位置:首页 > 移动开发 > Android开发

Android Material Design 官网翻译学习笔记(开篇)

2016-03-22 14:27 615 查看
Material Design官方学习地址:http://developer.android.com/training/material/index.html

原文:

Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. To use
material design in your Android apps, follow the guidelines described in the material
design specification and use the new components and functionality available in Android 5.0 (API level 21).

翻译:

Material design是一个遍及平台和设备的综合的视觉,手势,交互设计的标准。如果要在你的Android
app中使用Material design,使用material design specification作为指导,使用新的组件,并且使用Android5.0(API level 21);

原文:

This class shows you how to create material design apps with the following elements:

The material theme
Widgets for cards and lists
Custom shadows and view clipping
Vector drawables
Custom animations

This class also teaches you how to maintain compatibility with versions of Android earlier than 5.0 (API level 21) when you use material design features in your app.

翻译:

展示了如何使用以下元素去创造material design应用:

1.material主题;

2.卡片小组件和列表小组件;

3.自定义阴影和视图裁剪;

4.矢量图形;

5.自定义动画;

这个课程也教你当你在5.0早期版本的APP中使用Material design依然保持兼容性。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Android Material Design UI