Set font face in android -


i want change textview font-face external font , :

typeface = typeface.createfromasset(getassets(),"fonts/bkoodak.ttf"); tv1.settypeface(typeface); tv2.settypeface(typeface); tv3.settypeface(typeface); ... 

but form is't nice me. there way better?

yes there better way.

but have create own derived textview apply typeface. , use in xml layout.

refer question more details: how make custom textview?


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -