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
is there any way to get bitmap of this FreeDrawView
as this listener is also always giving error mSignatureView.getDrawScreenshot(new FreeDrawView.DrawCreatorListener() { @Override public void onDrawCreated(Bitmap draw) { // The draw Bitmap is the drawn content of the View } @Override public void onDrawCreationError() { // Something went wrong creating the bitmap, should never // happen unless the async task has been canceled } });
The text was updated successfully, but these errors were encountered:
is there any way to get bitmap of this FreeDrawView
as this listener is also always giving error
mSignatureView.getDrawScreenshot(new FreeDrawView.DrawCreatorListener() { @Override public void onDrawCreated(Bitmap draw) { // The draw Bitmap is the drawn content of the View } @Override public void onDrawCreationError() { // Something went wrong creating the bitmap, should never // happen unless the async task has been canceled } });
The text was updated successfully, but these errors were encountered: