Jungerr/GridPasswordView

Please add the ability to change the background, border, bgdrawable from the code.

vinod-morya opened this issue · 0 comments

Please make the proper use of below methods

 @Override
  public void setBackground(Drawable background) {
  }

@Override
public void setBackgroundColor(int color) {
}

@Override
public void setBackgroundResource(int resid) {
}

@Override
public void setBackgroundDrawable(Drawable background) {
}