Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
passCode1 = (EditText) findViewById(R.id.passCode1);
この編集テキスト ボックスは数値パスワード タイプです。値をクリアできず、0 ~ 9 の数字のみを入力する数値制限があります。
numberPassword、textPassword、phone、date、text、..それが何であれ、呼び出すことでフィールドをクリアできますpassCode1.setText(null);
passCode1.setText(null);