medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Add Letter Spacing #83

Closed adisiji closed 6 years ago

adisiji commented 7 years ago

Please add letter spacing function, it will be great. Thank you !

medyo commented 7 years ago

Hi @adisiji,

It's totally possible by calling myButton.getTextViewObject().setLetterSpacing(1f)

adisiji commented 6 years ago

Sorry for late response. Thank you!