官网地址: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
nopcommerce拥有一套不错的模板机制,可以让你快速的做一套属于自己的主题。\Presentation\Nop.Web下面有个Themes 文件夹,这里面就是放主题的地方,每个主题对应一个文件夹,每个主题文件夹下面都有一个theme.config文件,这个文件定义了该主题的一些基本信 息。Co...
分类:
其他好文 时间:
2014-10-29 19:12:17
阅读次数:
213
官网地址: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
官网地址:https://developer.android.com/intl/zh-tw/training/material/get-started.html
Apply the Material Theme 运用材料主题
name="AppTheme" parent="android:Theme.Material">
theme custo...
分类:
移动开发 时间:
2014-10-29 13:06:32
阅读次数:
250
首先这个问题的产生是由于缺少Theme.AppCompat.Light这个主题产生的,而这个主题 的是存在于android\support\appcompat-v7支持库中的,注意不是jar包。No resource found that matches the given name 'Theme....
分类:
移动开发 时间:
2014-10-29 10:41:35
阅读次数:
166
Style.xml隐藏了titleBar,Theme.Holo.Light.NoActionBar.Fullscreen全屏,也是隐藏了TitleBarTheme.Translucent全透明的Theme.WallpaperHome界面作为背景Theme.Holo.Light/Theme.Light...
分类:
移动开发 时间:
2014-10-28 17:33:02
阅读次数:
150