Skip to content

Commit

Permalink
add setDrawableNumberOK
Browse files Browse the repository at this point in the history
  • Loading branch information
sangzn34 committed Oct 11, 2019
1 parent e2747d2 commit b836634
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ public PasscodeView setIsAddFingerScan(boolean isAddFingerScan) {
return this;
}

public PasscodeView setDrawableNumberOK(Drawable drawable) {
this.numberOK.setImageDrawable(drawable);
return this;
}

public PasscodeView setOnClickAction(OnClickListener onClickAction) {
if (onClickAction == null) {
numberOK.setOnClickListener(new OnClickListener() {
Expand Down

0 comments on commit b836634

Please sign in to comment.