Material theme
Material主题有定义如下:
@android:style/Theme.Material(dark version)
@android:style/Theme.Material.Light(light version)
@android:style/Theme.Material.Light.DarkActionBar
![](http://wiki.letv.cn/download/thumbnails/36241635/2.png?version=1&modificationDate=1416215657000&api=v2)
![](http://wiki.letv.cn/download/thumbnails/36241635/1.png?version=1&modificationDate=1416215634000&api=v2)
material theme仅限于android 5.0,如果想向前支持得使用v7 support包
定制调色板(Customize the Color Palette)
![](http://wiki.letv.cn/download/attachments/36241635/Screenshot_2014-12-10-10-49-46.png?version=1&modificationDate=1418179847000&api=v2)
/value/styles.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@android:color/holo_red_light
#3367D6
@android:color/holo_blue_light
#445588
#ff99cc00
@android:color/holo_orange_light
网友评论