medyo / Fancybuttons

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

Remove icon #86

Closed ZlotIv closed 7 years ago

ZlotIv commented 7 years ago

Hello. How can I remove Icon programmatically?

medyo commented 7 years ago

Hi @ZlotIv, This option isn't available in the current version, however you can remove it like any other view by calling myButton. removeView(myButton.getIconImageObject())

ZlotIv commented 7 years ago

thank you.

medyo commented 7 years ago

if everything is Okay, don't forget to close the issue. Have a nice coding day