Android 警报对话框
示例
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(
MainActivity.this);
alertDialogBuilder.setTitle("Title Dialog");
alertDialogBuilder
.setMessage("Message Dialog")
.setCancelable(true)
.setPositiveButton("Yes",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int arg1) {
//处理正按钮
}
})
.setNegativeButton("No",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int arg1) {
//处理负向按钮
dialog.cancel();
}
});
AlertDialog alertDialog = alertDialogBuilder.create();
alertDialog.show();
热门推荐
10 群众过春节祝福语简短
11 中考已录取祝福语简短
12 升学奖励祝福语大全简短
13 托班调皮祝福语简短
14 车位销售祝福语简短精辟
15 预祝成功祝福语英文简短
16 祝贺中高考祝福语简短
17 晚辈读大学祝福语简短
18 跟女生道别祝福语简短