medyo / Fancybuttons

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

[FEATURE] setText accepting CharSequence #94

Closed usernotnull closed 7 years ago

usernotnull commented 7 years ago

setText should have the ability to add a CharSequence, same as a Textview, to manipulate size/color/etc...

medyo commented 7 years ago

Hi @RJFares ,

It's totally possible by calling myButton.getTextViewObject().setText(CharSequence)