I have a text and I put it in a dialog, how do I not keep appearing the tag, but the effect of it
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(context);
alertDialogBuilder.setMessage(listenerItem.descricao);
alertDialogBuilder.setPositiveButton(R.string.voltar,null);
AlertDialog alertDialog = alertDialogBuilder.create();
alertDialog.show();
In description has a String with this text