码迷,mamicode.com
首页 > 其他好文 > 详细

Material design之Material Theme

时间:2014-07-16 19:47:55      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:android   des   style   blog   http   color   

Material Theme提供了三方面的内容:

  • 系统组件的颜色可以自定义更改
  • 系统组件添加了触摸反馈动画效果
  • Activity切换动画效果

系统主题默认被定义在以下三个样式中:

  bubuko.com,布布扣

使用Material主题的时候需要注意,Material目前只能运行在Android L的预览版本上。

 

系统组件颜色的更改:

  通过在res/values/styles建立一个新的style,继承自android:Theme.Material,

  然后可以更改适合自己应用的样式了

  bubuko.com,布布扣

  以上更改的位置对应下图:

  bubuko.com,布布扣

  其中的Status and Navigation Bar可以通过android:statusBarColor来更改。

Material design之Material Theme,布布扣,bubuko.com

Material design之Material Theme

标签:android   des   style   blog   http   color   

原文地址:http://www.cnblogs.com/qinghuaideren/p/3837392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!