摘要: Palette用来从图片资源中获取颜色内容。下面是个对颜色值使用的工具类:public class PaletteUtils { public static int getColorWithDefault(Palette palette, int defaultColor) { ... 阅读全文
posted @ 2015-11-21 22:10 西北野狼 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 系统提供默认的三种主题样式@android:style/Theme.Material (dark version) @android:style/Theme.Material.Light (light version) @android:style/Theme.Material... 阅读全文
posted @ 2015-11-21 21:36 西北野狼 阅读(235) 评论(0) 推荐(0) 编辑