An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-colors

dora.widget.colors.R.color提供一些app开发常用的颜色
https://github.com/dora4/dview-colors

Last synced: 12 months ago
JSON representation

dora.widget.colors.R.color提供一些app开发常用的颜色

Awesome Lists containing this project

README

          

dview-colors
![Release](https://jitpack.io/v/dora4/dview-colors.svg)
--------------------------------

#### 卡片
![五彩斑斓的危险](https://github.com/user-attachments/assets/11f38502-d9ec-4dc5-abc8-c7ec3357e6da)

#### Gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-colors:1.1'
}
```

#### 参考文献

https://www.w3.org/TR/css-color-3/#svg-color