Closed tfreeman82 closed 8 years ago
Override onCreate, and add mLeftBotton.setVisibility(View.GONE).
Which class would that be in? I added the library with Gradle and see on here that the BasePatternActivity is where the buttons are declared but don't know how to access it.
You extend SetPatternActivity or ConfirmPatternActivity; it's declared protected.
Is there a way to disable the cancel button to force the use to input their pattern?