一个颜色选择库,提供了多种样式的选择控件
CircleColorPicker
圆形颜色选择器,使用app:radius
可以设置选择器的半径
ColorPicker
条状颜色选择器。
AlphaPicker
条状透明度选择器
GrayPicker
条状灰度颜色选择器
条状选择器支持设置高度和方向,使用下面两个属性
app:bar_height
, android:orientation
使用方式:
- 源码不多,直接拷贝即可
- Gradle依赖
compile 'cn.cricin:colorpicker:0.0.1'
Copyright 2019 Cricin
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.