CoatedMoose / CustomViews

A set of views for use in android applications, including a signature capture view.
24 stars 6 forks source link

Update SignatureView.java with isSigned method #12

Open samirma opened 9 years ago

samirma commented 9 years ago

Included signature check

CoatedMoose commented 9 years ago

What is the point of "isBlocked"?

samirma commented 9 years ago

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

CoatedMoose commented 9 years ago

Perhaps "disabled" would be more descriptive terminology?

samirma commented 9 years ago

you are right, I will change this name