| | |
| | | import android.view.ViewGroup; |
| | | import android.view.WindowManager; |
| | | import android.widget.EditText; |
| | | import android.widget.ImageView; |
| | | import android.widget.TextView; |
| | | |
| | | import com.dayu.baselibrary.utils.ToastUtil; |
| | |
| | | |
| | | etName = findViewById(R.id.etName); |
| | | etCardId = findViewById(R.id.etCardId); |
| | | ImageView close = findViewById(R.id.closeDialog); |
| | | close.setOnClickListener(v -> UserSearchDialog.this.dismiss()); |
| | | TextView ok = findViewById(R.id.pw_ok); |
| | | ok.setOnClickListener(v -> { |
| | | String name = etName.getText().toString(); |