I created custom dialog to get input from users extending DialogPreferences class for setting. i need to change font used in dialog and external font using typeface. i set the font to massage using following code. but i couldn't set it for title because i couldn't find the title view also buttons( id of title and buttons).
Text View message = (Text View)view.findViewById(android.R.id.message);
message.setTypeface(font);
how can i do this? thank you.