Adil at Work
Notes on work and programming.
Thursday, 28 July 2011
Android: make text bold programmatically
It's as easy as this...
myTextView.setTypeface(null, Typeface.BOLD);
... where myTextView is your TextView instance.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment