Closed ahmetcj4 closed 8 years ago
Hi @ahmetcj4,
you could change icon size by calling fancy:fb_fontIconSize
or setFontIconSize(int)
Is it possible to set different colors for FontIcon and IconText?
@ahmetcj4 please check supported-attributs
to know library abilities https://github.com/medyo/Fancybuttons#supported-attributs
The current version doesn't support different colors for text and icon, however you achieve that by using these getters https://github.com/medyo/Fancybuttons#supported-getters
now I can change colors, thank you !
fancy_button.getIconFontObject().setTextColor(getResources().getColor(R.color.colorAccent));
Although fontIcon size can be set independent of the text size, I couldn't manage change the color of the fontIcon