toast-like alert pattern for Android inspired by the Google Material Design Spec地址:https://github.com/MrEngineer13/SnackBar
分类:
其他好文 时间:
2015-04-30 00:51:41
阅读次数:
140
Implementation of Ripple effect from Material Design for Android API 9+地址:https://github.com/traex/RippleEffect
分类:
其他好文 时间:
2015-04-30 00:39:02
阅读次数:
156
An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L....
分类:
其他好文 时间:
2015-04-29 19:41:51
阅读次数:
198
Custom Tabs with Material Design effects地址:https://github.com/neokree/MaterialTabs
分类:
其他好文 时间:
2015-04-29 19:28:01
阅读次数:
268
Navigation Drawer Activity with material design style and simplified methods地址:https://github.com/neokree/MaterialNavigationDrawer
分类:
其他好文 时间:
2015-04-29 19:04:53
阅读次数:
164
兼容性虽然Material Design新增了许多新特性,但是并不是所有新内容对对下保持了兼容。使用v7包v7 support libraries r21 及更高版本包含了以下Material Design特性:使用Theme.AppCompat主题包含调色板主体属性,可以对应用的主题做统一的配色,...
分类:
移动开发 时间:
2015-04-29 13:30:12
阅读次数:
182
Android 5.0新推出的Material Design, 本文介绍其基本概念,环境,具有的属性(增加了Z轴, 材料的转换特性, 阴影与高度相关, 物体间的关系等等).
分类:
其他好文 时间:
2015-04-29 13:24:56
阅读次数:
146
阴影和剪裁View的z属性Material Design建议为了凸显布局的层次,建议使用阴影效果,并且Android L为了简化大家的工作,对View进行了扩展,能使大家非常方便的创建阴影效果:给View添加了一个新的属性:Z属性,用于描述视图距离它父视图的高度:在5.0之前,我们的视图都是二维的,...
分类:
移动开发 时间:
2015-04-29 13:15:35
阅读次数:
182
Material DesignMaterial Design简介Material Design是谷歌新的设计语言,谷歌希望寄由此来统一各种平台上的用户体验,Material Design的特点是干净的排版和简单的布局,以此来突出内容。Material Design对排版、材质、配色、光效、间距、文字...
分类:
其他好文 时间:
2015-04-29 01:55:19
阅读次数:
135
1、概述
随着Material Design的逐渐的普及,业内也有很多具有分享精神的伙伴翻译了material design specification ,中文翻译地址:Material Design 中文版。So,我们也开始Android 5.x相关的blog,那么首先了解的当然是其主题的风格以及app bar。
当然,5.x普及可能还需要一段时间,所以我们还是尽可能的去使用兼容包支持低版本...
分类:
移动开发 时间:
2015-04-27 11:22:52
阅读次数:
265