Próbuję utworzyć okno dialogowe ostrzeżenia z EditTextobiektem. Muszę EditTextprogramowo ustawić początkowy tekst . Oto co mam. AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(this); // ...Irrelevant code for customizing the buttons and title AlertDialog alertDialog =...