Tuesday, April 7, 2015

Android : Best way to assign font typeface to textview



I wonder what would be the best way to assign a font typeface to a TextView view? Is it better to create a custom TextView class which extends TextView or use setTypeFace attribute?


No comments:

Post a Comment