CustomViews
CustomViews copied to clipboard
Update SignatureView.java with isSigned method
Included signature check
What is the point of "isBlocked"?
if you want to disable the drawing you can just set this variable to true, and you no longer will be able to draw in the component
Perhaps "disabled" would be more descriptive terminology?
you are right, I will change this name