Simple editText alertDialog

Eungi KimΒ·2021λ…„ 2μ›” 22일
0

μ–ΌλŸΏ λ‹€μ–„λ‘œκ·Έμ— κ°„λ‹¨ν•˜κ²Œ μ—λ”§ν…μŠ€νŠΈ ν•˜λ‚˜ 넣고싢을 λ–„ μ‚¬μš©. λ³„λ‘œ μ΄λΏŒμ§„ μ•Šλ‹€.

final EditText editText = new EditText(mContext);
new AlertDialog.Builder(mContext)
        .setView(periodEditText)
        .setPositiveButton(... editText ...)
        .setNegativeButton(...)
        .create().show();
profile
Run and gun and debugun

0개의 λŒ“κΈ€