[转]MaterialDesignCenter发表回复转:https://github.com/lightSky/MaterialDesignCenterMaterialDesignCenterCollection of material design libs and res.如果你也有不错的Ma...
分类:
移动开发 时间:
2014-12-02 18:51:05
阅读次数:
357
矩形按钮是我们很常用的控件,让其拥有5.0动效必须自定义控件。本文讲解的控件是参考:https://github.com/navasmdc/MaterialDesignLibrary从这个lib中提取的控件,下面讲解如何使用它。一、布局文件
分类:
其他好文 时间:
2014-12-01 22:17:15
阅读次数:
170
新版的Android5.0添加了涟漪效果,虽然开源的库提供了各种控件便于大家使用涟漪效果。但是仍旧不可能满足所有需求,因此我今天改出来一个类叫做,LayoutRipple,其实感觉跟应该叫RippleLayout。在这个layout被选中的时候会触发涟漪效果,比较适合list中的item。下面说下怎...
分类:
其他好文 时间:
2014-11-30 21:26:53
阅读次数:
248
" =IF(LEN(B3)=23,B3,A3&" "&B3&REPT(" ",23-LEN(B3))&C3) &&&&&&& verify the char length of material " =IF(LEN(A3)=5,A3,A3&REPT(" ",5-LEN(A3))) *********...
分类:
其他好文 时间:
2014-11-30 21:20:41
阅读次数:
161
一、前言
Android 5.0上线有一个段时间了,估计小伙伴们都看到了Android5.0界面上相比前面几个版本有了很大的突破,给人一种非常酷炫,平滑的跳转,生动的界面切换,全新的感觉,Android用户终于可以感叹,Google升级了这么多个版本终于像样的搞了一回界面。开发者们看到这些优美的动画也要大户过瘾啊。github上面的高人们都已经饥渴难耐了出了写出了各种好用,炫丽的特效,我...
分类:
移动开发 时间:
2014-11-30 00:31:49
阅读次数:
206
转自:http://www.jianshu.com/p/b37ee8cea04c1.资源类型GameObject, Transform, Mesh, Texture, Material, Shader, Script和各种其他Assets。2.资源创建方式静态引用,在脚本中加一个public Gam...
分类:
编程语言 时间:
2014-11-29 10:10:11
阅读次数:
272
1.Is Blocking Key assigned to material master in basic data 1 view in X plant material status, if yes, remove blocking key and create PR & PO. Or chec...
分类:
其他好文 时间:
2014-11-27 18:03:23
阅读次数:
282
先上一张图可以看到,对话框的标题颜色是蓝色的,下面还有一根线也是蓝色的,在某些情况下,我们想改变程序的主题风格,颜色必须做修改,但又懒得去定制Dialog,下面的方法就诞生了:
public static final void dialogTitleLineColor(Dialog dialog, int color) {
Context context = dialog.ge...
分类:
移动开发 时间:
2014-11-27 16:25:46
阅读次数:
181
官网地址:https://developer.android.com/intl/zh-tw/design/material/index.html
使用Material Design 需要api21,即Lollipop/5.0以上
Material Design 为应用提供了:一个新的主题,一些组合View的新Widget,一些自定义阴影和动画的新Api
Material 主题...
分类:
移动开发 时间:
2014-11-27 16:25:22
阅读次数:
278
官网地址:https://developer.android.com/intl/zh-tw/training/material/get-started.html
Apply the Material Theme 运用材料主题
name="AppTheme" parent="android:Theme.Material">
theme cus...
分类:
移动开发 时间:
2014-11-27 16:22:15
阅读次数:
214