You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 I don't know how to disable it, would be useful to know.
Edit: I did a workaround. Put all the views in a custom view container. Override the onInterceptTouchEvent method and return true if the color picker is disabled, false otherwise.
Now when you want to disable the picker, use setEnabled on the picker (and setAlpha on the custom view container too if you want).
the method "setEnabled" does not work, is there any way to disable it?
The text was updated successfully, but these errors were encountered: