Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Set Log Lenght
Browse files Browse the repository at this point in the history
  • Loading branch information
cash-it committed Mar 3, 2020
1 parent bca2a2e commit 5edd267
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.activity_main);

keyboardCashit= findViewById(R.id.keyboard);
keyboardCashit.KeyboardBuilder("Lupa kata sandi?",true,6,true);
keyboardCashit.KeyboardBuilder("Lupa kata sandi?",true,true);
keyboardCashit.setClickListener(new KeyboardCashit.OnClickListener() {
@Override
public void onFingerClick() {
Expand All @@ -33,7 +33,7 @@ public void onForgotClick() {

});

keyboardCashit.mPasswordField.addTextChangedListener(new TextWatcher() {
keyboardCashit.mPassword.addTextChangedListener(new TextWatcher() {
@Override
public void beforeTextChanged(CharSequence charSequence, int i, int i1, int i2) {

Expand Down

0 comments on commit 5edd267

Please sign in to comment.