用户跟你的app进行交互时,material design中的动画给予用户动作的反馈和提供视觉的一致性(感受)。Material主题提供了一些默认的按钮和activity过渡的动画效果,而在 Android 5.0(API级别21)或以上的系统版本中你可以自定义这些动画,还可以创建新的动画:l To...
分类:
移动开发 时间:
2014-11-01 06:16:58
阅读次数:
340
Define Alternative Styles 定义替代样式
让你的app,使用Material Design的主题运行在支持它的设备上,并在早期版本的设备上可以运行较早的主题:
1. 在res/values/styles.xml 定义一个主题继承较早的主题
2. 在res/values-v21/styles.xml 定义一个相同名字的继承自Material主题 的主题
3. 在m...
分类:
移动开发 时间:
2014-10-31 19:07:17
阅读次数:
201
What a find! Anna Locke has just bought several links of chain some of which may be connected. They are made from zorkium, a material that was frequently used to manufacture jewelry in the last centur...
分类:
其他好文 时间:
2014-10-31 01:15:29
阅读次数:
242
官网地址:https://developer.android.com/intl/zh-tw/training/material/animations.html
动画在Material设计中,为用户与app交互反馈他们的动作行为和提供了视觉上的连贯性。Material主题为Buttons和Activity的过渡提供了一些默认的动画,在android5.0(api21)及以上,允许自定义这些...
分类:
移动开发 时间:
2014-10-30 21:04:20
阅读次数:
321
官网地址:https://developer.android.com/intl/zh-tw/training/material/drawables.html#DrawableTint
以下图片的功能能帮助你在app中实现Material设计:
·图片着色
·颜色提取
·矢量图片
Tint Drawable Resources 为图片资源染色
在Android 5.0(API级别2...
分类:
移动开发 时间:
2014-10-30 11:43:16
阅读次数:
265
In this Document
Goal
Solution
1. Sample Notes for BOM APIs
2. Datatypes used in these APIs
3. Limitations / ERs
...
分类:
移动开发 时间:
2014-10-29 21:46:15
阅读次数:
456
官网:https://developer.android.com/intl/zh-tw/training/material/shadows-clipping.html
Material设计为UI元素引入了一个depth值,depth帮助用户了解每个元素相对重要性,重点关注手头的任务
每个View的elevation值,相当于z属性,它决定了阴影的大小:z越大,阴影越大。
Views仅仅在...
分类:
移动开发 时间:
2014-10-29 19:27:58
阅读次数:
187
官网地址:https://developer.android.com/intl/zh-tw/training/material/theme.html
新的Material主题提供了:
系统Widgets可设置它们的调色板
系统Widgets的触摸反馈动画
Activity的过渡动画
您可以自定义Material主题,根据你的品牌标识,用一个调色板来控制。
可以使用主题属性来为操作栏...
分类:
移动开发 时间:
2014-10-29 17:15:39
阅读次数:
323
转载请注明出处:http://blog.csdn.net/bbld_/article/details/40584331
下面的几点drawables 的功能帮助你在你的app中实现material design:
l 可绘制着色
l 突出的颜色提取
l 矢量可绘性
本章节向你展示了怎么在你的app中使用这些功能。
色调Drawable资源
如果使用Android5....
分类:
移动开发 时间:
2014-10-29 15:00:26
阅读次数:
311