2011-08-12 5 views

Répondre

3

Essayez ceci,

Typeface tf = Typeface.createFromAsset(getAssets(), 
     "fonts/Arial.otf"); 
    TextView tv = (TextView) findViewById(R.id.CustomFontText); 
    tv.setTypeface(tf) 
Questions connexes