Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
mata1 committed Apr 7, 2015
1 parent 598739a commit 393ac55
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,38 @@
**SimpleDroidColorPicker** is a simple, easy-to-use color picker library for Android.

Currently it is in pre-release and supports only **ring** color picker.
Other types will be added soon.

Current version **v0.1** supports:
* ring color picker
* cahnging color with clicking and dragging handle
* XML attributes
* onColorChanged listener
* setters/getters
* horizontal and vertical grids
* different predefined color palettes and random palette generation
* customizing paints (grid, chart, text)
* legend
* displaying values

**v0.1:**

![ScreenShot](https://github.com/mata1/SimpleDroidColorPicker/blob/master/screenshots/v0.1.png)

![test](https://cloud.githubusercontent.com/assets/5882169/7033316/88769fc4-dd79-11e4-842c-550f8e23406b.png)

#How to use
Add this to your `build.gradle` file:
```
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.mata1:SimpleDroidColorPicker:v0.1'
}
```

*TODO: write how to use views, ...*

#Licence
Copyright 2015 Matej Biberović

Licenced under [GNU GENERAL PUBLIC LICENSE](https://www.gnu.org/licenses/gpl-2.0.html)

0 comments on commit 393ac55

Please sign in to comment.