duanhong169 / ColorPicker

🎨 A color picker for Android. Pick a color using color wheel and slider (HSV & alpha).
Apache License 2.0
361 stars 82 forks source link

Dismiss the picker on back pressed #10

Closed saurabhdhillon closed 5 years ago

saurabhdhillon commented 5 years ago

Is there a way to forcefully dismiss the color picker.

duanhong169 commented 5 years ago

The color picker is just a view, you can dismiss it by yourself. If you mean the popup, I add a method "dismiss()" in v1.1.6, you can call it to dismiss the popup.