Can you increase the size of the letters of a message that I display within a AlertDialog
?
Code:
AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this);
builder.setMessage("Gasolina");
builder.setTitle("Sua melhor opção é:");
builder.setPositiveButton("OK",null);
builder.show();