zhanghai / PatternLock

Material Design Pattern Lock with auth flow implementation
688 stars 153 forks source link

Disable cancel button #16

Closed tfreeman82 closed 8 years ago

tfreeman82 commented 8 years ago

Is there a way to disable the cancel button to force the use to input their pattern?

zhanghai commented 8 years ago

Override onCreate, and add mLeftBotton.setVisibility(View.GONE).

tfreeman82 commented 8 years ago

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.

zhanghai commented 8 years ago

You extend SetPatternActivity or ConfirmPatternActivity; it's declared protected.