2011-04-25 11 views

Respuesta

31

para TextView audaz conjunto codificando

usar este ..

TextView.setTypeface(null, Typeface.BOLD); 
1
textView.setTypeface(null, Typeface.BOLD_ITALIC); 
textView.setTypeface(null, Typeface.BOLD); 
textView.setTypeface(null, Typeface.ITALIC); 
textView.setTypeface(null, Typeface.NORMAL); 

Y:

import android.graphics.Typeface; 
Cuestiones relacionadas