whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set text font family

AmrSaleh opened this issue · comments

Could you please add the ability to set the font family for the tag text?

After a bit of searching I found that I can programmatically set typeface before setting the tags.
I hope this helps anyone else that stumbles upon this issue.

skillsTagsLayout.tagTypeface = ResourcesCompat.getFont(this, R.font.speedee_a_bd)

But still it would be awesome if you can add this to the xml attributes file to be able to set the font easily from xml attributes.