instance of the interface to deliver action eventsEditTextmodifyView = inflater.inflate(R.layout.modify_dialog, null);
final EditTexteditText = (EditText) getActi
我为我的对话框创建了一个布局,并在OnCreateDialog中放大了该布局 * Object to hold the reference to ListName EditText fromAlert_Dialogprivate EditText mListNameEditText;
switchfinal View alertDialogView = factory.inflate(R.l
android.view.LayoutInflater;import android.widget.Button; final AlertDialog.Builder builder = new AlertDialog.Builder(this);
final EditTextname=(EditText)findViewById(R.id.name