Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.46 KB

README_cn.md

File metadata and controls

44 lines (30 loc) · 1.46 KB

ColorPicker for Android

一个颜色选择库,提供了多种样式的选择控件

CircleColorPicker圆形颜色选择器,使用app:radius可以设置选择器的半径

ColorPicker条状颜色选择器。

AlphaPicker条状透明度选择器

GrayPicker条状灰度颜色选择器

条状选择器支持设置高度和方向,使用下面两个属性 app:bar_height, android:orientation

使用方式:

  • 源码不多,直接拷贝即可
  • Gradle依赖
    compile 'cn.cricin:colorpicker:0.0.1'
    

下载

点击下载Demo

许可

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.