Search This Blog

Wednesday, June 22, 2016

TextView - Cập nhật TextStyle bằng code

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

No comments:

Post a Comment