2013-11-27 23 views

回答

0

爲什麼不直接在你的java文件中設置它,就像添加這段代碼並從ur資源運行它一樣簡單。

Button mail = (Button) findViewById(R.urid); 
     Typeface font = Typeface.createFromAsset(getAssets(), "fonts/RobotoCondensed-Italic.ttf"); 
     mail.setTypeface(font); 

請記住將ttf文件添加到您的資產。