@OnEditorAction(R.id.phone)
 boolean password(int actionId) {
   if (actionId == EditorInfo.IME_ACTION_DONE) {
     signUp.performClick();
     return true;
   }
   return false;
 }