I want to change the font of the title of Alert Dialog box.
Can anybody tell how can I do it?
Use this method from support library 26.
ResourcesCompat.getFont(context, R.font.);
Read For more: Source