2015-07-16 6 views

ответ

0

Попробуйте

AlertDialog dialog = new AlertDialog.Builder(this).setMessage("Hello world").show(); 
TextView textView = (TextView) dialog.findViewById(android.R.id.message); 

Теперь вы получили сообщение TextView делать все операции вы можете.