android - How to change AppCompatDialog Typeface? -


i need change typeface of message textview , title textview of alert dialog without setting custom layout, how can achieve it?

try this

alertdialog dialog = new alertdialog.builder(this).setmessage("hello world").show(); textview textview = (textview) dialog.findviewbyid(android.r.id.message); 

now got message textview whatever operation can.


Comments