aboutsummaryrefslogtreecommitdiff
path: root/colorpicker
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 11:28:59 -0700
committerGitHub <noreply@github.com>2017-07-09 11:28:59 -0700
commite6ec9c5dd677be298430cb2b694f047c67b03239 (patch)
treef0bc2a630c9335b608ac9076ca868f5a5658c75c /colorpicker
parent0af8b379fc0968c830c8938e1998b5bd3dd7e0aa (diff)
downloadkau-e6ec9c5dd677be298430cb2b694f047c67b03239.tar.gz
kau-e6ec9c5dd677be298430cb2b694f047c67b03239.tar.bz2
kau-e6ec9c5dd677be298430cb2b694f047c67b03239.zip
KAU 2.0 (#1) - Update docs and finish up refractoring
* Update readme * Add docs for remaining submodules * Update searchview * Update links 1/3 * Update links 2/3 * Update links 3/3 * update changelog * Update readme * Test rename to readme * Rename remaining to readme * Link readme to repo
Diffstat (limited to 'colorpicker')
-rw-r--r--colorpicker/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/colorpicker/README.md b/colorpicker/README.md
new file mode 100644
index 0000000..5c22823
--- /dev/null
+++ b/colorpicker/README.md
@@ -0,0 +1,7 @@
+# KAU :colorpicker
+
+Material Dialogs by default contains a color picker, but it requires an activity that also implements the color callback.
+KAU's colorpicker decouples the two, so it only needs a context and a separate callback.
+The color picker also animates the selection, and uses Kotlin's DSL to provide easy calling.
+
+To use it, call `Context.colorPickerDialog` and specify and configs as required through the builder. \ No newline at end of file