Closed LinkOut closed 8 years ago
Hi @LinkOut,
the current version doesn't support textStyle bold
, italic
...
However, you can easily set it programmatically by doing :
FancyButton myButton = (FancyButton)findViewById(R.id.my_button);
myButton.getTextViewObject().setTypeface(null, Typeface.BOLD);
Awesome, thanks a lot!
Hellow, nice lin
Is there a way to set fancy:fb_text bold?