aboutsummaryrefslogtreecommitdiff
path: root/colorpicker
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 15:42:11 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 15:42:11 -0700
commitf1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5 (patch)
tree50d1c66f3149e2cfed37bf3ab9413e5d40e6a751 /colorpicker
parent8c186f994fec4166b9dfadb71e6453a21ebccfd8 (diff)
downloadkau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.gz
kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.bz2
kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.zip
Update gifs
Diffstat (limited to 'colorpicker')
-rw-r--r--colorpicker/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/colorpicker/README.md b/colorpicker/README.md
index 5c22823..36e96a7 100644
--- a/colorpicker/README.md
+++ b/colorpicker/README.md
@@ -4,4 +4,6 @@ Material Dialogs by default contains a color picker, but it requires an activity
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
+To use it, call `Context.colorPickerDialog` and specify and configs as required through the builder.
+
+![Color Picker Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_color_picker.gif) \ No newline at end of file