skip to main
|
skip to sidebar
Nerdee Findings
Monday, July 12, 2010
Android trick to set a TextView bold
TextView setmebold = ....
setmebold.setTypeface(null, Typeface.BOLD);
that's it!
Friday, July 2, 2010
Android Setting TextColor
You can't do something like this:
inststatus.setTextColor(R.color.white);
instead do:
inststatus.setTextColor(getResources().getColor(R.color.white);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
My Blog List
8-8-08 Wedding Ideas
MSTC Graduation
-
[image: IMG_1284] IMG_1284, originally uploaded by MSTCprogram. Yay! I graduated this weekend from the University of Texas with an MS in Technology Commerci...
14 years ago
Followers
Blog Archive
►
2011
(2)
►
October
(1)
►
September
(1)
▼
2010
(12)
►
December
(1)
▼
July
(2)
Android trick to set a TextView bold
Android Setting TextColor
►
June
(1)
►
May
(7)
►
March
(1)
►
2009
(11)
►
September
(1)
►
August
(1)
►
May
(2)
►
February
(5)
►
January
(2)
►
2008
(12)
►
December
(1)
►
November
(11)
Related Links