Skip to content

ichapter/Android-Material-Colors

Repository files navigation

Android Material Colors

Build Status Download Platform API License

谷歌 Material Design 标准颜色。

官方文档地址为:https://material.io/guidelines/style/color.html

调色板资源文件通过 doc-getter 自动抓取生成。

Usage

Gradle

compile 'com.takwolf.android.materialdesign:color:0.0.1'

Style

<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="colorPrimary">@color/material_indigo_500</item>
    <item name="colorPrimaryDark">@color/material_indigo_700</item>
    <item name="colorAccent">@color/material_pink_a200</item>
</style>

Author

TakWolf

takwolf@foxmail.com

http://takwolf.com

License

Copyright 2015 TakWolf

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

谷歌 Material Design 标准颜色。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published