In an application I'm building, I'm trying to systematically change the font of every piece of text to a custom font. Does anyone know whether it's possible to apply styles such as custom typefaces to the title of a dialog?
So far, I haven't been able to find a way, and so my best bet seems to be to use an AlertDialog, and just use a textview as my title in a layout that I inflate. This is a bit long winded, so if there's a direct way to customise the style of the dialog's title, that would save some time!