標準のボタンセットの文言を変更することで表示を変えることが出来ますよ。
AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage("ダイアログメッセージ") .setCancelable(false) .setPositiveButton("OK", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int id) { } .setNegativeButton("終了", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int id) { } }); AlertDialog alert = builder.create(); alert.show();
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。