# ColorPickerView **Repository Path**: miantiaox/ColorPickerView ## Basic Information - **Project Name**: ColorPickerView - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-12 - **Last Updated**: 2022-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ColorPickerView A color picker view for Android Android颜色选择器 [ ![Download](https://api.bintray.com/packages/daemon336699/maven/colorpickerview/images/download.svg) ](https://bintray.com/daemon336699/maven/colorpickerview/_latestVersion) ---- # 使用方法 ## 1. 项目依赖 项目根目录下`build.gradle`中加入: ``` allprojects { repositories { ... jcenter() } } ``` 添加依赖: ``` dependencies { implementation 'me.daemon:colorpickerview:x.y.z' } ``` 将其中的`x`、`y`、`z`替换为真实版本号:[ ![Download](https://api.bintray.com/packages/daemon336699/maven/colorpickerview/images/download.svg) ](https://bintray.com/daemon336699/maven/colorpickerview/_latestVersion) ## 2. 使用 ```xml ```