FitButton
FitButton copied to clipboard
Set Font of Button's text in xml
Is there any way to set font of the button's text in by xml attribute that is equivalent to the way doing it in java code:
fitbutton.setTextFont(R.font.share_tech_regular);
I found out there is a attribute named fb_fontFamilyRes. Should you update the document?