I know to set Typeface from coding like below.
type1=Typeface.createFromAsset(getAssets(),"fonts/helveticaneueLtstd-bd.otf");
text.setTpeface(type1);
But it is difficult to me to set Typeface if I have more text views. How can I set the typeface from XML instead of from coding?