A color picker library, provide various style of picker widgets.
CircleColorPicker
A circle color picker,use app:radius
to set the circle's radius if you like
ColorPicker
A bar picker style color picker。
AlphaPicker
A bar picker style alpha picker
GrayPicker
A bar picker style gray color picker
All bar pickers support setting bar height and orientation, use attributes below:
app:bar_height
, android:orientation
Usage:
- Just copy source files
- Gradle dependency
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.