CREATE ALERT DIALOG:

agosto 17, 2018 doido 2.0 0 Comments

AlertDialog.Builder alert = new AlertDialog.Builder(MainActivity.this); View dialog1 =
getLayoutInflater().inflate(R.layout.dialog, null); alert.setView(dialog1); final AlertDialog dialog =
alert.create(); dialog.show();

0 Comments: